Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmmu_notifier.h265 struct mmu_notifier_range { struct
266 struct vm_area_struct *vma;
267 struct mm_struct *mm;
268 unsigned long start;
269 unsigned long end;
270 unsigned flags;
271 enum mmu_notifier_event event;
272 void *migrate_pgmap_owner;
643 struct mmu_notifier_range { struct
648 static inline void _mmu_notifier_range_init(struct mmu_notifier_range *range, in _mmu_notifier_range_init() argument