Home
last modified time | relevance | path

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

/linux-6.12.1/arch/xtensa/include/asm/
Dpgalloc.h58 page = __pte_alloc_one(mm, GFP_PGTABLE_USER); in pte_alloc_one()
/linux-6.12.1/arch/arm/include/asm/
Dpgalloc.h99 pte = __pte_alloc_one(mm, GFP_PGTABLE_USER | PGTABLE_HIGHMEM); in pte_alloc_one()
/linux-6.12.1/include/asm-generic/
Dpgalloc.h80 #define __pte_alloc_one(...) alloc_hooks(__pte_alloc_one_noprof(__VA_ARGS__)) macro
/linux-6.12.1/arch/x86/mm/
Dpgtable.c33 return __pte_alloc_one(mm, __userpte_alloc_gfp); in pte_alloc_one()