Home
last modified time | relevance | path

Searched refs:__pte_alloc_one (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgalloc.h59 static inline pgtable_t __pte_alloc_one(struct mm_struct *mm, gfp_t gfp) in __pte_alloc_one() function
85 return __pte_alloc_one(mm, GFP_PGTABLE_USER); in pte_alloc_one()
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgalloc.h27 pte = __pte_alloc_one(mm, GFP_PGTABLE_USER); in pte_alloc_one()
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgalloc.h59 page = __pte_alloc_one(mm, GFP_PGTABLE_USER); in pte_alloc_one()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgalloc.h93 pte = __pte_alloc_one(mm, GFP_PGTABLE_USER | PGTABLE_HIGHMEM); in pte_alloc_one()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpgtable.c33 return __pte_alloc_one(mm, __userpte_alloc_gfp); in pte_alloc_one()