Home
last modified time | relevance | path

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

/arch/x86/mm/
Dpgtable.c18 gfp_t __userpte_alloc_gfp = PGALLOC_GFP | PGALLOC_USER_GFP; variable
29 pte = alloc_pages(__userpte_alloc_gfp, 0); in pte_alloc_one()
49 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in setup_userpte()
/arch/x86/include/asm/
Dpgalloc.h28 extern gfp_t __userpte_alloc_gfp;
/arch/x86/xen/
Denlighten.c1580 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in xen_start_kernel()