pgtable_free_tlb   72 arch/powerpc/include/asm/book3s/32/pgalloc.h 	pgtable_free_tlb(tlb, table, 0);
pgtable_free_tlb   21 arch/powerpc/include/asm/book3s/64/pgalloc.h extern void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift);
pgtable_free_tlb  128 arch/powerpc/include/asm/book3s/64/pgalloc.h 	pgtable_free_tlb(tlb, pud, PUD_INDEX);
pgtable_free_tlb  149 arch/powerpc/include/asm/book3s/64/pgalloc.h 	return pgtable_free_tlb(tlb, pmd, PMD_INDEX);
pgtable_free_tlb  172 arch/powerpc/include/asm/book3s/64/pgalloc.h 	pgtable_free_tlb(tlb, table, PTE_INDEX);
pgtable_free_tlb   60 arch/powerpc/include/asm/nohash/64/pgalloc.h 	pgtable_free_tlb(tlb, pmd, PMD_CACHE_INDEX)
pgtable_free_tlb   62 arch/powerpc/include/asm/nohash/64/pgalloc.h 	pgtable_free_tlb(tlb, pud, PUD_INDEX_SIZE)
pgtable_free_tlb   70 arch/powerpc/include/asm/nohash/pgalloc.h 	pgtable_free_tlb(tlb, table, 0);
pgtable_free_tlb  334 arch/powerpc/mm/hugetlbpage.c 		pgtable_free_tlb(tlb, hugepte, 0);
pgtable_free_tlb  336 arch/powerpc/mm/hugetlbpage.c 		pgtable_free_tlb(tlb, hugepte,
pgtable_free_tlb  106 arch/sparc/include/asm/pgalloc_64.h 	pgtable_free_tlb(tlb, pte, true);
pgtable_free_tlb  110 arch/sparc/include/asm/pgalloc_64.h 	pgtable_free_tlb(tlb, pmd, false)
pgtable_free_tlb  113 arch/sparc/include/asm/pgalloc_64.h 	pgtable_free_tlb(tlb, pud, false)