Lines Matching refs:gfp
66 static inline pgtable_t __pte_alloc_one_noprof(struct mm_struct *mm, gfp_t gfp) in __pte_alloc_one_noprof() argument
70 ptdesc = pagetable_alloc_noprof(gfp, 0); in __pte_alloc_one_noprof()
133 gfp_t gfp = GFP_PGTABLE_USER; in pmd_alloc_one_noprof() local
136 gfp = GFP_PGTABLE_KERNEL; in pmd_alloc_one_noprof()
137 ptdesc = pagetable_alloc_noprof(gfp, 0); in pmd_alloc_one_noprof()
165 gfp_t gfp = GFP_PGTABLE_USER; in __pud_alloc_one_noprof() local
169 gfp = GFP_PGTABLE_KERNEL; in __pud_alloc_one_noprof()
170 gfp &= ~__GFP_HIGHMEM; in __pud_alloc_one_noprof()
172 ptdesc = pagetable_alloc_noprof(gfp, 0); in __pud_alloc_one_noprof()
219 gfp_t gfp = GFP_PGTABLE_USER; in __p4d_alloc_one_noprof() local
223 gfp = GFP_PGTABLE_KERNEL; in __p4d_alloc_one_noprof()
224 gfp &= ~__GFP_HIGHMEM; in __p4d_alloc_one_noprof()
226 ptdesc = pagetable_alloc_noprof(gfp, 0); in __p4d_alloc_one_noprof()
263 gfp_t gfp = GFP_PGTABLE_USER; in __pgd_alloc_noprof() local
267 gfp = GFP_PGTABLE_KERNEL; in __pgd_alloc_noprof()
268 gfp &= ~__GFP_HIGHMEM; in __pgd_alloc_noprof()
270 ptdesc = pagetable_alloc_noprof(gfp, order); in __pgd_alloc_noprof()