Searched refs:MB (Results 1 – 10 of 10) sorted by relevance
205 STATIC_ASSERT(IS_ALIGNED(SDRAM_BASE, MB));206 STATIC_ASSERT(IS_ALIGNED(SDRAM_SIZE, MB));210 #define RAM_SIZE (MB + (SDRAM_SIZE - MB))212 #define RAM_SIZE (MB)303 .size = SDRAM_SIZE - MB, /* first 1MB is covered by SRAM */406 boot_alloc_start = KERNEL_BASE + MB; in platform_early_init()407 boot_alloc_end = KERNEL_BASE + MB; in platform_early_init()
94 # tell the SCU to not filter first 1MB
13 #define MB (1024UL*1024UL) macro16 #define SECTION_SIZE MB17 #define SUPERSECTION_SIZE (16 * MB)
21 #define MB (1024UL*1024UL) macro
157 mem_arena.base = PAGE_ALIGN(mem_base) + MB; in mem_arena_init()158 mem_arena.size = PAGE_ALIGN(mem_size) - MB; in mem_arena_init()
154 …aspace->tt_virt[index] = (paddr & ~(MB-1)) | (MMU_MEMORY_DOMAIN_MEM << 5) | MMU_MEMORY_L1_DESCRIPT… in arm_mmu_map_section()187 va += MB; in arm_mmu_init()188 size -= MB; in arm_mmu_init()246 uint index = vaddr / MB; in arch_mmu_query()
14 #define MB (1024UL*1024UL) macro
95 /* put a symbol arbitrarily 4MB past the end of the kernel */
94 /* put a symbol arbitrarily 4MB past the end of the kernel */
40 map_addr_t kernel_linear_map_pdp[(64ULL*GB) / (2*MB)];
Completed in 12 milliseconds