Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmmu_notifier.h271 struct mmu_notifier_range { struct
272 struct vm_area_struct *vma;
273 struct mm_struct *mm;
274 unsigned long start;
275 unsigned long end;
276 unsigned flags;
277 enum mmu_notifier_event event;
278 void *owner;
649 struct mmu_notifier_range { struct
654 static inline void _mmu_notifier_range_init(struct mmu_notifier_range *range, in _mmu_notifier_range_init() argument