mmu_notifier_register  660 drivers/gpu/drm/amd/amdkfd/kfd_process.c 	err = mmu_notifier_register(&process->mmu_notifier, process->mm);
mmu_notifier_register  119 drivers/infiniband/hw/hfi1/mmu_rb.c 	ret = mmu_notifier_register(&handlr->mn, handlr->mm);
mmu_notifier_register  646 drivers/iommu/amd_iommu_v2.c 	mmu_notifier_register(&pasid_state->mn, mm);
mmu_notifier_register  334 drivers/iommu/intel-svm.c 			ret = mmu_notifier_register(&svm->notifier, mm);
mmu_notifier_register  267 drivers/misc/mic/scif/scif_dma.c 	if (mmu_notifier_register(&mmn->ep_mmu_notifier, current->mm)) {
mmu_notifier_register  614 drivers/xen/gntdev.c 		ret = mmu_notifier_register(&priv->mn, priv->mm);
mmu_notifier_register  272 include/linux/mmu_notifier.h extern int mmu_notifier_register(struct mmu_notifier *mn,
mmu_notifier_register  342 mm/mmu_notifier.c EXPORT_SYMBOL_GPL(mmu_notifier_register);
mmu_notifier_register  556 virt/kvm/kvm_main.c 	return mmu_notifier_register(&kvm->mmu_notifier, current->mm);