Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dhyperv.h55 CPU_BASED_CR3_STORE_EXITING | \
H A Dvmx.h519 CPU_BASED_CR3_STORE_EXITING | \
H A Dnested.c6095 CPU_BASED_CR3_STORE_EXITING) in nested_vmx_exit_handled_cr()
6869 CPU_BASED_CR3_STORE_EXITING | in nested_vmx_setup_cpubased_ctls()
6890 ~(CPU_BASED_CR3_LOAD_EXITING | CPU_BASED_CR3_STORE_EXITING); in nested_vmx_setup_cpubased_ctls()
H A Dvmx.c3269 CPU_BASED_CR3_STORE_EXITING)
4506 CPU_BASED_CR3_STORE_EXITING | in vmx_exec_control()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h28 #define CPU_BASED_CR3_STORE_EXITING 0x00010000 macro
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h35 #define CPU_BASED_CR3_STORE_EXITING VMCS_CONTROL_BIT(CR3_STORE_EXITING) macro