Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dhyperv.h72 CPU_BASED_PAUSE_EXITING | \
H A Dvmx.h546 CPU_BASED_PAUSE_EXITING | \
H A Dnested.c6356 return nested_cpu_has(vmcs12, CPU_BASED_PAUSE_EXITING) || in nested_vmx_l1_wants_exit()
6896 CPU_BASED_RDTSC_EXITING | CPU_BASED_PAUSE_EXITING | in nested_vmx_setup_cpubased_ctls()
H A Dvmx.c4485 CPU_BASED_PAUSE_EXITING); in vmx_exec_control()
8036 !nested_cpu_has2(vmcs12, CPU_BASED_PAUSE_EXITING)) in vmx_check_intercept()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h39 #define CPU_BASED_PAUSE_EXITING 0x40000000 macro
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h47 #define CPU_BASED_PAUSE_EXITING VMCS_CONTROL_BIT(PAUSE_EXITING) macro