tlb_remote_flush 1064 arch/x86/include/asm/kvm_host.h 	int  (*tlb_remote_flush)(struct kvm *kvm);
tlb_remote_flush 1247 arch/x86/include/asm/kvm_host.h 	if (kvm_x86_ops->tlb_remote_flush &&
tlb_remote_flush 1248 arch/x86/include/asm/kvm_host.h 	    !kvm_x86_ops->tlb_remote_flush(kvm))
tlb_remote_flush 2982 arch/x86/kvm/vmx/vmx.c 		if (kvm_x86_ops->tlb_remote_flush) {
tlb_remote_flush 7677 arch/x86/kvm/vmx/vmx.c 		kvm_x86_ops->tlb_remote_flush = hv_remote_flush_tlb;