Lines Matching refs:mmu_notifier
13 struct mmu_notifier;
82 void (*release)(struct mmu_notifier *subscription,
94 int (*clear_flush_young)(struct mmu_notifier *subscription,
104 int (*clear_young)(struct mmu_notifier *subscription,
115 int (*test_young)(struct mmu_notifier *subscription,
123 void (*change_pte)(struct mmu_notifier *subscription,
178 int (*invalidate_range_start)(struct mmu_notifier *subscription,
180 void (*invalidate_range_end)(struct mmu_notifier *subscription,
201 void (*invalidate_range)(struct mmu_notifier *subscription,
216 struct mmu_notifier *(*alloc_notifier)(struct mm_struct *mm);
217 void (*free_notifier)(struct mmu_notifier *subscription);
231 struct mmu_notifier { struct
280 struct mmu_notifier *mmu_notifier_get_locked(const struct mmu_notifier_ops *ops,
282 static inline struct mmu_notifier *
285 struct mmu_notifier *ret; in mmu_notifier_get()
292 void mmu_notifier_put(struct mmu_notifier *subscription);
295 extern int mmu_notifier_register(struct mmu_notifier *subscription,
297 extern int __mmu_notifier_register(struct mmu_notifier *subscription,
299 extern void mmu_notifier_unregister(struct mmu_notifier *subscription,