Home
last modified time | relevance | path

Searched refs:pgtable_gfp_flags (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h30 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/
Dpgalloc.h8 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/
Dpgalloc.h23 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/
Dpgalloc.h23 pgtable_gfp_flags(mm, GFP_KERNEL)); in pgd_alloc()
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h11 pgtable_gfp_flags(mm, GFP_KERNEL)); in pgd_alloc()
/Linux-v5.4/arch/powerpc/mm/
Dhugetlbpage.c69 new = kmem_cache_alloc(cachep, pgtable_gfp_flags(mm, GFP_KERNEL)); in __hugepte_alloc()