Searched refs:pgtable_gfp_flags (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 30 return (pgd_t *)__get_free_page(pgtable_gfp_flags(mm, PGALLOC_GFP)); in radix__pgd_alloc() 33 page = alloc_pages(pgtable_gfp_flags(mm, PGALLOC_GFP | __GFP_RETRY_MAYFAIL), in radix__pgd_alloc() 58 pgtable_gfp_flags(mm, GFP_KERNEL)); in pgd_alloc() 100 pgtable_gfp_flags(mm, GFP_KERNEL)); in pud_alloc_one()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | pgalloc.h | 8 static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) in pgtable_gfp_flags() function 15 static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) in pgtable_gfp_flags() function
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 23 pgtable_gfp_flags(mm, GFP_KERNEL)); in pud_alloc_one() 51 pgtable_gfp_flags(mm, GFP_KERNEL)); in pmd_alloc_one()
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 23 pgtable_gfp_flags(mm, GFP_KERNEL)); in pgd_alloc()
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 11 pgtable_gfp_flags(mm, GFP_KERNEL)); in pgd_alloc()
|
/Linux-v5.4/arch/powerpc/mm/ |
D | hugetlbpage.c | 69 new = kmem_cache_alloc(cachep, pgtable_gfp_flags(mm, GFP_KERNEL)); in __hugepte_alloc()
|