Searched refs:PGD_ORDER (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dpgalloc.h24 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER);
37 free_pages((unsigned long)pgd, PGD_ORDER);
H A Dpgtable.h23 #define PGD_ORDER 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpgtable-64.h80 #define PGD_ORDER 1 macro
86 #define PGD_ORDER 0 macro
92 #define PGD_ORDER 0 macro
98 #define PGD_ORDER 0 macro
104 #define PGD_ORDER 0 macro
110 #define PTRS_PER_PGD ((PAGE_SIZE << PGD_ORDER) / sizeof(pgd_t))
H A Dpgalloc.h51 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER);
64 free_pages((unsigned long)pgd, PGD_ORDER);
H A Dpgtable-32.h55 #define PGD_ORDER (__PGD_ORDER >= 0 ? __PGD_ORDER : 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dpgalloc.h33 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER);
H A Dpgtable.h58 #define PGD_ORDER 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpgtable.h45 #define PGD_ORDER 1 /* Number of pages per pgd */ macro
50 #define PGD_ORDER 1 /* Number of pages per pgd */ macro
51 #define PGD_ALLOC_ORDER PGD_ORDER
77 #if (PGDIR_SHIFT + PAGE_SHIFT + PGD_ORDER - BITS_PER_PGD_ENTRY) > BITS_PER_LONG
80 #define BITS_PER_PGD (PAGE_SHIFT + PGD_ORDER - BITS_PER_PGD_ENTRY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dasm-offsets.c158 DEFINE(_PGD_ORDER, PGD_ORDER);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dasm-offsets.c195 DEFINE(_PGD_ORDER, PGD_ORDER);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlbex.c747 uasm_i_dsrl_safe(p, ptr, tmp, PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
1092 PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
2139 check_for_high_segbits = current_cpu_data.vmbits > (PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dasm-offsets.c285 DEFINE(ASM_PGD_PMD_OFFSET, -(PAGE_SIZE << PGD_ORDER));

Completed in 202 milliseconds