Searched defs:mmu_notifier_ops (Results 1 – 1 of 1) sorted by relevance
32 struct mmu_notifier_ops { struct40 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 argument206 const struct mmu_notifier_ops *ops; argument