Lines Matching refs:mmu_notifier
9 struct mmu_notifier;
51 void (*release)(struct mmu_notifier *mn,
63 int (*clear_flush_young)(struct mmu_notifier *mn,
73 int (*clear_young)(struct mmu_notifier *mn,
84 int (*test_young)(struct mmu_notifier *mn,
92 void (*change_pte)(struct mmu_notifier *mn,
104 void (*invalidate_page)(struct mmu_notifier *mn,
151 void (*invalidate_range_start)(struct mmu_notifier *mn,
154 void (*invalidate_range_end)(struct mmu_notifier *mn,
178 void (*invalidate_range)(struct mmu_notifier *mn, struct mm_struct *mm,
193 struct mmu_notifier { struct
203 extern int mmu_notifier_register(struct mmu_notifier *mn, argument
205 extern int __mmu_notifier_register(struct mmu_notifier *mn,
207 extern void mmu_notifier_unregister(struct mmu_notifier *mn,
209 extern void mmu_notifier_unregister_no_release(struct mmu_notifier *mn,