Searched refs:PGD_ORDER (Results 1 – 12 of 12) sorted by relevance
/arch/mips/include/asm/ |
D | pgtable-64.h | 81 #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))
|
D | pgalloc.h | 51 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc() 64 free_pages((unsigned long)pgd, PGD_ORDER); in pgd_free()
|
D | pgtable-32.h | 51 #define PGD_ORDER (__PGD_ORDER >= 0 ? __PGD_ORDER : 0) macro
|
/arch/score/include/asm/ |
D | pgalloc.h | 24 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc() 37 free_pages((unsigned long)pgd, PGD_ORDER); in pgd_free()
|
D | pgtable.h | 23 #define PGD_ORDER 0 macro
|
/arch/parisc/include/asm/ |
D | pgtable.h | 73 #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/xtensa/include/asm/ |
D | pgalloc.h | 33 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
|
D | pgtable.h | 58 #define PGD_ORDER 0 macro
|
/arch/score/kernel/ |
D | asm-offsets.c | 157 DEFINE(_PGD_ORDER, PGD_ORDER); in output_mm_defines()
|
/arch/mips/mm/ |
D | tlbex.c | 795 uasm_i_dsrl_safe(p, ptr, tmp, PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3); in build_get_pmde64() 1106 PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3); in build_fast_tlb_refill_handler() 2374 check_for_high_segbits = current_cpu_data.vmbits > (PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3); in build_tlb_refill_handler()
|
/arch/mips/kernel/ |
D | asm-offsets.c | 195 DEFINE(_PGD_ORDER, PGD_ORDER); in output_mm_defines()
|
/arch/parisc/kernel/ |
D | asm-offsets.c | 285 DEFINE(ASM_PGD_PMD_OFFSET, -(PAGE_SIZE << PGD_ORDER)); in main()
|