Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dvmcs.h292 #define VMCS_INTR_T_NMI (2 << 8) macro
H A Dx86hvf.c367 intr_type = VMCS_INTR_T_NMI; in hvf_inject_interrupts()
380 if (!(env->hflags2 & HF2_NMI_MASK) || intr_type != VMCS_INTR_T_NMI) { in hvf_inject_interrupts()
401 info = VMCS_INTR_VALID | VMCS_INTR_T_NMI | EXCP02_NMI; in hvf_inject_interrupts()
H A Dx86_task.c116 gate_type != VMCS_INTR_T_NMI)) { in vmx_handle_task_switch()