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

# hv_uvaddr_t

The type of a user virtual address.

## Declaration

```swift
typealias hv_uvaddr_t = UnsafeRawPointer
```

## See Also

### Data Types

- [hv_allocate_flags_t](hypervisor/hv_allocate_flags_t.md)
- [hv_gpaddr_t](hypervisor/hv_gpaddr_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_vm_space_t](hypervisor/hv_vm_space_t.md)
