---
title: hv_gpaddr_t
framework: hypervisor
role: symbol
role_heading: Type Alias
path: hypervisor/hv_gpaddr_t
---

# hv_gpaddr_t

The type of a guest physical address (GPA).

## Declaration

```swift
typealias hv_gpaddr_t = UInt64
```

## See Also

### Data Types

- [hv_allocate_flags_t](hypervisor/hv_allocate_flags_t.md)
- [hv_memory_flags_t](hypervisor/hv_memory_flags_t.md)
- [hv_sme_zt0_uchar64_t](hypervisor/hv_sme_zt0_uchar64_t.md)
- [hv_uvaddr_t](hypervisor/hv_uvaddr_t.md)
- [hv_vm_space_t](hypervisor/hv_vm_space_t.md)
