__userpte_alloc_gfp   34 arch/x86/include/asm/pgalloc.h extern gfp_t __userpte_alloc_gfp;
__userpte_alloc_gfp   22 arch/x86/mm/pgtable.c gfp_t __userpte_alloc_gfp = GFP_PGTABLE_USER | PGTABLE_HIGHMEM;
__userpte_alloc_gfp   26 arch/x86/mm/pgtable.c 	return __pte_alloc_one(mm, __userpte_alloc_gfp);
__userpte_alloc_gfp   39 arch/x86/mm/pgtable.c 		__userpte_alloc_gfp &= ~__GFP_HIGHMEM;
__userpte_alloc_gfp 1241 arch/x86/xen/enlighten_pv.c 	__userpte_alloc_gfp &= ~__GFP_HIGHMEM;