Searched defs:__pud_free_tlb (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/arch/arm64/include/asm/ |
D | tlb.h | 94 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pudp, in __pud_free_tlb() function
|
/Linux-v5.15/arch/ia64/include/asm/ |
D | pgalloc.h | 39 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud) macro
|
/Linux-v5.15/arch/arc/include/asm/ |
D | pgalloc.h | 80 #define __pud_free_tlb(tlb, pmd, addr) pud_free((tlb)->mm, pmd) macro
|
/Linux-v5.15/arch/mips/include/asm/ |
D | pgalloc.h | 99 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) macro
|
/Linux-v5.15/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 61 #define __pud_free_tlb(tlb, pud, addr) \ macro
|
/Linux-v5.15/arch/sparc/include/asm/ |
D | pgalloc_64.h | 111 #define __pud_free_tlb(tlb, pud, addr) \ macro
|
/Linux-v5.15/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 134 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() function
|
/Linux-v5.15/arch/x86/include/asm/ |
D | pgalloc.h | 127 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() function
|