Searched defs:pud_free_tlb (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | 4level-fixup.h | 31 #define pud_free_tlb(tlb, x, addr) do { } while (0) macro
|
D | tlb.h | 295 #define pud_free_tlb(tlb, pudp, address) \ macro
|
/Linux-v4.19/arch/um/include/asm/ |
D | tlb.h | 157 #define pud_free_tlb(tlb, pudp, addr) __pud_free_tlb(tlb, pudp, addr) macro
|
/Linux-v4.19/arch/s390/include/asm/ |
D | tlb.h | 167 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb() function
|
/Linux-v4.19/arch/sh/include/asm/ |
D | tlb.h | 138 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | tlb.h | 285 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | tlb.h | 303 #define pud_free_tlb(tlb, pudp, address) \ macro
|