Searched refs:X86_FEATURE_INVPCID (Results 1 – 6 of 6) sorted by relevance
247 #define X86_FEATURE_INVPCID ( 9*32+10) /* Invalidate Processor Context ID */ macro
424 if (static_cpu_has(X86_FEATURE_INVPCID)) { in __native_flush_tlb_global()
241 if (boot_cpu_has(X86_FEATURE_INVPCID)) in setup_pcid()
209 if (!boot_cpu_has(X86_FEATURE_INVPCID)) in x86_noinvpcid_setup()212 setup_clear_cpu_cap(X86_FEATURE_INVPCID); in x86_noinvpcid_setup()
4080 guest_cpuid_has(vcpu, X86_FEATURE_INVPCID) && in vmx_compute_secondary_exec_control()4085 guest_cpuid_clear(vcpu, X86_FEATURE_INVPCID); in vmx_compute_secondary_exec_control()5409 if (!guest_cpuid_has(vcpu, X86_FEATURE_INVPCID)) { in handle_invpcid()