struct VmCallInfo

Defined at line 321 of file ../../zircon/kernel/arch/x86/hypervisor/vmexit_priv.h

Stores VMCALL type and arguments.

Public Members

VmCallType type
uint64_t[4] arg

Public Methods

void VmCallInfo (const GuestState & guest_state)

Defined at line 1095 of file ../../zircon/kernel/arch/x86/hypervisor/vmexit.cc