Home
last modified time | relevance | path

Searched refs:__userpte_alloc_gfp (Results 1 - 5 of 5) sorted by relevance

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

Completed in 6 milliseconds