Searched refs:__pud_free_tlb (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgalloc.h | 39 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud) macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/ |
A D | pgalloc.h | 64 #define __pud_free_tlb(tlb, pud, addr) \ macro
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | tlb.h | 94 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pudp, in __pud_free_tlb() function
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | pgalloc.h | 80 #define __pud_free_tlb(tlb, pmd, addr) pud_free((tlb)->mm, pmd) macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgalloc.h | 90 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) macro
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgalloc.h | 105 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgalloc_64.h | 111 #define __pud_free_tlb(tlb, pud, addr) \ macro
|
/linux-6.3-rc2/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() function
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgalloc.h | 98 #define __pud_free_tlb(tlb, pud, addr) pud_free((tlb)->mm, pud) macro
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgalloc.h | 127 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() function
|
/linux-6.3-rc2/include/asm-generic/ |
A D | tlb.h | 684 __pud_free_tlb(tlb, pudp, address); \
|
Completed in 12 milliseconds