Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dmmu_notifier.h262 struct mmu_notifier_range { struct
263 struct mm_struct *mm;
264 unsigned long start;
265 unsigned long end;
266 unsigned flags;
267 enum mmu_notifier_event event;
268 void *owner;
568 struct mmu_notifier_range { struct
573 static inline void _mmu_notifier_range_init(struct mmu_notifier_range *range, in _mmu_notifier_range_init() argument