Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h69 CPU_BASED_PAUSE_EXITING | \
H A Dvmx.h543 CPU_BASED_PAUSE_EXITING | \
H A Dnested.c6614 return nested_cpu_has(vmcs12, CPU_BASED_PAUSE_EXITING) || in nested_vmx_l1_wants_exit()
7185 CPU_BASED_RDTSC_EXITING | CPU_BASED_PAUSE_EXITING | in nested_vmx_setup_cpubased_ctls()
H A Dvmx.c4704 CPU_BASED_PAUSE_EXITING); in vmx_exec_control()
8375 !nested_cpu_has(vmcs12, CPU_BASED_PAUSE_EXITING)) in vmx_check_intercept()
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_emulation_test.c78 CPU_BASED_PAUSE_EXITING | in guest_code()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h37 #define CPU_BASED_PAUSE_EXITING 0x40000000 macro
/linux/arch/x86/include/asm/
H A Dvmx.h48 #define CPU_BASED_PAUSE_EXITING VMCS_CONTROL_BIT(PAUSE_EXITING) macro