Home
last modified time | relevance | path

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

/linux-6.14.4/include/asm-generic/
Dtlb.h317 struct mmu_gather { struct
318 struct mm_struct *mm;
321 struct mmu_table_batch *batch;
324 unsigned long start;
325 unsigned long end;
330 unsigned int fullmm : 1;
336 unsigned int need_flush_all : 1;
341 unsigned int freed_tables : 1;
366 struct mmu_gather_batch *active; argument
367 struct mmu_gather_batch local; argument
[all …]
/linux-6.14.4/tools/testing/vma/
Dvma_internal.h217 struct mmu_gather {}; struct
719 static inline void tlb_gather_mmu(struct mmu_gather *, struct mm_struct *) in tlb_gather_mmu()
765 static inline void tlb_finish_mmu(struct mmu_gather *) in tlb_finish_mmu()