Lines Matching refs:mmu_notifier
13 struct mmu_notifier;
88 void (*release)(struct mmu_notifier *subscription,
100 int (*clear_flush_young)(struct mmu_notifier *subscription,
110 int (*clear_young)(struct mmu_notifier *subscription,
121 int (*test_young)(struct mmu_notifier *subscription,
175 int (*invalidate_range_start)(struct mmu_notifier *subscription,
177 void (*invalidate_range_end)(struct mmu_notifier *subscription,
198 struct mmu_notifier *subscription,
213 struct mmu_notifier *(*alloc_notifier)(struct mm_struct *mm);
214 void (*free_notifier)(struct mmu_notifier *subscription);
228 struct mmu_notifier { struct
276 struct mmu_notifier *mmu_notifier_get_locked(const struct mmu_notifier_ops *ops,
278 static inline struct mmu_notifier *
281 struct mmu_notifier *ret; in mmu_notifier_get()
288 void mmu_notifier_put(struct mmu_notifier *subscription);
291 extern int mmu_notifier_register(struct mmu_notifier *subscription,
293 extern int __mmu_notifier_register(struct mmu_notifier *subscription,
295 extern void mmu_notifier_unregister(struct mmu_notifier *subscription,