Searched defs:mmu_gather (Results 1 – 5 of 5) sorted by relevance
65 struct mmu_gather { struct82 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); argument
55 struct mmu_gather { struct56 struct mm_struct *mm;57 unsigned int nr;58 unsigned int max;59 unsigned char fullmm; /* non-zero means full mm flush */60 unsigned char need_flush; /* really unmapped some PTEs? */61 unsigned long start, end;62 unsigned long start_addr;63 unsigned long end_addr;64 struct page **pages;[all …]
17 struct mmu_gather { struct25 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, in __tlb_remove_tlb_entry() argument
31 struct mmu_gather { struct47 extern void tlb_table_flush(struct mmu_gather *tlb); argument
21 struct mmu_gather { struct27 static inline void init_tlb_gather(struct mmu_gather *tlb) in init_tlb_gather() argument