Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dmmu_notifier.h64 struct mmu_notifier_ops { struct
88 void (*release)(struct mmu_notifier *subscription,
100 int (*clear_flush_young)(struct mmu_notifier *subscription,
110 int (*clear_young)(struct mmu_notifier *subscription,
121 int (*test_young)(struct mmu_notifier *subscription,
129 void (*change_pte)(struct mmu_notifier *subscription,
184 int (*invalidate_range_start)(struct mmu_notifier *subscription,
186 void (*invalidate_range_end)(struct mmu_notifier *subscription,
206 void (*arch_invalidate_secondary_tlbs)(
239 const struct mmu_notifier_ops *ops; argument
/kernel/linux/linux-5.10/include/linux/
Dmmu_notifier.h58 struct mmu_notifier_ops { struct
82 void (*release)(struct mmu_notifier *subscription,
94 int (*clear_flush_young)(struct mmu_notifier *subscription,
104 int (*clear_young)(struct mmu_notifier *subscription,
115 int (*test_young)(struct mmu_notifier *subscription,
123 void (*change_pte)(struct mmu_notifier *subscription,
178 int (*invalidate_range_start)(struct mmu_notifier *subscription,
180 void (*invalidate_range_end)(struct mmu_notifier *subscription,
201 void (*invalidate_range)(struct mmu_notifier *subscription,
233 const struct mmu_notifier_ops *ops; argument