Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmmu_notifier.h304 struct mmu_notifier_range { struct
305 struct mm_struct *mm;
306 unsigned long start;
307 unsigned long end;
308 unsigned flags;
309 enum mmu_notifier_event event;
310 void *owner;
559 struct mmu_notifier_range { struct
564 static inline void _mmu_notifier_range_init(struct mmu_notifier_range *range, in _mmu_notifier_range_init() argument