Home
last modified time | relevance | path

Searched refs:pte_fragment_alloc (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/include/asm/
A Dpgalloc.h23 pte_t *pte_fragment_alloc(struct mm_struct *mm, int kernel);
27 return (pte_t *)pte_fragment_alloc(mm, 1); in pte_alloc_one_kernel()
32 return (pgtable_t)pte_fragment_alloc(mm, 0); in pte_alloc_one()
/linux/arch/powerpc/mm/
A Dpgtable-frag.c98 pte_t *pte_fragment_alloc(struct mm_struct *mm, int kernel) in pte_fragment_alloc() function

Completed in 3 milliseconds