Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmmu_notifier.h283 struct mmu_notifier_range { struct
284 struct vm_area_struct *vma;
285 struct mm_struct *mm;
286 unsigned long start;
287 unsigned long end;
288 unsigned flags;
289 enum mmu_notifier_event event;
290 void *migrate_pgmap_owner;
712 struct mmu_notifier_range { struct
717 static inline void _mmu_notifier_range_init(struct mmu_notifier_range *range, in _mmu_notifier_range_init() argument