pte_fragment_alloc   23 arch/powerpc/include/asm/pgalloc.h pte_t *pte_fragment_alloc(struct mm_struct *mm, int kernel);
pte_fragment_alloc   27 arch/powerpc/include/asm/pgalloc.h 	return (pte_t *)pte_fragment_alloc(mm, 1);
pte_fragment_alloc   32 arch/powerpc/include/asm/pgalloc.h 	return (pgtable_t)pte_fragment_alloc(mm, 0);