Home
last modified time | relevance | path

Searched refs:basic_exit_reason (Results 1 – 1 of 1) sorted by relevance

/hypervisor/arch/x86/guest/
A Dvmexit.c216 uint16_t basic_exit_reason; in vmexit_handler() local
249 basic_exit_reason = (uint16_t)(vcpu->arch.exit_reason & 0xFFFFU); in vmexit_handler()
255 if (basic_exit_reason >= ARRAY_SIZE(dispatch_table)) { in vmexit_handler()
260 dispatch = (struct vm_exit_dispatch *)(dispatch_table + basic_exit_reason); in vmexit_handler()
269 if (basic_exit_reason == VMX_EXIT_REASON_EXTERNAL_INTERRUPT) { in vmexit_handler()

Completed in 2 milliseconds