Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dpgtable.c29 gfp_t __userpte_alloc_gfp = GFP_PGTABLE_USER | PGTABLE_HIGHMEM; variable
33 return __pte_alloc_one(mm, __userpte_alloc_gfp); in pte_alloc_one()
46 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in setup_userpte()
/openbmc/linux/arch/x86/include/asm/
H A Dpgalloc.h35 extern gfp_t __userpte_alloc_gfp;