Home
last modified time | relevance | path

Searched defs:pmd_free_tlb (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/um/include/asm/
Dtlb.h159 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
/Linux-v4.19/arch/sh/include/asm/
Dtlb.h137 #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp) macro
/Linux-v4.19/arch/s390/include/asm/
Dtlb.h136 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() function
/Linux-v4.19/include/asm-generic/
Dtlb.h286 #define pmd_free_tlb(tlb, pmdp, address) \ macro
/Linux-v4.19/arch/ia64/include/asm/
Dtlb.h297 #define pmd_free_tlb(tlb, ptep, address) \ macro
/Linux-v4.19/arch/arm/include/asm/
Dtlb.h284 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro