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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/mm/
H A Dpgtable.c4 #define PGALLOC_GFP GFP_KERNEL | __GFP_REPEAT | __GFP_ZERO macro
34 return kmem_cache_alloc(pgd_cachep, PGALLOC_GFP);
50 return kmem_cache_alloc(pmd_cachep, PGALLOC_GFP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/mm/
H A Dpgtable.c4 #define PGALLOC_GFP GFP_KERNEL | __GFP_REPEAT | __GFP_ZERO macro
34 return kmem_cache_alloc(pgd_cachep, PGALLOC_GFP);
50 return kmem_cache_alloc(pmd_cachep, PGALLOC_GFP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Dpgalloc.h39 #define PGALLOC_GFP (GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO) macro
62 pte = (pte_t *)__get_free_page(PGALLOC_GFP);
77 pte = alloc_pages(PGALLOC_GFP | __GFP_HIGHMEM, 0);
79 pte = alloc_pages(PGALLOC_GFP, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Dpgalloc.h39 #define PGALLOC_GFP (GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO) macro
62 pte = (pte_t *)__get_free_page(PGALLOC_GFP);
77 pte = alloc_pages(PGALLOC_GFP | __GFP_HIGHMEM, 0);
79 pte = alloc_pages(PGALLOC_GFP, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/mm/
H A Dpgtable.c8 #define PGALLOC_GFP GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO macro
16 gfp_t __userpte_alloc_gfp = PGALLOC_GFP | PGALLOC_USER_GFP;
20 return (pte_t *)__get_free_page(PGALLOC_GFP);
188 pmd_t *pmd = (pmd_t *)__get_free_page(PGALLOC_GFP);
255 pgd = (pgd_t *)__get_free_page(PGALLOC_GFP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/mm/
H A Dpgtable.c8 #define PGALLOC_GFP GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO macro
16 gfp_t __userpte_alloc_gfp = PGALLOC_GFP | PGALLOC_USER_GFP;
20 return (pte_t *)__get_free_page(PGALLOC_GFP);
188 pmd_t *pmd = (pmd_t *)__get_free_page(PGALLOC_GFP);
255 pgd = (pgd_t *)__get_free_page(PGALLOC_GFP);

Completed in 148 milliseconds