Searched refs:SECTION_SIZE_BITS (Results 1 – 20 of 20) sorted by relevance
11 #define SECTION_SIZE_BITS (30) macro14 #if ((CONFIG_FORCE_MAX_ZONEORDER - 1 + PAGE_SHIFT) > SECTION_SIZE_BITS)15 #undef SECTION_SIZE_BITS16 #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
11 # define SECTION_SIZE_BITS 29 macro13 # define SECTION_SIZE_BITS 28 macro
145 #if defined(CONFIG_SPARSEMEM_VMEMMAP) && ARM64_MEMSTART_SHIFT < SECTION_SIZE_BITS146 #define ARM64_MEMSTART_ALIGN (1UL << SECTION_SIZE_BITS)
10 #define SECTION_SIZE_BITS 30 macro
12 #define SECTION_SIZE_BITS 27 /* 128 MB */ macro
9 #define SECTION_SIZE_BITS 26 macro
5 #define SECTION_SIZE_BITS 28 macro
9 #define SECTION_SIZE_BITS 30 macro
8 #define SECTION_SIZE_BITS 27 macro
30 #define SECTION_SIZE_BITS 26 macro
28 #define SECTION_SIZE_BITS 27 macro
11 #define SECTION_SIZE_BITS 24 macro
1158 #define PA_SECTION_SHIFT (SECTION_SIZE_BITS)1159 #define PFN_SECTION_SHIFT (SECTION_SIZE_BITS - PAGE_SHIFT)1169 #if (MAX_ORDER - 1 + PAGE_SHIFT) > SECTION_SIZE_BITS1192 #if SUBSECTION_SHIFT > SECTION_SIZE_BITS1195 #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)
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()
118 of section is specified using `SECTION_SIZE_BITS` and122 `SECTION_SIZE_BITS` is an arbitrary value.