Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmmu_notifier.h68 struct mmu_notifier_ops { struct
92 void (*release)(struct mmu_notifier *subscription,
104 int (*clear_flush_young)(struct mmu_notifier *subscription,
114 int (*clear_young)(struct mmu_notifier *subscription,
125 int (*test_young)(struct mmu_notifier *subscription,
133 void (*change_pte)(struct mmu_notifier *subscription,
188 int (*invalidate_range_start)(struct mmu_notifier *subscription,
190 void (*invalidate_range_end)(struct mmu_notifier *subscription,
211 void (*invalidate_range)(struct mmu_notifier *subscription,
248 const struct mmu_notifier_ops *ops; argument