invpcid_supported 1110 arch/x86/include/asm/kvm_host.h 	bool (*invpcid_supported)(void);
invpcid_supported  350 arch/x86/kvm/cpuid.c 	unsigned f_invpcid = kvm_x86_ops->invpcid_supported() ? F(INVPCID) : 0;
invpcid_supported 7332 arch/x86/kvm/svm.c 	.invpcid_supported = svm_invpcid_supported,
invpcid_supported 7881 arch/x86/kvm/vmx/vmx.c 	.invpcid_supported = vmx_invpcid_supported,