Searched refs:PGDIR_ORDER (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpgalloc.h24 #define PGDIR_ORDER 0 macro
67 ret = (pgd_t *)__get_free_pages(GFP_KERNEL, PGDIR_ORDER);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dpgtable_32.c73 #define PGDIR_ORDER (32 + PGD_T_LOG2 - PGDIR_SHIFT) macro
81 ret = (pgd_t *)kzalloc(1 << PGDIR_ORDER, GFP_KERNEL);
84 PGDIR_ORDER - PAGE_SHIFT);
94 free_pages((unsigned long)pgd, PGDIR_ORDER - PAGE_SHIFT);

Completed in 90 milliseconds