Searched refs:pmd_free_tlb (Results 1 - 6 of 6) sorted by relevance

/arch/s390/include/asm/
H A Dtlb.h112 * pmd_free_tlb frees a pmd table and clears the CRSTE for the
115 * as the pgd. pmd_free_tlb checks the asce_limit against 2GB
118 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, function
/arch/sh/include/asm/
H A Dtlb.h113 #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp) macro
/arch/um/include/asm/
H A Dtlb.h130 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
/arch/arm/include/asm/
H A Dtlb.h261 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
/arch/ia64/include/asm/
H A Dtlb.h271 #define pmd_free_tlb(tlb, ptep, address) \ macro
/arch/powerpc/mm/
H A Dhugetlbpage.c575 pmd_free_tlb(tlb, pmd, start);

Completed in 10 milliseconds