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

# hv_ipa_t

The type of an intermediate physical address, which is a guest physical address space of the VM.

## Declaration

```swift
typealias hv_ipa_t = UInt64
```

## See Also

### Intermediate physical memory

- [hv_vm_map(_:_:_:_:)](hypervisor/hv_vm_map(_:_:_:_:).md)
- [hv_vm_unmap(_:_:)](hypervisor/hv_vm_unmap(_:_:).md)
- [hv_vm_protect(_:_:_:)](hypervisor/hv_vm_protect(_:_:_:).md)
