/kernel/linux/linux-5.10/include/asm-generic/ |
D | tlb.h | 187 extern void tlb_remove_table(struct mmu_gather *tlb, void *table); 246 extern bool __tlb_remove_page_size(struct mmu_gather *tlb, struct page *page, 254 struct mmu_gather { struct 307 void tlb_flush_mmu(struct mmu_gather *tlb); argument 309 static inline void __tlb_adjust_range(struct mmu_gather *tlb, in __tlb_adjust_range() 317 static inline void __tlb_reset_range(struct mmu_gather *tlb) in __tlb_reset_range() 351 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 358 tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_update_vma_flags() 361 static inline void tlb_end_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_end_vma() 376 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() [all …]
|
/kernel/linux/linux-5.10/mm/ |
D | mmu_gather.c | 16 static bool tlb_next_batch(struct mmu_gather *tlb) in tlb_next_batch() 44 static void tlb_batch_pages_flush(struct mmu_gather *tlb) in tlb_batch_pages_flush() 55 static void tlb_batch_list_free(struct mmu_gather *tlb) in tlb_batch_list_free() 66 bool __tlb_remove_page_size(struct mmu_gather *tlb, struct page *page, int page_size) in __tlb_remove_page_size() 176 static inline void tlb_table_invalidate(struct mmu_gather *tlb) in tlb_table_invalidate() 194 static void tlb_table_flush(struct mmu_gather *tlb) in tlb_table_flush() 205 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() 224 static inline void tlb_table_init(struct mmu_gather *tlb) in tlb_table_init() 231 static inline void tlb_table_flush(struct mmu_gather *tlb) { } in tlb_table_flush() 232 static inline void tlb_table_init(struct mmu_gather *tlb) { } in tlb_table_init() [all …]
|
D | madvise.c | 40 struct mmu_gather *tlb; 317 struct mmu_gather *tlb = private->tlb; in madvise_cold_or_pageout_pte_range() 492 static void madvise_cold_page_range(struct mmu_gather *tlb, in madvise_cold_page_range() 511 struct mmu_gather tlb; in madvise_cold() 525 static void madvise_pageout_page_range(struct mmu_gather *tlb, in madvise_pageout_page_range() 560 struct mmu_gather tlb; in madvise_pageout() 581 struct mmu_gather *tlb = walk->private; in madvise_free_pte_range() 719 struct mmu_gather tlb; in madvise_free_single_vma()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | tlb.h | 26 static inline void tlb_flush(struct mmu_gather *tlb); 27 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, 47 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, in __tlb_remove_page_size() 54 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 63 static inline void pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in pte_free_tlb() 85 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() 105 static inline void p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in p4d_free_tlb() 124 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | tlb.h | 20 static void tlb_flush(struct mmu_gather *tlb); 29 static inline int tlb_get_level(struct mmu_gather *tlb) in tlb_get_level() 53 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 75 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in __pte_free_tlb() 83 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() 94 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pudp, in __pud_free_tlb()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 8 extern void tlb_remove_table(struct mmu_gather *tlb, void *table); 10 extern void tlb_flush_pgtable(struct mmu_gather *tlb, unsigned long address); 13 static inline void tlb_flush_pgtable(struct mmu_gather *tlb, in tlb_flush_pgtable() 49 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() 66 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | pgalloc.h | 56 extern void ___pte_free_tlb(struct mmu_gather *tlb, struct page *pte); 58 static inline void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte, in __pte_free_tlb() 90 extern void ___pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd); 92 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() 127 extern void ___pud_free_tlb(struct mmu_gather *tlb, pud_t *pud); 129 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() 170 extern void ___p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d); 172 static inline void __p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in __p4d_free_tlb()
|
D | tlb.h | 10 static inline void tlb_flush(struct mmu_gather *tlb); 14 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | tlb.h | 9 struct mmu_gather; 11 static void tlb_flush(struct mmu_gather *tlb); 16 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | pgalloc_64.h | 76 struct mmu_gather; 77 void tlb_remove_table(struct mmu_gather *, void *); 79 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() 97 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() 103 static inline void __pte_free_tlb(struct mmu_gather *tlb, pte_t *pte, in __pte_free_tlb()
|
D | hugetlb.h | 51 void hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr,
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 21 extern void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift); 134 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() 150 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() 168 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
D | tlbflush-radix.h | 9 struct mmu_gather; 74 extern void radix__tlb_flush(struct mmu_gather *tlb); 87 extern void radix__flush_tlb_pwc(struct mmu_gather *tlb, unsigned long addr);
|
D | tlbflush-hash.h | 113 struct mmu_gather; 114 extern void hash__tlb_flush(struct mmu_gather *tlb);
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | tlb.h | 40 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, unsigned long addr) in __pte_free_tlb() 57 __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, unsigned long addr) in __pmd_free_tlb()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | tlb.h | 27 extern void tlb_flush(struct mmu_gather *tlb); 46 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, in __tlb_remove_tlb_entry()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 52 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() 69 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | hugetlbpage.c | 268 static void hugepd_free(struct mmu_gather *tlb, void *hugepte) in hugepd_free() 294 static inline void hugepd_free(struct mmu_gather *tlb, void *hugepte) {} in hugepd_free() 297 static void free_hugepd_range(struct mmu_gather *tlb, hugepd_t *hpdp, int pdshift, in free_hugepd_range() 333 static void hugetlb_free_pte_range(struct mmu_gather *tlb, pmd_t *pmd, in hugetlb_free_pte_range() 356 static void hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, in hugetlb_free_pmd_range() 415 static void hugetlb_free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, in hugetlb_free_pud_range() 469 void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 47 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable, in __pte_free_tlb() 64 static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb()
|
/kernel/linux/linux-5.10/include/linux/ |
D | hugetlb.h | 18 struct mmu_gather; 125 void __unmap_hugepage_range_final(struct mmu_gather *tlb, 129 void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma, 305 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() 350 static inline void __unmap_hugepage_range_final(struct mmu_gather *tlb, in __unmap_hugepage_range_final() 357 static inline void __unmap_hugepage_range(struct mmu_gather *tlb, in __unmap_hugepage_range()
|
D | mm_types.h | 641 struct mmu_gather; 642 extern void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, 644 extern void tlb_finish_mmu(struct mmu_gather *tlb,
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/ |
D | pgalloc.h | 7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | pgtable.c | 23 void paravirt_tlb_remove_table(struct mmu_gather *tlb, void *table) in paravirt_tlb_remove_table() 53 void ___pte_free_tlb(struct mmu_gather *tlb, struct page *pte) in ___pte_free_tlb() 61 void ___pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd) in ___pmd_free_tlb() 77 void ___pud_free_tlb(struct mmu_gather *tlb, pud_t *pud) in ___pud_free_tlb() 84 void ___p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d) in ___p4d_free_tlb()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | hugetlb.h | 8 void hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr,
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
D | hugetlbpage.c | 410 static void hugetlb_free_pte_range(struct mmu_gather *tlb, pmd_t *pmd, in hugetlb_free_pte_range() 420 static void hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, in hugetlb_free_pmd_range() 457 static void hugetlb_free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, in hugetlb_free_pud_range() 495 void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range()
|