Searched refs:X86_FEATURE_INVPCID (Results 1 – 5 of 5) sorted by relevance
243 #define X86_FEATURE_INVPCID ( 9*32+10) /* "invpcid" Invalidate Processor Context ID */ macro
1622 if (boot_cpu_has(X86_FEATURE_INVPCID) && cpu_pcide) in native_flush_tlb_one_user()1640 if (static_cpu_has(X86_FEATURE_INVPCID)) { in native_flush_tlb_global()
273 if (!boot_cpu_has(X86_FEATURE_INVPCID)) in x86_noinvpcid_setup()276 setup_clear_cpu_cap(X86_FEATURE_INVPCID); in x86_noinvpcid_setup()
1048 if (kvm_cpu_cap_has(X86_FEATURE_INVPCID)) { in svm_recalc_instruction_intercepts()1050 !guest_cpu_cap_has(&svm->vcpu, X86_FEATURE_INVPCID)) in svm_recalc_instruction_intercepts()3151 if (!guest_cpu_cap_has(vcpu, X86_FEATURE_INVPCID)) { in invpcid_interception()
5858 if (!guest_cpu_cap_has(vcpu, X86_FEATURE_INVPCID)) { in handle_invpcid()7851 kvm_cpu_cap_clear(X86_FEATURE_INVPCID); in vmx_set_cpu_caps()
Completed in 708 milliseconds