Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dpgtable.c40 gfp_t __userpte_alloc_gfp = GFP_PGTABLE_USER | PGTABLE_HIGHMEM; in setup_userpte()
44 return __pte_alloc_one(mm, __userpte_alloc_gfp); in setup_userpte()
57 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in ___pte_free_tlb()
29 gfp_t __userpte_alloc_gfp = GFP_PGTABLE_USER | PGTABLE_HIGHMEM; global() variable
/linux/arch/x86/include/asm/
H A Dpgalloc.h35 extern gfp_t __userpte_alloc_gfp;