Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmmu_notifier.h64 struct mmu_notifier_range { struct
65 struct vm_area_struct *vma;
66 struct mm_struct *mm;
67 unsigned long start;
68 unsigned long end;
69 unsigned flags;
70 enum mmu_notifier_event event;
531 struct mmu_notifier_range { struct
536 static inline void _mmu_notifier_range_init(struct mmu_notifier_range *range, in _mmu_notifier_range_init() argument