Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dpgtable.c24 gfp_t __userpte_alloc_gfp = PGALLOC_GFP | PGALLOC_USER_GFP; variable
35 pte = alloc_pages(__userpte_alloc_gfp, 0); in pte_alloc_one()
55 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in setup_userpte()
/Linux-v4.19/arch/x86/include/asm/
Dpgalloc.h31 extern gfp_t __userpte_alloc_gfp;
/Linux-v4.19/arch/x86/xen/
Denlighten_pv.c1246 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in xen_start_kernel()