Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dhyperv.h48 PIN_BASED_NMI_EXITING | \
H A Dnested.h151 return vmcs12->pin_based_vm_exec_control & PIN_BASED_NMI_EXITING; in nested_cpu_has_nmi_exiting()
H A Dvmx.h510 PIN_BASED_NMI_EXITING)
H A Dnested.c6826 PIN_BASED_NMI_EXITING | in nested_vmx_setup_pinbased_ctls()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_evmcs.c115 PIN_BASED_NMI_EXITING); in guest_code()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h69 #define PIN_BASED_NMI_EXITING 0x00000008 macro
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h88 #define PIN_BASED_NMI_EXITING VMCS_CONTROL_BIT(NMI_EXITING) macro