Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
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-6.1.9/arch/powerpc/mm/
Dpgtable-frag.c98 pte_t *pte_fragment_alloc(struct mm_struct *mm, int kernel) in pte_fragment_alloc() function