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