Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dtlb.h65 struct mmu_gather { struct
82 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); argument
/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 …]
/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
/arch/s390/include/asm/
Dtlb.h31 struct mmu_gather { struct
47 extern void tlb_table_flush(struct mmu_gather *tlb); argument
/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