Searched defs:mmu_notifier_range (Results 1 – 1 of 1) sorted by relevance
304 struct mmu_notifier_range { struct305 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 { struct564 static inline void _mmu_notifier_range_init(struct mmu_notifier_range *range, in _mmu_notifier_range_init() argument