Searched refs:pgtable_gfp_flags (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 28 return (pgd_t *)__get_free_page(pgtable_gfp_flags(mm, PGALLOC_GFP)); in radix__pgd_alloc() 31 page = alloc_pages(pgtable_gfp_flags(mm, PGALLOC_GFP | __GFP_RETRY_MAYFAIL), in radix__pgd_alloc() 56 pgtable_gfp_flags(mm, GFP_KERNEL)); in pgd_alloc() 98 pgtable_gfp_flags(mm, GFP_KERNEL)); in pud_alloc_one()
|
/linux-6.12.1/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-6.12.1/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 26 pgtable_gfp_flags(mm, GFP_KERNEL)); in pud_alloc_one() 54 pgtable_gfp_flags(mm, GFP_KERNEL)); in pmd_alloc_one()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 11 pgtable_gfp_flags(mm, GFP_KERNEL)); in pgd_alloc()
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 23 pgtable_gfp_flags(mm, GFP_KERNEL)); in pgd_alloc()
|