Searched refs:PMD_ORDER (Results 1 – 5 of 5) sorted by relevance
/arch/mips/include/asm/ |
D | pgtable-64.h | 54 # define PGDIR_SHIFT (PMD_SHIFT + (PAGE_SHIFT + PMD_ORDER - 3)) 59 #define PUD_SHIFT (PMD_SHIFT + (PAGE_SHIFT + PMD_ORDER - 3)) 94 #define PMD_ORDER 0 macro 100 #define PMD_ORDER 0 macro 110 #define PMD_ORDER 0 macro 116 #define PMD_ORDER 0 macro 123 #define PMD_ORDER 0 macro 125 #define PMD_ORDER aieeee_attempt_to_allocate_pmd macro 135 #define PTRS_PER_PMD ((PAGE_SIZE << PMD_ORDER) / sizeof(pmd_t))
|
D | pgalloc.h | 70 pg = alloc_pages(GFP_KERNEL_ACCOUNT, PMD_ORDER); in pmd_alloc_one() 75 __free_pages(pg, PMD_ORDER); in pmd_alloc_one()
|
D | pgtable-32.h | 85 #define PMD_ORDER aieeee_attempt_to_allocate_pmd macro
|
/arch/arm/kernel/ |
D | head.S | 41 #define PMD_ORDER 3 macro 44 #define PMD_ORDER 2 macro 243 str r3, [r4, r5, lsl #PMD_ORDER] @ identity mapping 253 add r0, r4, #KERNEL_OFFSET >> (SECTION_SHIFT - PMD_ORDER) 262 add r6, r4, r6, lsr #(SECTION_SHIFT - PMD_ORDER) 263 1: str r3, [r0], #1 << PMD_ORDER 283 add r0, r4, #(XIP_START & 0xff000000) >> (SECTION_SHIFT - PMD_ORDER) 284 str r3, [r0, #((XIP_START & 0x00f00000) >> SECTION_SHIFT) << PMD_ORDER]! 286 add r0, r0, #1 << PMD_ORDER 287 add r6, r4, r6, lsr #(SECTION_SHIFT - PMD_ORDER) [all …]
|
/arch/mips/kernel/ |
D | asm-offsets.c | 201 DEFINE(_PMD_ORDER, PMD_ORDER); in output_mm_defines()
|