Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvmx.h44 #define CPU_BASED_PAUSE_EXITING VMCS_CONTROL_BIT(PAUSE_EXITING) macro
/arch/x86/kvm/vmx/
Dnested.c6003 return nested_cpu_has(vmcs12, CPU_BASED_PAUSE_EXITING) || in nested_vmx_l1_wants_exit()
6513 CPU_BASED_RDTSC_EXITING | CPU_BASED_PAUSE_EXITING | in nested_vmx_setup_ctls_msrs()
Dvmx.c7573 !nested_cpu_has2(vmcs12, CPU_BASED_PAUSE_EXITING)) in vmx_check_intercept()