Searched defs:mmu_gather (Results 1 – 6 of 6) sorted by relevance
65 struct mmu_gather { struct82 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); argument
93 struct mmu_gather { struct107 struct mmu_gather_batch *active; argument108 struct mmu_gather_batch local; argument116 void arch_tlb_gather_mmu(struct mmu_gather *tlb, argument
56 struct mmu_gather { struct57 struct mm_struct *mm;58 unsigned int nr;59 unsigned int max;60 unsigned char fullmm; /* non-zero means full mm flush */61 unsigned char need_flush; /* really unmapped some PTEs? */62 unsigned long start, end;63 unsigned long start_addr;64 unsigned long end_addr;65 struct page **pages;[all …]
18 struct mmu_gather { struct26 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, in __tlb_remove_tlb_entry() argument
32 struct mmu_gather { struct48 extern void tlb_table_flush(struct mmu_gather *tlb); argument
22 struct mmu_gather { struct28 static inline void init_tlb_gather(struct mmu_gather *tlb) in init_tlb_gather() argument