Searched refs:PGD_ORDER (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/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
|
/linux-4.1.27/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
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pgtable.h | 90 #define PGD_ORDER 1 /* Number of pages per pgd */ macro 94 #define PGD_ORDER 1 /* Number of pages per pgd */ macro 95 #define PGD_ALLOC_ORDER PGD_ORDER 122 #if (PGDIR_SHIFT + PAGE_SHIFT + PGD_ORDER - BITS_PER_PGD_ENTRY) > BITS_PER_LONG 125 #define BITS_PER_PGD (PAGE_SHIFT + PGD_ORDER - BITS_PER_PGD_ENTRY)
|
/linux-4.1.27/arch/nios2/mm/ |
D | pgtable.c | 58 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
|
D | init.c | 98 pgd_t swapper_pg_dir[PTRS_PER_PGD] __page_aligned(PGD_ORDER);
|
/linux-4.1.27/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
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | pgalloc.h | 37 free_pages((unsigned long)pgd, PGD_ORDER); in pgd_free()
|
D | pgtable.h | 73 #define PGD_ORDER 0 macro 76 #define PTRS_PER_PGD ((PAGE_SIZE << PGD_ORDER) / sizeof(pgd_t))
|
/linux-4.1.27/arch/score/kernel/ |
D | asm-offsets.c | 156 DEFINE(_PGD_ORDER, PGD_ORDER); in output_mm_defines()
|
/linux-4.1.27/arch/mips/mm/ |
D | tlbex.c | 796 uasm_i_dsrl_safe(p, ptr, tmp, PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3); in build_get_pmde64() 1107 PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3); in build_fast_tlb_refill_handler() 2360 check_for_high_segbits = current_cpu_data.vmbits > (PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3); in build_tlb_refill_handler()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | asm-offsets.c | 284 DEFINE(ASM_PGD_PMD_OFFSET, -(PAGE_SIZE << PGD_ORDER)); in main()
|
/linux-4.1.27/arch/mips/kernel/ |
D | asm-offsets.c | 194 DEFINE(_PGD_ORDER, PGD_ORDER); in output_mm_defines()
|