Searched defs:mmu_notifier_range (Results 1 – 1 of 1) sorted by relevance
262 struct mmu_notifier_range { struct263 struct mm_struct *mm;264 unsigned long start;265 unsigned long end;266 unsigned flags;267 enum mmu_notifier_event event;268 void *owner;568 struct mmu_notifier_range { struct573 static inline void _mmu_notifier_range_init(struct mmu_notifier_range *range, in _mmu_notifier_range_init() argument