PGALLOC_GFP        28 arch/powerpc/include/asm/book3s/64/pgalloc.h 	return (pgd_t *)__get_free_page(pgtable_gfp_flags(mm, PGALLOC_GFP));
PGALLOC_GFP        31 arch/powerpc/include/asm/book3s/64/pgalloc.h 	page = alloc_pages(pgtable_gfp_flags(mm, PGALLOC_GFP | __GFP_RETRY_MAYFAIL),
PGALLOC_GFP        61 arch/powerpc/mm/pgtable-frag.c 		page = alloc_page(PGALLOC_GFP | __GFP_ACCOUNT);
PGALLOC_GFP        69 arch/powerpc/mm/pgtable-frag.c 		page = alloc_page(PGALLOC_GFP);
PGALLOC_GFP        35 arch/sh/mm/pgtable.c 	return kmem_cache_alloc(pgd_cachep, PGALLOC_GFP);
PGALLOC_GFP        51 arch/sh/mm/pgtable.c 	return kmem_cache_alloc(pmd_cachep, PGALLOC_GFP);
PGALLOC_GFP       167 arch/x86/kernel/espfix_64.c 		struct page *page = alloc_pages_node(node, PGALLOC_GFP, 0);
PGALLOC_GFP       179 arch/x86/kernel/espfix_64.c 		struct page *page = alloc_pages_node(node, PGALLOC_GFP, 0);