Searched refs:pgtable_gfp_flags (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 23 pgtable_gfp_flags(mm, GFP_KERNEL)); in pgd_alloc()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 11 pgtable_gfp_flags(mm, GFP_KERNEL)); in pgd_alloc()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | hugetlbpage.c | 66 new = kmem_cache_alloc(cachep, pgtable_gfp_flags(mm, GFP_KERNEL)); in __hugepte_alloc()
|