Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmmu_notifier.h32 struct mmu_notifier_ops { struct
40 int flags;
65 void (*release)(struct mmu_notifier *mn,
77 int (*clear_flush_young)(struct mmu_notifier *mn,
87 int (*clear_young)(struct mmu_notifier *mn,
98 int (*test_young)(struct mmu_notifier *mn,
106 void (*change_pte)(struct mmu_notifier *mn,
159 int (*invalidate_range_start)(struct mmu_notifier *mn,
186 * cannot block, mmu_notifier_ops.flags should have argument
206 const struct mmu_notifier_ops *ops; argument