Searched defs:pmd_free_tlb (Results 1 – 6 of 6) sorted by relevance
/arch/um/include/asm/ |
D | tlb.h | 116 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
|
/arch/s390/include/asm/ |
D | tlb.h | 106 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() function
|
/arch/sh/include/asm/ |
D | tlb.h | 103 #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp) macro
|
/arch/arm/include/asm/ |
D | tlb.h | 208 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
|
/arch/arm64/include/asm/ |
D | tlb.h | 185 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
|
/arch/ia64/include/asm/ |
D | tlb.h | 246 #define pmd_free_tlb(tlb, ptep, address) \ macro
|