Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h226 SECONDARY_EXEC_ENABLE_INVPCID; in cpu_has_vmx_invpcid()
H A Dnested.c2436 SECONDARY_EXEC_ENABLE_INVPCID | in prepare_vmcs02_early()
6632 nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_INVPCID) && in nested_vmx_l1_wants_exit()
7219 SECONDARY_EXEC_ENABLE_INVPCID | in nested_vmx_setup_secondary_ctls()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h57 #define SECONDARY_EXEC_ENABLE_INVPCID 0x00001000 macro