Lines Matching refs:mmu_notifier
10 struct mmu_notifier;
97 void (*release)(struct mmu_notifier *mn,
109 int (*clear_flush_young)(struct mmu_notifier *mn,
119 int (*clear_young)(struct mmu_notifier *mn,
130 int (*test_young)(struct mmu_notifier *mn,
138 void (*change_pte)(struct mmu_notifier *mn,
193 int (*invalidate_range_start)(struct mmu_notifier *mn,
195 void (*invalidate_range_end)(struct mmu_notifier *mn,
216 void (*invalidate_range)(struct mmu_notifier *mn, struct mm_struct *mm,
229 struct mmu_notifier *(*alloc_notifier)(struct mm_struct *mm);
230 void (*free_notifier)(struct mmu_notifier *mn);
244 struct mmu_notifier { struct
257 struct mmu_notifier *mmu_notifier_get_locked(const struct mmu_notifier_ops *ops, argument
259 static inline struct mmu_notifier *
262 struct mmu_notifier *ret; in mmu_notifier_get()
269 void mmu_notifier_put(struct mmu_notifier *mn);
272 extern int mmu_notifier_register(struct mmu_notifier *mn,
274 extern int __mmu_notifier_register(struct mmu_notifier *mn,
276 extern void mmu_notifier_unregister(struct mmu_notifier *mn,