Lines Matching refs:mmu_notifier
44 struct mmu_notifier *mn; in __mmu_notifier_release()
65 struct mmu_notifier, in __mmu_notifier_release()
99 struct mmu_notifier *mn; in __mmu_notifier_clear_flush_young()
116 struct mmu_notifier *mn; in __mmu_notifier_clear_young()
132 struct mmu_notifier *mn; in __mmu_notifier_test_young()
151 struct mmu_notifier *mn; in __mmu_notifier_change_pte()
164 struct mmu_notifier *mn; in __mmu_notifier_invalidate_range_start()
196 struct mmu_notifier *mn; in __mmu_notifier_invalidate_range_end()
234 struct mmu_notifier *mn; in __mmu_notifier_invalidate_range()
249 int __mmu_notifier_register(struct mmu_notifier *mn, struct mm_struct *mm) in __mmu_notifier_register()
333 int mmu_notifier_register(struct mmu_notifier *mn, struct mm_struct *mm) in mmu_notifier_register()
344 static struct mmu_notifier *
347 struct mmu_notifier *mn; in find_get_mmu_notifier()
382 struct mmu_notifier *mmu_notifier_get_locked(const struct mmu_notifier_ops *ops, in mmu_notifier_get_locked()
385 struct mmu_notifier *mn; in mmu_notifier_get_locked()
428 void mmu_notifier_unregister(struct mmu_notifier *mn, struct mm_struct *mm) in mmu_notifier_unregister()
471 struct mmu_notifier *mn = container_of(rcu, struct mmu_notifier, rcu); in mmu_notifier_free_rcu()
501 void mmu_notifier_put(struct mmu_notifier *mn) in mmu_notifier_put()