/openbmc/linux/include/asm-generic/ |
H A D | tlb.h | 204 extern void tlb_remove_table(struct mmu_gather *tlb, void *table); 263 extern bool __tlb_remove_page_size(struct mmu_gather *tlb, 273 extern void tlb_flush_rmaps(struct mmu_gather *tlb, struct vm_area_struct *vma); 287 static inline void tlb_flush_rmaps(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_flush_rmaps() 294 struct mmu_gather { struct 353 void tlb_flush_mmu(struct mmu_gather *tlb); argument 355 static inline void __tlb_adjust_range(struct mmu_gather *tlb, in __tlb_adjust_range() 363 static inline void __tlb_reset_range(struct mmu_gather *tlb) in __tlb_reset_range() 397 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 411 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() [all …]
|
/openbmc/linux/mm/ |
H A D | mmu_gather.c | 18 static bool tlb_next_batch(struct mmu_gather *tlb) in tlb_next_batch() 73 void tlb_flush_rmaps(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_flush_rmaps() 85 static void tlb_batch_pages_flush(struct mmu_gather *tlb) in tlb_batch_pages_flush() 108 static void tlb_batch_list_free(struct mmu_gather *tlb) in tlb_batch_list_free() 119 bool __tlb_remove_page_size(struct mmu_gather *tlb, struct encoded_page *page, int page_size) in __tlb_remove_page_size() 229 static inline void tlb_table_invalidate(struct mmu_gather *tlb) in tlb_table_invalidate() 247 static void tlb_table_flush(struct mmu_gather *tlb) in tlb_table_flush() 258 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() 277 static inline void tlb_table_init(struct mmu_gather *tlb) in tlb_table_init() 284 static inline void tlb_table_flush(struct mmu_gather *tlb) { } in tlb_table_flush() [all …]
|
H A D | mprotect.c | 83 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() 437 static inline long change_pud_range(struct mmu_gather *tlb, in change_pud_range() 460 static inline long change_p4d_range(struct mmu_gather *tlb, in change_p4d_range() 483 static long change_protection_range(struct mmu_gather *tlb, in change_protection_range() 513 long change_protection(struct mmu_gather *tlb, in change_protection() 575 mprotect_fixup(struct vma_iterator *vmi, struct mmu_gather *tlb, in mprotect_fixup() 699 struct mmu_gather tlb; in do_mprotect_pkey()
|
H A D | madvise.c | 41 struct mmu_gather *tlb; 347 struct mmu_gather *tlb = private->tlb; in madvise_cold_or_pageout_pte_range() 544 static void madvise_cold_page_range(struct mmu_gather *tlb, in madvise_cold_page_range() 568 struct mmu_gather tlb; in madvise_cold() 582 static void madvise_pageout_page_range(struct mmu_gather *tlb, in madvise_pageout_page_range() 601 struct mmu_gather tlb; in madvise_pageout() 629 struct mmu_gather *tlb = walk->private; in madvise_free_pte_range() 773 struct mmu_gather tlb; in madvise_free_single_vma()
|
/openbmc/linux/arch/s390/include/asm/ |
H A 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, 48 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, in __tlb_remove_page_size() 56 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 65 static inline void pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in pte_free_tlb() 87 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() 107 static inline void p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in p4d_free_tlb() 125 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A 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() 85 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() 96 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pudp, in __pud_free_tlb()
|
/openbmc/linux/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() 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()
|
/openbmc/linux/arch/x86/include/asm/ |
H A 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() 88 extern void ___pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd); 90 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() 125 extern void ___pud_free_tlb(struct mmu_gather *tlb, pud_t *pud); 127 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() 168 extern void ___p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d); 170 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); 10 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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);
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | tlb.h | 40 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, unsigned long addr) in __pte_free_tlb() 59 __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, unsigned long addr) in __pmd_free_tlb()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | hugetlbpage.c | 275 static void hugepd_free(struct mmu_gather *tlb, void *hugepte) in hugepd_free() 301 static inline void hugepd_free(struct mmu_gather *tlb, void *hugepte) {} in hugepd_free() 319 static void free_hugepd_range(struct mmu_gather *tlb, hugepd_t *hpdp, int pdshift, in free_hugepd_range() 347 static void hugetlb_free_pte_range(struct mmu_gather *tlb, pmd_t *pmd, in hugetlb_free_pte_range() 361 static void hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, in hugetlb_free_pmd_range() 412 static void hugetlb_free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, in hugetlb_free_pud_range() 458 void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | tlb.h | 25 extern void tlb_flush(struct mmu_gather *tlb); 41 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, in __tlb_remove_tlb_entry()
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A 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()
|
/openbmc/linux/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()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | tlb.h | 137 static void tlb_flush(struct mmu_gather *tlb); 142 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
|
/openbmc/linux/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,
|
/openbmc/linux/arch/x86/mm/ |
H A 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()
|
/openbmc/linux/arch/powerpc/include/asm/book3s/ |
H A D | pgalloc.h | 7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
|
/openbmc/linux/arch/sparc/mm/ |
H A D | hugetlbpage.c | 422 static void hugetlb_free_pte_range(struct mmu_gather *tlb, pmd_t *pmd, in hugetlb_free_pte_range() 432 static void hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, in hugetlb_free_pmd_range() 469 static void hugetlb_free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, in hugetlb_free_pud_range() 507 void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | hugetlb.h | 8 void hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr,
|