<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Hypervisor",
  "identifier" : "/documentation/Hypervisor/hv_vcpu_exit_exception_t",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Hypervisor"
    ],
    "preciseIdentifier" : "c:@SA@hv_vcpu_exit_exception_t"
  },
  "title" : "hv_vcpu_exit_exception_t"
}
-->

# hv_vcpu_exit_exception_t

The structure that describes information about an exit from the virtual CPU (vCPU) to the host.

```
struct hv_vcpu_exit_exception_t
```

## Topics

### Initializers

[`init()`](/documentation/Hypervisor/hv_vcpu_exit_exception_t/init())

Creates a new VCPU exit exception instance.

[`init(syndrome:virtual_address:physical_address:)`](/documentation/Hypervisor/hv_vcpu_exit_exception_t/init(syndrome:virtual_address:physical_address:))

Creates a new VCPU exit exception instance.with the parameters you provide.

### Instance Properties

[`physical_address`](/documentation/Hypervisor/hv_vcpu_exit_exception_t/physical_address)

The intermediate physical address of the exception in the client.

[`syndrome`](/documentation/Hypervisor/hv_vcpu_exit_exception_t/syndrome)

The vCPU exception syndrome causing the exception.

[`virtual_address`](/documentation/Hypervisor/hv_vcpu_exit_exception_t/virtual_address)

The vCPU virtual address of the exception.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)