Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/asm/
Dtlb.h65 struct mmu_gather { struct
82 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); argument
/linux-4.4.14/include/asm-generic/
Dtlb.h92 struct mmu_gather { struct
106 struct mmu_gather_batch *active; argument
107 struct mmu_gather_batch local; argument
114 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned lon… argument
/linux-4.4.14/arch/ia64/include/asm/
Dtlb.h55 struct mmu_gather { struct
56 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 …]
/linux-4.4.14/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-4.4.14/arch/s390/include/asm/
Dtlb.h31 struct mmu_gather { struct
47 extern void tlb_table_flush(struct mmu_gather *tlb); argument
/linux-4.4.14/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