Searched defs:pmd_free_tlb (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/arch/um/include/asm/ |
H A D | tlb.h | 130 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | tlb.h | 118 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, pmd_free_tlb() function
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | tlb.h | 113 #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp) macro
|
/linux-4.4.14/include/asm-generic/ |
H A D | tlb.h | 213 #define pmd_free_tlb(tlb, pmdp, address) \ macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | tlb.h | 271 #define pmd_free_tlb(tlb, ptep, address) \ macro
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | tlb.h | 261 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
|
Completed in 189 milliseconds