Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmmu_notifier.h271 struct mmu_notifier_range { struct
272 struct mm_struct *mm;
273 unsigned long start;
274 unsigned long end;
275 unsigned flags;
276 enum mmu_notifier_event event;
277 void *owner;
646 struct mmu_notifier_range { struct
651 static inline void _mmu_notifier_range_init(struct mmu_notifier_range *range, in _mmu_notifier_range_init() argument

Completed in 4 milliseconds