| /arch/s390/include/asm/ |
| A D | tlb.h | 48 static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, in __tlb_remove_page_size() 57 static inline bool __tlb_remove_folio_pages(struct mmu_gather *tlb, in __tlb_remove_folio_pages() 72 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 81 static inline void pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in pte_free_tlb() 100 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() 119 static inline void p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in p4d_free_tlb() 137 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb()
|
| /arch/arm64/include/asm/ |
| A D | tlb.h | 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()
|
| /arch/arm/include/asm/ |
| A D | tlb.h | 23 #define tlb_flush(tlb) ((void) tlb) argument 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()
|
| /arch/um/include/asm/ |
| A D | pgalloc.h | 28 #define __pte_free_tlb(tlb, pte, address) \ argument 33 #define __pmd_free_tlb(tlb, pmd, address) \ argument 38 #define __pud_free_tlb(tlb, pud, address) \ argument
|
| /arch/parisc/include/asm/ |
| A D | tlb.h | 8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) argument 10 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) argument
|
| /arch/alpha/include/asm/ |
| A D | tlb.h | 7 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) argument 8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) argument
|
| /arch/powerpc/include/asm/nohash/ |
| A D | pgalloc.h | 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()
|
| /arch/sparc/include/asm/ |
| A D | pgalloc_64.h | 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() 112 #define __pmd_free_tlb(tlb, pmd, addr) \ argument 115 #define __pud_free_tlb(tlb, pud, addr) \ argument
|
| A D | tlb_64.h | 25 #define tlb_flush(tlb) flush_tlb_pending() argument
|
| A D | pgalloc_32.h | 51 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) argument 75 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) argument
|
| /arch/arc/include/asm/ |
| A D | pgalloc.h | 75 #define __pud_free_tlb(tlb, pmd, addr) pud_free((tlb)->mm, pmd) argument 86 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) argument 90 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) argument
|
| /arch/powerpc/include/asm/book3s/32/ |
| A D | pgalloc.h | 25 #define __pmd_free_tlb(tlb,x,a) do { } while (0) argument 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()
|
| /arch/sh/include/asm/ |
| A D | pgalloc.h | 20 #define __pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, (pmdp)) argument 35 #define __pte_free_tlb(tlb, pte, addr) \ argument
|
| /arch/mips/include/asm/ |
| A D | pgalloc.h | 51 #define __pte_free_tlb(tlb, pte, address) \ argument 75 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) argument 101 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) argument
|
| /arch/riscv/include/asm/ |
| 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()
|
| A D | tlb.h | 16 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
|
| /arch/loongarch/include/asm/ |
| A D | pgalloc.h | 58 #define __pte_free_tlb(tlb, pte, address) \ argument 82 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) argument 102 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) argument
|
| /arch/xtensa/include/asm/ |
| A D | tlb.h | 19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) argument
|
| /arch/x86/include/asm/ |
| A D | pgalloc.h | 56 static inline void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte, in __pte_free_tlb() 88 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() 125 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() 150 static inline void __p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in __p4d_free_tlb()
|
| /arch/powerpc/include/asm/book3s/64/ |
| A D | pgalloc.h | 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()
|
| /arch/nios2/include/asm/ |
| A D | pgalloc.h | 31 #define __pte_free_tlb(tlb, pte, addr) \ argument
|
| /arch/powerpc/include/asm/nohash/64/ |
| A D | pgalloc.h | 62 #define __pmd_free_tlb(tlb, pmd, addr) \ argument 64 #define __pud_free_tlb(tlb, pud, addr) \ argument
|
| /arch/m68k/include/asm/ |
| 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()
|
| /arch/powerpc/include/asm/nohash/32/ |
| A D | pgalloc.h | 14 #define __pmd_free_tlb(tlb,x,a) do { } while (0) argument
|
| /arch/microblaze/include/asm/ |
| A D | pgalloc.h | 28 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte)) argument
|