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

/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h26 pgtable_gfp_flags(mm, GFP_KERNEL));
54 pgtable_gfp_flags(mm, GFP_KERNEL));
/linux-master/arch/powerpc/include/asm/
H A Dpgalloc.h8 static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) function
15 static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h28 return (pgd_t *)__get_free_page(pgtable_gfp_flags(mm, PGALLOC_GFP));
31 page = alloc_pages(pgtable_gfp_flags(mm, PGALLOC_GFP | __GFP_RETRY_MAYFAIL),
56 pgtable_gfp_flags(mm, GFP_KERNEL));
98 pgtable_gfp_flags(mm, GFP_KERNEL));
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h11 pgtable_gfp_flags(mm, GFP_KERNEL));
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h23 pgtable_gfp_flags(mm, GFP_KERNEL));
/linux-master/arch/powerpc/mm/
H A Dhugetlbpage.c67 new = kmem_cache_alloc(cachep, pgtable_gfp_flags(mm, GFP_KERNEL));

Completed in 226 milliseconds