Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_evmcs.c114 PIN_BASED_NMI_EXITING); in guest_code()
/linux/arch/x86/kvm/vmx/
H A Dnested.h176 return vmcs12->pin_based_vm_exec_control & PIN_BASED_NMI_EXITING; in nested_cpu_has_nmi_exiting()
H A Dnested.c7108 PIN_BASED_NMI_EXITING | in nested_vmx_setup_pinbased_ctls()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h67 #define PIN_BASED_NMI_EXITING 0x00000008 macro