Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/mm/
Dpgtable.c22 gfp_t __userpte_alloc_gfp = GFP_PGTABLE_USER | PGTABLE_HIGHMEM; variable
26 return __pte_alloc_one(mm, __userpte_alloc_gfp); in pte_alloc_one()
39 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in setup_userpte()
/Linux-v5.4/arch/x86/include/asm/
Dpgalloc.h34 extern gfp_t __userpte_alloc_gfp;
/Linux-v5.4/arch/x86/xen/
Denlighten_pv.c1239 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in xen_start_kernel()