Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dmmu_notifier.c332 void mmu_notifier_unregister(struct mmu_notifier *mn, struct mm_struct *mm) in mmu_notifier_unregister() function
371 EXPORT_SYMBOL_GPL(mmu_notifier_unregister);
/linux-4.1.27/drivers/iommu/
Damd_iommu_v2.c338 mmu_notifier_unregister(&pasid_state->mn, pasid_state->mm); in free_pasid_states()
677 mmu_notifier_unregister(&pasid_state->mn, mm); in amd_iommu_bind_pasid()
725 mmu_notifier_unregister(&pasid_state->mn, pasid_state->mm); in amd_iommu_unbind_pasid()
/linux-4.1.27/include/linux/
Dmmu_notifier.h197 extern void mmu_notifier_unregister(struct mmu_notifier *mn,
/linux-4.1.27/drivers/misc/sgi-gru/
Dgrutlbpurge.c334 mmu_notifier_unregister(&gms->ms_notifier, current->mm); in gru_drop_mmu_notifier()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_mn.c90 mmu_notifier_unregister(&rmn->mn, rmn->mm); in radeon_mn_destroy()
/linux-4.1.27/drivers/infiniband/core/
Dumem_odp.c401 mmu_notifier_unregister(&context->mn, owning_mm); in ib_umem_odp_release()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_userptr.c375 mmu_notifier_unregister(&mn->mn, mm); in i915_mmu_notifier_free()
/linux-4.1.27/drivers/xen/
Dgntdev.c581 mmu_notifier_unregister(&priv->mn, priv->mm); in gntdev_release()
/linux-4.1.27/virt/kvm/
Dkvm_main.c605 mmu_notifier_unregister(&kvm->mmu_notifier, kvm->mm); in kvm_destroy_vm()