Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/include/asm/
Dpgalloc.h71 extern pgtable_t pgtable_alloc_one(struct mm_struct *mm, unsigned long address,
78 return pgtable_alloc_one(mm, address, L2_USER_PGTABLE_ORDER); in pte_alloc_one()
146 struct page *p = pgtable_alloc_one(mm, address, L1_USER_PGTABLE_ORDER); in pmd_alloc_one()
/linux-4.4.14/arch/tile/mm/
Dpgtable.c231 struct page *pgtable_alloc_one(struct mm_struct *mm, unsigned long address, in pgtable_alloc_one() function