Searched refs:MAX_PHYSMEM_BITS (Results 1 – 25 of 27) sorted by relevance
12
22 # define MAX_PHYSMEM_BITS 36 macro25 # define MAX_PHYSMEM_BITS 32 macro29 # define MAX_PHYSMEM_BITS (pgtable_l5_enabled() ? 52 : 46) macro
113 #define MAXMEM (1UL << MAX_PHYSMEM_BITS)
21 #if !defined(MAX_PHYSMEM_BITS) || !defined(SECTION_SIZE_BITS)22 #define MAX_PHYSMEM_BITS 36 macro
8 #define MAX_PHYSMEM_BITS 56 macro10 #define MAX_PHYSMEM_BITS 34 macro
10 #define MAX_PHYSMEM_BITS 32 macro
11 #define MAX_PHYSMEM_BITS 39 /* 512 GB */ macro
14 #define MAX_PHYSMEM_BITS 48 macro
6 #define MAX_PHYSMEM_BITS CONFIG_MAX_PHYSMEM_BITS macro
29 #define MAX_PHYSMEM_BITS 29 macro
10 #define MAX_PHYSMEM_BITS MAX_PHYS_ADDRESS_BITS macro
8 #define MAX_PHYSMEM_BITS CONFIG_ARM64_PA_BITS macro
27 #define MAX_PHYSMEM_BITS 32 macro
15 #define MAX_PHYSMEM_BITS 48 macro
13 #define MAX_PHYSMEM_BITS (50) macro
12 #define MAX_PHYSMEM_BITS 48 macro
88 kaslr_regions[0].size_tb = 1 << (MAX_PHYSMEM_BITS - TB_SHIFT); in kernel_randomize_memory()
157 ident_map_size = min(ident_map_size, 1UL << MAX_PHYSMEM_BITS); in setup_ident_map_size()223 vmemmap_start = min(vmemmap_start, 1UL << MAX_PHYSMEM_BITS); in setup_kernel_memory_layout()
143 unsigned long range = 1 << (MAX_PHYSMEM_BITS - 20); /* in 1MB blocks */ in search_mem_end()
318 #define MAX_PHYSMEM_BITS 44 macro
60 .phys_bits = MAX_PHYSMEM_BITS,
195 if (physaddr >> MAX_PHYSMEM_BITS) in __startup_64()
1420 (1ULL << (MAX_PHYSMEM_BITS - page_shift))) in enable_ddw()1421 len = MAX_PHYSMEM_BITS; in enable_ddw()1438 (len == MAX_PHYSMEM_BITS) || in enable_ddw()
289 #define MAX_PHYSMEM_BITS H_MAX_PHYSMEM_BITS macro291 #define MAX_PHYSMEM_BITS R_MAX_PHYSMEM_BITS macro
497 u64 max_mem = 1UL << (MAX_PHYSMEM_BITS); in validate_mem_limit()
74 #define MAX_MEM (1UL << MAX_PHYSMEM_BITS)