Searched refs:SECTION_SIZE_BITS (Results 1 – 22 of 22) sorted by relevance
12 #define SECTION_SIZE_BITS (30) macro15 #if ((CONFIG_FORCE_MAX_ZONEORDER - 1 + PAGE_SHIFT) > SECTION_SIZE_BITS)16 #undef SECTION_SIZE_BITS17 #define SECTION_SIZE_BITS (CONFIG_FORCE_MAX_ZONEORDER - 1 + PAGE_SHIFT) macro
19 # define SECTION_SIZE_BITS 29 macro22 # define SECTION_SIZE_BITS 26 macro26 # define SECTION_SIZE_BITS 27 /* matt - 128 is convenient right now */ macro
21 #if !defined(MAX_PHYSMEM_BITS) || !defined(SECTION_SIZE_BITS)23 #define SECTION_SIZE_BITS 28 macro
16 #define SECTION_SIZE_BITS 29 macro26 #define SECTION_SIZE_BITS 27 macro
136 #if ARM64_MEMSTART_SHIFT < SECTION_SIZE_BITS137 #define ARM64_MEMSTART_ALIGN (1UL << SECTION_SIZE_BITS)
11 # define SECTION_SIZE_BITS 29 macro13 # define SECTION_SIZE_BITS 28 macro
1275 #define PA_SECTION_SHIFT (SECTION_SIZE_BITS)1276 #define PFN_SECTION_SHIFT (SECTION_SIZE_BITS - PAGE_SHIFT)1286 #if (MAX_ORDER - 1 + PAGE_SHIFT) > SECTION_SIZE_BITS1309 #if SUBSECTION_SHIFT > SECTION_SIZE_BITS1312 #define SUBSECTIONS_PER_SECTION (1UL << (SECTION_SIZE_BITS - SUBSECTION_SHIFT))
31 #define SECTIONS_SHIFT (MAX_PHYSMEM_BITS - SECTION_SIZE_BITS)
24 #define MIN_MEMORY_BLOCK_SIZE (1UL << SECTION_SIZE_BITS)
9 #define SECTION_SIZE_BITS 26 macro
12 #define SECTION_SIZE_BITS 27 /* 128 MB */ macro
7 #define SECTION_SIZE_BITS 27 macro
5 #define SECTION_SIZE_BITS 28 macro
9 #define SECTION_SIZE_BITS 30 macro
30 #define SECTION_SIZE_BITS 26 macro
8 #define SECTION_SIZE_BITS 27 macro
28 #define SECTION_SIZE_BITS 27 macro
11 #define SECTION_SIZE_BITS 24 macro
76 of section is specified using `SECTION_SIZE_BITS` and80 `SECTION_SIZE_BITS` is an arbitrary value.
34 #if ((1UL << SECTION_SIZE_BITS) < EHEA_SECTSIZE)
765 index = __pa(caddr) >> SECTION_SIZE_BITS; in ehea_map_vaddr()787 return __va(ret << SECTION_SIZE_BITS); in ehea_calc_sectbase()
432 VMCOREINFO_NUMBER(SECTION_SIZE_BITS); in crash_save_vmcoreinfo_init()
Completed in 22 milliseconds