Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgalloc.h35 extern gfp_t __userpte_alloc_gfp;
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten_pv.c1268 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in xen_start_kernel()