Home
last modified time | relevance | path

Searched refs:CPU_BASED_INVLPG_EXITING (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h
/linux/arch/x86/include/asm/
H A Dvmx.h31 #define CPU_BASED_INVLPG_EXITING VMCS_CONTROL_BIT(INVLPG_EXITING) macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.h530 CPU_BASED_INVLPG_EXITING | \
H A Dnested.c6476 return nested_cpu_has(vmcs12, CPU_BASED_INVLPG_EXITING); in nested_vmx_l1_wants_exit()
6540 nested_cpu_has(vmcs12, CPU_BASED_INVLPG_EXITING); in nested_vmx_l1_wants_exit()
7054 CPU_BASED_HLT_EXITING | CPU_BASED_INVLPG_EXITING | in nested_vmx_setup_cpubased_ctls()
H A Dvmx.c4522 CPU_BASED_INVLPG_EXITING); in vmx_exec_control()