Searched refs:__pud_free_tlb (Results 1 – 10 of 10) sorted by relevance
/linux/arch/um/include/asm/ |
H A D | pgalloc.h | 44 #define __pud_free_tlb(tlb, pud, address) \ macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgalloc.h | 64 #define __pud_free_tlb(tlb, pud, addr) \ macro
|
/linux/arch/arc/include/asm/ |
H A D | pgalloc.h | 80 #define __pud_free_tlb(tlb, pmd, addr) pud_free((tlb)->mm, pmd) macro
|
/linux/arch/arm64/include/asm/ |
H A D | tlb.h | 101 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pudp, in __pud_free_tlb() function
|
/linux/arch/mips/include/asm/ |
H A D | pgalloc.h | 110 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) macro
|
/linux/arch/loongarch/include/asm/ |
H A D | pgalloc.h | 105 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) macro
|
/linux/arch/sparc/include/asm/ |
H A D | pgalloc_64.h | 115 #define __pud_free_tlb(tlb, pud, addr) \ macro
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgalloc.h | 136 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() function
|
/linux/arch/x86/include/asm/ |
H A D | pgalloc.h | 127 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() function
|
/linux/include/asm-generic/ |
H A D | tlb.h | 724 __pud_free_tlb(tlb, pudp, address); \
|