Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h26 #define CPU_BASED_CR3_STORE_EXITING 0x00010000 macro
/linux-5.19.10/arch/x86/include/asm/
Dvmx.h33 #define CPU_BASED_CR3_STORE_EXITING VMCS_CONTROL_BIT(CR3_STORE_EXITING) macro
/linux-5.19.10/arch/x86/kvm/vmx/
Dvmx.c2509 CPU_BASED_CR3_STORE_EXITING | in setup_vmcs_config()
2580 CPU_BASED_CR3_STORE_EXITING | in setup_vmcs_config()
3086 CPU_BASED_CR3_STORE_EXITING)
4290 exec_control |= CPU_BASED_CR3_STORE_EXITING | in vmx_exec_control()
Dnested.c5853 CPU_BASED_CR3_STORE_EXITING) in nested_vmx_exit_handled_cr()
6638 CPU_BASED_CR3_STORE_EXITING | in nested_vmx_setup_ctls_msrs()
6659 ~(CPU_BASED_CR3_LOAD_EXITING | CPU_BASED_CR3_STORE_EXITING); in nested_vmx_setup_ctls_msrs()