Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dcapabilities.h208 SECONDARY_EXEC_ENABLE_INVPCID; in cpu_has_vmx_invpcid()
Dnested.c2289 SECONDARY_EXEC_ENABLE_INVPCID | in prepare_vmcs02_early()
5888 nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_INVPCID) && in nested_vmx_l1_wants_exit()
6412 SECONDARY_EXEC_ENABLE_INVPCID | in nested_vmx_setup_ctls_msrs()
Dvmx.c2420 SECONDARY_EXEC_ENABLE_INVPCID | in setup_vmcs_config()
/Linux-v5.10/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h60 #define SECONDARY_EXEC_ENABLE_INVPCID 0x00001000 macro
/Linux-v5.10/arch/x86/include/asm/
Dvmx.h64 #define SECONDARY_EXEC_ENABLE_INVPCID VMCS_CONTROL_BIT(INVPCID) macro