Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dcapabilities.h216 SECONDARY_EXEC_ENABLE_INVPCID; in cpu_has_vmx_invpcid()
Dvmx.h573 SECONDARY_EXEC_ENABLE_INVPCID | \
Dnested.c2276 SECONDARY_EXEC_ENABLE_INVPCID | in prepare_vmcs02_early()
6259 nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_INVPCID) && in nested_vmx_l1_wants_exit()
6830 SECONDARY_EXEC_ENABLE_INVPCID | in nested_vmx_setup_ctls_msrs()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h59 #define SECONDARY_EXEC_ENABLE_INVPCID 0x00001000 macro
/linux-6.1.9/arch/x86/include/asm/
Dvmx.h65 #define SECONDARY_EXEC_ENABLE_INVPCID VMCS_CONTROL_BIT(INVPCID) macro