Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Dtlb.h65 struct mmu_gather { struct
82 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); argument
/Linux-v4.19/include/asm-generic/
Dtlb.h93 struct mmu_gather { struct
107 struct mmu_gather_batch *active; argument
108 struct mmu_gather_batch local; argument
116 void arch_tlb_gather_mmu(struct mmu_gather *tlb, argument
/Linux-v4.19/arch/ia64/include/asm/
Dtlb.h56 struct mmu_gather { struct
57 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 …]
/Linux-v4.19/arch/um/include/asm/
Dtlb.h18 struct mmu_gather { struct
26 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, in __tlb_remove_tlb_entry() argument
/Linux-v4.19/arch/s390/include/asm/
Dtlb.h32 struct mmu_gather { struct
48 extern void tlb_table_flush(struct mmu_gather *tlb); argument
/Linux-v4.19/arch/sh/include/asm/
Dtlb.h22 struct mmu_gather { struct
28 static inline void init_tlb_gather(struct mmu_gather *tlb) in init_tlb_gather() argument