Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h28 #define CPU_BASED_CR3_STORE_EXITING 0x00010000 macro
/linux-6.1.9/arch/x86/include/asm/
Dvmx.h33 #define CPU_BASED_CR3_STORE_EXITING VMCS_CONTROL_BIT(CR3_STORE_EXITING) macro
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.h531 CPU_BASED_CR3_STORE_EXITING | \
Dnested.c6005 CPU_BASED_CR3_STORE_EXITING) in nested_vmx_exit_handled_cr()
6791 CPU_BASED_CR3_STORE_EXITING | in nested_vmx_setup_ctls_msrs()
6812 ~(CPU_BASED_CR3_LOAD_EXITING | CPU_BASED_CR3_STORE_EXITING); in nested_vmx_setup_ctls_msrs()
Dvmx.c3130 CPU_BASED_CR3_STORE_EXITING)
4382 CPU_BASED_CR3_STORE_EXITING | in vmx_exec_control()