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

/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
/arch/mips/include/asm/
H A Dpgtable-64.h81 #define PGD_ORDER 1 macro
87 #define PGD_ORDER 0 macro
93 #define PGD_ORDER 0 macro
99 #define PGD_ORDER 0 macro
105 #define PGD_ORDER 0 macro
111 #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.h51 #define PGD_ORDER (__PGD_ORDER >= 0 ? __PGD_ORDER : 0) macro
/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
/arch/parisc/include/asm/
H A Dpgtable.h73 #define PGD_ORDER 1 /* Number of pages per pgd */ macro
78 #define PGD_ORDER 1 /* Number of pages per pgd */ macro
79 #define PGD_ALLOC_ORDER PGD_ORDER
105 #if (PGDIR_SHIFT + PAGE_SHIFT + PGD_ORDER - BITS_PER_PGD_ENTRY) > BITS_PER_LONG
108 #define BITS_PER_PGD (PAGE_SHIFT + PGD_ORDER - BITS_PER_PGD_ENTRY)
/arch/score/kernel/
H A Dasm-offsets.c158 DEFINE(_PGD_ORDER, PGD_ORDER);
/arch/mips/mm/
H A Dtlbex.c800 uasm_i_dsrl_safe(p, ptr, tmp, PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
1096 PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
2312 check_for_high_segbits = current_cpu_data.vmbits > (PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
/arch/mips/kernel/
H A Dasm-offsets.c261 DEFINE(_PGD_ORDER, PGD_ORDER);
/arch/parisc/kernel/
H A Dasm-offsets.c285 DEFINE(ASM_PGD_PMD_OFFSET, -(PAGE_SIZE << PGD_ORDER));

Completed in 232 milliseconds