Searched refs:__pud_free_tlb (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/asm-generic/ |
D | pgtable-nopud.h | 55 #define __pud_free_tlb(tlb, x, a) do { } while (0) macro
|
D | 4level-fixup.h | 33 #define __pud_free_tlb(tlb, x, addr) do { } while (0) macro
|
D | tlb.h | 209 __pud_free_tlb(tlb, pudp, address); \
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | tlb.h | 66 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pudp, in __pud_free_tlb() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgalloc.h | 51 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud) macro
|
D | tlb.h | 280 __pud_free_tlb(tlb, pudp, address); \
|
/linux-4.1.27/arch/um/include/asm/ |
D | tlb.h | 128 #define pud_free_tlb(tlb, pudp, addr) __pud_free_tlb(tlb, pudp, addr)
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgalloc_64.h | 117 #define __pud_free_tlb(tlb, pud, addr) \ macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgalloc.h | 139 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 238 #define __pud_free_tlb(tlb, pud, addr) \ macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | pgtable.h | 226 #define __pud_free_tlb(tlb, x, address) do { } while (0) macro
|