| /linux-6.15/include/asm-generic/ |
| H A D | tlb.h | 316 struct mmu_gather { struct 375 void tlb_flush_mmu(struct mmu_gather *tlb); argument 377 static inline void __tlb_adjust_range(struct mmu_gather *tlb, in __tlb_adjust_range() 385 static inline void __tlb_reset_range(struct mmu_gather *tlb) in __tlb_reset_range() 419 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 433 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 484 static inline void tlb_remove_page_size(struct mmu_gather *tlb, in tlb_remove_page_size() 573 static inline void tlb_flush_pte_range(struct mmu_gather *tlb, in tlb_flush_pte_range() 580 static inline void tlb_flush_pmd_range(struct mmu_gather *tlb, in tlb_flush_pmd_range() 587 static inline void tlb_flush_pud_range(struct mmu_gather *tlb, in tlb_flush_pud_range() [all …]
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | tlb.h | 25 static inline void tlb_flush(struct mmu_gather *tlb); 26 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, 28 static inline bool __tlb_remove_folio_pages(struct mmu_gather *tlb, 47 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, in __tlb_remove_page_size() 56 static inline bool __tlb_remove_folio_pages(struct mmu_gather *tlb, in __tlb_remove_folio_pages() 71 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 80 static inline void pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in pte_free_tlb() 99 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() 118 static inline void p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in p4d_free_tlb() 136 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb()
|
| /linux-6.15/mm/ |
| H A D | mmu_gather.c | 18 static bool tlb_next_batch(struct mmu_gather *tlb) in tlb_next_batch() 144 static void tlb_batch_pages_flush(struct mmu_gather *tlb) in tlb_batch_pages_flush() 153 static void tlb_batch_list_free(struct mmu_gather *tlb) in tlb_batch_list_free() 351 static void tlb_table_flush(struct mmu_gather *tlb) in tlb_table_flush() 362 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() 381 static inline void tlb_table_init(struct mmu_gather *tlb) in tlb_table_init() 388 static inline void tlb_table_flush(struct mmu_gather *tlb) { } in tlb_table_flush() 389 static inline void tlb_table_init(struct mmu_gather *tlb) { } in tlb_table_init() 393 static void tlb_flush_mmu_free(struct mmu_gather *tlb) in tlb_flush_mmu_free() 401 void tlb_flush_mmu(struct mmu_gather *tlb) in tlb_flush_mmu() [all …]
|
| H A D | pt_reclaim.c | 28 void free_pte(struct mm_struct *mm, unsigned long addr, struct mmu_gather *tlb, in free_pte() 36 struct mmu_gather *tlb) in try_to_free_pte()
|
| H A D | mprotect.c | 86 static long change_pte_range(struct mmu_gather *tlb, in change_pte_range() 353 static inline long change_pmd_range(struct mmu_gather *tlb, in change_pmd_range() 423 static inline long change_pud_range(struct mmu_gather *tlb, in change_pud_range() 482 static inline long change_p4d_range(struct mmu_gather *tlb, in change_p4d_range() 505 static long change_protection_range(struct mmu_gather *tlb, in change_protection_range() 535 long change_protection(struct mmu_gather *tlb, in change_protection() 597 mprotect_fixup(struct vma_iterator *vmi, struct mmu_gather *tlb, in mprotect_fixup() 712 struct mmu_gather tlb; in do_mprotect_pkey()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | tlb.h | 15 static void tlb_flush(struct mmu_gather *tlb); 24 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() 84 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() 107 static inline void __p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4dp, in __p4d_free_tlb()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | pgalloc.h | 54 extern void ___pte_free_tlb(struct mmu_gather *tlb, struct page *pte); 56 static inline void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte, in __pte_free_tlb() 86 extern void ___pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd); 88 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() 123 extern void ___pud_free_tlb(struct mmu_gather *tlb, pud_t *pud); 125 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() 148 extern void ___p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d); 150 static inline void __p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in __p4d_free_tlb()
|
| H A D | tlb.h | 6 static inline void tlb_flush(struct mmu_gather *tlb); 13 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
|
| /linux-6.15/arch/powerpc/include/asm/nohash/ |
| H A 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() 53 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() 70 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | pgalloc_64.h | 79 struct mmu_gather; 80 void tlb_remove_table(struct mmu_gather *, void *); 82 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() 100 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() 106 static inline void __pte_free_tlb(struct mmu_gather *tlb, pte_t *pte, in __pte_free_tlb()
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A 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()
|
| H A D | pgalloc.h | 89 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() 96 static inline void __p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in __p4d_free_tlb() 125 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() 133 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in __pte_free_tlb()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | tlb.h | 22 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, 27 extern void tlb_flush(struct mmu_gather *tlb); 44 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, in __tlb_remove_tlb_entry()
|
| /linux-6.15/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgalloc.h | 21 extern void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift); 136 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() 152 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() 170 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
| H A D | tlbflush-radix.h | 13 struct mmu_gather; 82 extern void radix__tlb_flush(struct mmu_gather *tlb); 95 extern void radix__flush_tlb_pwc(struct mmu_gather *tlb, unsigned long addr);
|
| H A D | tlbflush-hash.h | 69 struct mmu_gather; 70 extern void hash__tlb_flush(struct mmu_gather *tlb);
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | tlb.h | 33 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, unsigned long addr) in __pte_free_tlb() 50 __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, unsigned long addr) in __pmd_free_tlb()
|
| /linux-6.15/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgalloc.h | 50 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() 67 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
| /linux-6.15/include/linux/ |
| H A D | huge_mm.h | 28 bool madvise_free_huge_pmd(struct mmu_gather *tlb, struct vm_area_struct *vma, 30 int zap_huge_pmd(struct mmu_gather *tlb, struct vm_area_struct *vma, pmd_t *pmd, 32 int zap_huge_pud(struct mmu_gather *tlb, struct vm_area_struct *vma, pud_t *pud, 36 int change_huge_pmd(struct mmu_gather *tlb, struct vm_area_struct *vma, 417 int change_huge_pud(struct mmu_gather *tlb, struct vm_area_struct *vma, 422 change_huge_pud(struct mmu_gather *tlb, struct vm_area_struct *vma, in change_huge_pud() 678 static inline int change_huge_pud(struct mmu_gather *tlb, in change_huge_pud()
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A 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()
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | tlb.h | 135 static void tlb_flush(struct mmu_gather *tlb); 140 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
|
| /linux-6.15/arch/sparc/mm/ |
| H A D | hugetlbpage.c | 299 static void hugetlb_free_pte_range(struct mmu_gather *tlb, pmd_t *pmd, in hugetlb_free_pte_range() 309 static void hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, in hugetlb_free_pmd_range() 346 static void hugetlb_free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, in hugetlb_free_pud_range() 384 void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range()
|
| /linux-6.15/arch/powerpc/include/asm/book3s/ |
| H A D | pgalloc.h | 7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
|
| /linux-6.15/tools/testing/vma/ |
| H A D | vma_internal.h | 213 struct mmu_gather {}; struct 708 static inline void tlb_gather_mmu(struct mmu_gather *, struct mm_struct *) in tlb_gather_mmu() argument 720 static inline void unmap_vmas(struct mmu_gather *tlb, struct ma_state *mas, in unmap_vmas() 734 static inline void free_pgtables(struct mmu_gather *tlb, struct ma_state *mas, in free_pgtables() 754 static inline void tlb_finish_mmu(struct mmu_gather *) in tlb_finish_mmu() argument
|
| /linux-6.15/arch/x86/mm/ |
| H A D | pgtable.c | 20 void ___pte_free_tlb(struct mmu_gather *tlb, struct page *pte) in ___pte_free_tlb() 27 void ___pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd) in ___pmd_free_tlb() 41 void ___pud_free_tlb(struct mmu_gather *tlb, pud_t *pud) in ___pud_free_tlb() 48 void ___p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d) in ___p4d_free_tlb()
|