Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h52 CPU_BASED_CR3_STORE_EXITING | \
H A Dvmx.h516 CPU_BASED_CR3_STORE_EXITING | \
H A Dnested.c6367 CPU_BASED_CR3_STORE_EXITING) in nested_vmx_exit_handled_cr()
7178 CPU_BASED_CR3_STORE_EXITING | in nested_vmx_setup_cpubased_ctls()
7199 ~(CPU_BASED_CR3_LOAD_EXITING | CPU_BASED_CR3_STORE_EXITING); in nested_vmx_setup_cpubased_ctls()
H A Dvmx.c3489 CPU_BASED_CR3_STORE_EXITING)
4727 CPU_BASED_CR3_STORE_EXITING | in vmx_exec_control()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h26 #define CPU_BASED_CR3_STORE_EXITING 0x00010000 macro
/linux/arch/x86/include/asm/
H A Dvmx.h36 #define CPU_BASED_CR3_STORE_EXITING VMCS_CONTROL_BIT(CR3_STORE_EXITING) macro