Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmmu_notifier.h27 struct mmu_notifier_ops { struct
51 void (*release)(struct mmu_notifier *mn,
63 int (*clear_flush_young)(struct mmu_notifier *mn,
74 int (*test_young)(struct mmu_notifier *mn,
82 void (*change_pte)(struct mmu_notifier *mn,
94 void (*invalidate_page)(struct mmu_notifier *mn,
141 void (*invalidate_range_start)(struct mmu_notifier *mn,
144 void (*invalidate_range_end)(struct mmu_notifier *mn,
185 const struct mmu_notifier_ops *ops; argument