Home
last modified time | relevance | path

Searched refs:mmu_notifier_unregister (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/mm/
Dmmu_notifier.c379 void mmu_notifier_unregister(struct mmu_notifier *mn, struct mm_struct *mm) in mmu_notifier_unregister() function
418 EXPORT_SYMBOL_GPL(mmu_notifier_unregister);
Dhmm.c112 mmu_notifier_unregister(&hmm->mmu_notifier, mm); in hmm_register()
/Linux-v4.19/drivers/iommu/
Damd_iommu_v2.c347 mmu_notifier_unregister(&pasid_state->mn, pasid_state->mm); in free_pasid_states()
708 mmu_notifier_unregister(&pasid_state->mn, mm); in amd_iommu_bind_pasid()
756 mmu_notifier_unregister(&pasid_state->mn, pasid_state->mm); in amd_iommu_unbind_pasid()
Dintel-svm.c472 mmu_notifier_unregister(&svm->notifier, svm->mm); in intel_svm_unbind_mm()
/Linux-v4.19/drivers/misc/sgi-gru/
Dgrutlbpurge.c327 mmu_notifier_unregister(&gms->ms_notifier, current->mm); in gru_drop_mmu_notifier()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_mn.c90 mmu_notifier_unregister(&rmn->mn, rmn->mm); in radeon_mn_destroy()
/Linux-v4.19/include/linux/
Dmmu_notifier.h218 extern void mmu_notifier_unregister(struct mmu_notifier *mn,
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dmmu_rb.c139 mmu_notifier_unregister(&handler->mn, handler->mm); in hfi1_mmu_rb_unregister()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_userptr.c289 mmu_notifier_unregister(&mn->mn, mm); in i915_mmu_notifier_free()
/Linux-v4.19/drivers/infiniband/core/
Dumem_odp.c522 mmu_notifier_unregister(&context->mn, owning_mm); in ib_umem_odp_release()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dnpu-dma.c903 mmu_notifier_unregister(&npu_context->mn, in pnv_npu2_destroy_context()
/Linux-v4.19/drivers/xen/
Dgntdev.c666 mmu_notifier_unregister(&priv->mn, priv->mm); in gntdev_release()
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_dma.c243 mmu_notifier_unregister(&mmn->ep_mmu_notifier, mmn->mm); in scif_ep_unregister_mmu_notifier()
/Linux-v4.19/virt/kvm/
Dkvm_main.c748 mmu_notifier_unregister(&kvm->mmu_notifier, kvm->mm); in kvm_destroy_vm()