Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dnested.h169 return vmcs12->pin_based_vm_exec_control & PIN_BASED_NMI_EXITING; in nested_cpu_has_nmi_exiting()
Dnested.c5823 PIN_BASED_NMI_EXITING | in nested_vmx_setup_ctls_msrs()
Dvmx.c2448 min = PIN_BASED_EXT_INTR_MASK | PIN_BASED_NMI_EXITING; in setup_vmcs_config()
/arch/x86/include/asm/
Dvmx.h75 #define PIN_BASED_NMI_EXITING 0x00000008 macro