Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dvmcs.h293 #define VMCS_INTR_T_HWEXCEPTION (3 << 8) macro
H A Dx86_task.c114 if (!gate_valid || (gate_type != VMCS_INTR_T_HWEXCEPTION && in vmx_handle_task_switch()
H A Dx86hvf.c363 intr_type = VMCS_INTR_T_HWEXCEPTION; in hvf_inject_interrupts()