Home
last modified time | relevance | path

Searched defs:mmu_notifier_ops (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dmmu_notifier.h74 struct mmu_notifier_ops { struct
98 void (*release)(struct mmu_notifier *mn,
110 int (*clear_flush_young)(struct mmu_notifier *mn,
120 int (*clear_young)(struct mmu_notifier *mn,
131 int (*test_young)(struct mmu_notifier *mn,
139 void (*change_pte)(struct mmu_notifier *mn,
194 int (*invalidate_range_start)(struct mmu_notifier *mn,
196 void (*invalidate_range_end)(struct mmu_notifier *mn,
217 void (*invalidate_range)(struct mmu_notifier *mn, struct mm_struct *mm,
252 const struct mmu_notifier_ops *ops; argument