Searched refs:pud_free_tlb (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/include/asm-generic/
H A D4level-fixup.h30 #undef pud_free_tlb macro
31 #define pud_free_tlb(tlb, x, addr) do { } while (0) macro
H A Dtlb.h206 #define pud_free_tlb(tlb, pudp, address) \ macro
/linux-4.1.27/arch/s390/include/asm/
H A Dtlb.h128 * pud_free_tlb frees a pud table and clears the CRSTE for the
131 * as the pgd. pud_free_tlb checks the asce_limit against 4TB
134 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, pud_free_tlb() function
/linux-4.1.27/arch/um/include/asm/
H A Dtlb.h128 #define pud_free_tlb(tlb, pudp, addr) __pud_free_tlb(tlb, pudp, addr) macro
/linux-4.1.27/arch/sh/include/asm/
H A Dtlb.h114 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp) macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dtlb.h277 #define pud_free_tlb(tlb, pudp, address) \ macro
/linux-4.1.27/arch/arm/include/asm/
H A Dtlb.h262 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp) macro
/linux-4.1.27/arch/powerpc/mm/
H A Dhugetlbpage.c632 pud_free_tlb(tlb, pud, start); hugetlb_free_pud_range()
/linux-4.1.27/mm/
H A Dmemory.c464 pud_free_tlb(tlb, pud, start); free_pud_range()

Completed in 304 milliseconds