Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dpgalloc.h99 pte = __pte_alloc_one(mm, GFP_PGTABLE_USER | PGTABLE_HIGHMEM); in pte_alloc_one()
/linux/include/asm-generic/
H A Dpgalloc.h86 #define __pte_alloc_one(...) alloc_hooks(__pte_alloc_one_noprof(__VA_ARGS__)) macro
/linux/arch/x86/mm/
H A Dpgtable.c18 return __pte_alloc_one(mm, GFP_PGTABLE_USER); in pte_alloc_one()
/linux/arch/sparc/mm/
H A Dinit_64.c2881 static pte_t *__pte_alloc_one(struct mm_struct *mm) in __pte_alloc_one() function
2896 return __pte_alloc_one(mm); in pte_alloc_one_kernel()
2901 return __pte_alloc_one(mm); in pte_alloc_one()