Home
last modified time | relevance | path

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

/linux-3.3/include/asm-generic/
Dtlb.h84 struct mmu_gather { struct
94 struct mmu_gather_batch *active; argument
95 struct mmu_gather_batch local; argument
101 static inline int tlb_fast_mode(struct mmu_gather *tlb) in tlb_fast_mode() argument
/linux-3.3/arch/arm/include/asm/
Dtlb.h54 struct mmu_gather { struct
66 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); argument
/linux-3.3/arch/ia64/include/asm/
Dtlb.h61 struct mmu_gather { struct
62 struct mm_struct *mm;
63 unsigned int nr; /* == ~0U => fast mode */
64 unsigned int max;
65 unsigned char fullmm; /* non-zero means full mm flush */
66 unsigned char need_flush; /* really unmapped some PTEs? */
67 unsigned long start_addr;
68 unsigned long end_addr;
69 struct page **pages;
70 struct page *local[IA64_GATHER_BUNDLE];
/linux-3.3/arch/um/include/asm/
Dtlb.h17 struct mmu_gather { struct
25 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, in __tlb_remove_tlb_entry() argument
/linux-3.3/arch/s390/include/asm/
Dtlb.h31 struct mmu_gather { struct
50 extern void tlb_table_flush(struct mmu_gather *tlb); argument
/linux-3.3/arch/sh/include/asm/
Dtlb.h21 struct mmu_gather { struct
27 static inline void init_tlb_gather(struct mmu_gather *tlb) in init_tlb_gather() argument