Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h62 CPU_BASED_CR8_STORE_EXITING | \
H A Dvmx.h530 CPU_BASED_CR8_STORE_EXITING)
H A Dnested.c2406 CPU_BASED_CR8_STORE_EXITING; in prepare_vmcs02_early()
3459 nested_cpu_has(vmcs12, CPU_BASED_CR8_STORE_EXITING) && in nested_get_vmcs12_pages()
6372 CPU_BASED_CR8_STORE_EXITING) in nested_vmx_exit_handled_cr()
7180 CPU_BASED_CR8_LOAD_EXITING | CPU_BASED_CR8_STORE_EXITING | in nested_vmx_setup_cpubased_ctls()
H A Dvmx.c4719 CPU_BASED_CR8_STORE_EXITING); in vmx_exec_control()
4721 exec_control |= CPU_BASED_CR8_STORE_EXITING | in vmx_exec_control()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h28 #define CPU_BASED_CR8_STORE_EXITING 0x00100000 macro
/linux/arch/x86/include/asm/
H A Dvmx.h39 #define CPU_BASED_CR8_STORE_EXITING VMCS_CONTROL_BIT(CR8_STORE_EXITING) macro