Home
last modified time | relevance | path

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

/arch/um/include/asm/
Dtlb.h116 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
/arch/s390/include/asm/
Dtlb.h106 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() function
/arch/sh/include/asm/
Dtlb.h103 #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp) macro
/arch/arm/include/asm/
Dtlb.h208 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
/arch/arm64/include/asm/
Dtlb.h185 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
/arch/ia64/include/asm/
Dtlb.h246 #define pmd_free_tlb(tlb, ptep, address) \ macro