Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dcapabilities.h208 SECONDARY_EXEC_ENABLE_INVPCID; in cpu_has_vmx_invpcid()
Dnested.c2304 SECONDARY_EXEC_ENABLE_INVPCID | in prepare_vmcs02_early()
6021 nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_INVPCID) && in nested_vmx_l1_wants_exit()
6548 SECONDARY_EXEC_ENABLE_INVPCID | in nested_vmx_setup_ctls_msrs()
Dvmx.c2519 SECONDARY_EXEC_ENABLE_INVPCID | in setup_vmcs_config()
/arch/x86/include/asm/
Dvmx.h64 #define SECONDARY_EXEC_ENABLE_INVPCID VMCS_CONTROL_BIT(INVPCID) macro