Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpgalloc.h8 #define GFP_PGTABLE_USER (GFP_PGTABLE_KERNEL | __GFP_ACCOUNT) macro
99 return __pte_alloc_one_noprof(mm, GFP_PGTABLE_USER); in pte_alloc_one_noprof()
139 gfp_t gfp = GFP_PGTABLE_USER; in pmd_alloc_one_noprof()
175 gfp_t gfp = GFP_PGTABLE_USER; in __pud_alloc_one_noprof()
232 gfp_t gfp = GFP_PGTABLE_USER; in __p4d_alloc_one_noprof()
279 gfp_t gfp = GFP_PGTABLE_USER; in __pgd_alloc_noprof()
/linux/arch/parisc/include/asm/
H A Dpgalloc.h35 gfp_t gfp = GFP_PGTABLE_USER; in pmd_alloc_one()
/linux/arch/arm/include/asm/
H A Dpgalloc.h99 pte = __pte_alloc_one(mm, GFP_PGTABLE_USER | PGTABLE_HIGHMEM); in pte_alloc_one()