Searched defs:pmd_free_tlb (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/um/include/asm/ |
D | tlb.h | 159 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | tlb.h | 137 #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp) macro
|
/Linux-v4.19/arch/s390/include/asm/ |
D | tlb.h | 136 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() function
|
/Linux-v4.19/include/asm-generic/ |
D | tlb.h | 286 #define pmd_free_tlb(tlb, pmdp, address) \ macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | tlb.h | 297 #define pmd_free_tlb(tlb, ptep, address) \ macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | tlb.h | 284 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
|