Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h30 #define CPU_BASED_CR8_STORE_EXITING 0x00100000 macro
/linux-6.1.9/arch/x86/include/asm/
Dvmx.h36 #define CPU_BASED_CR8_STORE_EXITING VMCS_CONTROL_BIT(CR8_STORE_EXITING) macro
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.h545 CPU_BASED_CR8_STORE_EXITING)
Dnested.c2246 CPU_BASED_CR8_STORE_EXITING; in prepare_vmcs02_early()
3204 nested_cpu_has(vmcs12, CPU_BASED_CR8_STORE_EXITING) && in nested_get_vmcs12_pages()
6010 CPU_BASED_CR8_STORE_EXITING) in nested_vmx_exit_handled_cr()
6793 CPU_BASED_CR8_LOAD_EXITING | CPU_BASED_CR8_STORE_EXITING | in nested_vmx_setup_ctls_msrs()
Dvmx.c4374 CPU_BASED_CR8_STORE_EXITING); in vmx_exec_control()
4376 exec_control |= CPU_BASED_CR8_STORE_EXITING | in vmx_exec_control()