Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dvmx.h203 gi &= ~VMCS_INTERRUPTIBILITY_NMI_BLOCKING; in vmx_clear_nmi_blocking()
214 gi |= VMCS_INTERRUPTIBILITY_NMI_BLOCKING; in vmx_set_nmi_blocking()
H A Dvmcs.h319 #define VMCS_INTERRUPTIBILITY_NMI_BLOCKING (1 << 3) macro
H A Dhvf.c374 VMCS_INTERRUPTIBILITY_NMI_BLOCKING)) { in hvf_store_events()