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,
129 void (*change_pte)(struct mmu_notifier *subscription,
184 int (*invalidate_range_start)(struct mmu_notifier *subscription,
186 void (*invalidate_range_end)(struct mmu_notifier *subscription,
207 void (*invalidate_range)(struct mmu_notifier *subscription,
222 struct mmu_notifier *(*alloc_notifier)(struct mm_struct *mm);
223 void (*free_notifier)(struct mmu_notifier *subscription);
237 struct mmu_notifier { struct
286 struct mmu_notifier *mmu_notifier_get_locked(const struct mmu_notifier_ops *ops,
288 static inline struct mmu_notifier *
291 struct mmu_notifier *ret; in mmu_notifier_get()
298 void mmu_notifier_put(struct mmu_notifier *subscription);
301 extern int mmu_notifier_register(struct mmu_notifier *subscription,
303 extern int __mmu_notifier_register(struct mmu_notifier *subscription,
305 extern void mmu_notifier_unregister(struct mmu_notifier *subscription,