Lines Matching refs:mmu_notifier
16 struct mmu_notifier;
92 void (*release)(struct mmu_notifier *subscription,
104 int (*clear_flush_young)(struct mmu_notifier *subscription,
114 int (*clear_young)(struct mmu_notifier *subscription,
125 int (*test_young)(struct mmu_notifier *subscription,
133 void (*change_pte)(struct mmu_notifier *subscription,
188 int (*invalidate_range_start)(struct mmu_notifier *subscription,
190 void (*invalidate_range_end)(struct mmu_notifier *subscription,
211 void (*invalidate_range)(struct mmu_notifier *subscription,
226 struct mmu_notifier *(*alloc_notifier)(struct mm_struct *mm);
227 void (*free_notifier)(struct mmu_notifier *subscription);
246 struct mmu_notifier { struct
319 struct mmu_notifier *mmu_notifier_get_locked(const struct mmu_notifier_ops *ops,
321 static inline struct mmu_notifier *
324 struct mmu_notifier *ret; in mmu_notifier_get()
331 void mmu_notifier_put(struct mmu_notifier *subscription);
334 extern int mmu_notifier_register(struct mmu_notifier *subscription,
336 extern int __mmu_notifier_register(struct mmu_notifier *subscription,
338 extern void mmu_notifier_unregister(struct mmu_notifier *subscription,