struct InterruptCommandRegister

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

Interrupt command register.

Public Members

uint32_t destination
InterruptDestinationMode destination_mode
InterruptDeliveryMode delivery_mode
InterruptDestinationShorthand destination_shorthand
uint8_t vector

Public Methods

void InterruptCommandRegister (uint32_t hi, uint32_t lo)

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