Searched refs:invpcid_supported (Results 1 – 4 of 4) sorted by relevance
297 unsigned f_invpcid = kvm_x86_ops->invpcid_supported() ? F(INVPCID) : 0; in __do_cpuid_ent()
4346 .invpcid_supported = svm_invpcid_supported,
10862 .invpcid_supported = vmx_invpcid_supported,
847 bool (*invpcid_supported)(void); member