Searched defs:pud_free_tlb (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/asm-generic/ |
D | 4level-fixup.h | 31 #define pud_free_tlb(tlb, x, addr) do { } while (0) macro
|
D | tlb.h | 206 #define pud_free_tlb(tlb, pudp, address) \ macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | tlb.h | 128 #define pud_free_tlb(tlb, pudp, addr) __pud_free_tlb(tlb, pudp, addr) macro
|
/linux-4.4.14/arch/s390/include/asm/ |
D | tlb.h | 134 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb() function
|
/linux-4.4.14/arch/sh/include/asm/ |
D | tlb.h | 114 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | tlb.h | 262 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | tlb.h | 277 #define pud_free_tlb(tlb, pudp, address) \ macro
|