Lines Matching refs:gfp
71 static inline pgtable_t __pte_alloc_one_noprof(struct mm_struct *mm, gfp_t gfp) in __pte_alloc_one_noprof() argument
75 ptdesc = pagetable_alloc_noprof(gfp, 0); in __pte_alloc_one_noprof()
138 gfp_t gfp = GFP_PGTABLE_USER; in pmd_alloc_one_noprof() local
141 gfp = GFP_PGTABLE_KERNEL; in pmd_alloc_one_noprof()
142 ptdesc = pagetable_alloc_noprof(gfp, 0); in pmd_alloc_one_noprof()
170 gfp_t gfp = GFP_PGTABLE_USER; in __pud_alloc_one_noprof() local
174 gfp = GFP_PGTABLE_KERNEL; in __pud_alloc_one_noprof()
175 gfp &= ~__GFP_HIGHMEM; in __pud_alloc_one_noprof()
177 ptdesc = pagetable_alloc_noprof(gfp, 0); in __pud_alloc_one_noprof()
224 gfp_t gfp = GFP_PGTABLE_USER; in __p4d_alloc_one_noprof() local
228 gfp = GFP_PGTABLE_KERNEL; in __p4d_alloc_one_noprof()
229 gfp &= ~__GFP_HIGHMEM; in __p4d_alloc_one_noprof()
231 ptdesc = pagetable_alloc_noprof(gfp, 0); in __p4d_alloc_one_noprof()
268 gfp_t gfp = GFP_PGTABLE_USER; in __pgd_alloc_noprof() local
272 gfp = GFP_PGTABLE_KERNEL; in __pgd_alloc_noprof()
273 gfp &= ~__GFP_HIGHMEM; in __pgd_alloc_noprof()
275 ptdesc = pagetable_alloc_noprof(gfp, order); in __pgd_alloc_noprof()