Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h45 extern pte_t *pte_fragment_alloc(struct mm_struct *, unsigned long, int);
198 return (pte_t *)pte_fragment_alloc(mm, address, 1); in pte_alloc_one_kernel()
204 return (pgtable_t)pte_fragment_alloc(mm, address, 0); in pte_alloc_one()
/Linux-v4.19/arch/powerpc/mm/
Dpgtable-book3s64.c382 pte_t *pte_fragment_alloc(struct mm_struct *mm, unsigned long vmaddr, int kernel) in pte_fragment_alloc() function