Searched refs:PGALLOC_GFP (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kernel/
H A Despfix_64.c52 #define PGALLOC_GFP (GFP_KERNEL | __GFP_ZERO) macro
165 struct page *page = alloc_pages_node(node, PGALLOC_GFP, 0);
177 struct page *page = alloc_pages_node(node, PGALLOC_GFP, 0);
/linux-master/arch/powerpc/mm/
H A Dpgtable-frag.c61 ptdesc = pagetable_alloc(PGALLOC_GFP | __GFP_ACCOUNT, 0);
69 ptdesc = pagetable_alloc(PGALLOC_GFP, 0);
/linux-master/arch/powerpc/include/asm/
H A Dpgalloc.h21 #define PGALLOC_GFP (GFP_KERNEL | __GFP_ZERO) macro
/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),

Completed in 130 milliseconds