Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmmu_notifier.h73 struct mmu_notifier_ops { struct
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,
246 const struct mmu_notifier_ops *ops; argument