Searched refs:mmu_notifier_unregister (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kernel/cpu/sgx/
H A Ddriver.c73 mmu_notifier_unregister(&encl_mm->mmu_notifier, encl_mm->mm);
/linux-master/mm/
H A Dmmu_notifier.c293 * vmtruncate. This serializes against mmu_notifier_unregister with
306 * SRCU here will block mmu_notifier_unregister until
313 * If ->release runs before mmu_notifier_unregister it must be
326 * We arrived before mmu_notifier_unregister so
327 * mmu_notifier_unregister will do nothing other than to wait
328 * for ->release to finish and for mmu_notifier_unregister to
340 * mmu_notifier_unregister.
654 * Serialize the update against mmu_notifier_unregister. A
708 * mmu_notifier_unregister() or mmu_notifier_put() must be always called to
794 /* this is called after the last mmu_notifier_unregister() returne
812 void mmu_notifier_unregister(struct mmu_notifier *subscription, function
852 EXPORT_SYMBOL_GPL(mmu_notifier_unregister); variable
[all...]
/linux-master/include/linux/
H A Dmmu_notifier.h66 * Called either by mmu_notifier_unregister or when the mm is
304 extern void mmu_notifier_unregister(struct mmu_notifier *subscription,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c89 mmu_notifier_unregister(&handler->mn, handler->mn.mm);
/linux-master/drivers/iommu/intel/
H A Dsvm.c347 mmu_notifier_unregister(&svm->notifier, mm);
384 mmu_notifier_unregister(&svm->notifier, mm);
408 mmu_notifier_unregister(&svm->notifier, mm);
/linux-master/drivers/misc/ocxl/
H A Dlink.c733 mmu_notifier_unregister(&pe_data->mmu_notifier,
/linux-master/virt/kvm/
H A Dkvm_main.c1304 mmu_notifier_unregister(&kvm->mmu_notifier, current->mm);
1362 mmu_notifier_unregister(&kvm->mmu_notifier, kvm->mm);
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c3475 mmu_notifier_unregister(&kvm->arch.pv.mmu_notifier, kvm->mm);

Completed in 220 milliseconds