init(syndrome:virtual_address:physical_address:)
Creates a new VCPU exit exception instance.with the parameters you provide.
Declaration
init(syndrome: hv_exception_syndrome_t, virtual_address: hv_exception_address_t, physical_address: hv_ipa_t)Parameters
- syndrome:
The vCPU exception syndrome causing the exception.
- virtual_address:
The vCPU virtual address of the exception.
- physical_address:
The intermediate physical address of the exception in the client.