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

# hv_exception_address_t

Type of a vCPU exception virtual address.

## Declaration

```swift
typealias hv_exception_address_t = UInt64
```

## Discussion

Discussion This corresponds to Fault Address Register EL2 (FAR_EL2).

## See Also

### Exit reasons

- [hv_exit_reason_t](hypervisor/hv_exit_reason_t.md)
- [hv_exception_syndrome_t](hypervisor/hv_exception_syndrome_t.md)
