Lines Matching refs:memblock_start_of_DRAM
284 r2.base = memblock_start_of_DRAM() + gap_size; in alloc_in_between_generic_check()
330 region_end = memblock_start_of_DRAM(); in alloc_small_gaps_generic_check()
358 memblock_reserve(memblock_start_of_DRAM(), MEM_SIZE); in alloc_all_reserved_generic_check()
392 memblock_reserve(memblock_start_of_DRAM(), reserved_size); in alloc_no_space_generic_check()
425 memblock_reserve(memblock_start_of_DRAM(), reserved_size); in alloc_limited_space_generic_check()
433 ASSERT_EQ(rgn->base, memblock_start_of_DRAM()); in alloc_limited_space_generic_check()
521 ASSERT_EQ(rgn->base, memblock_start_of_DRAM()); in alloc_bottom_up_simple_check()
563 r1.base = memblock_start_of_DRAM() + SZ_2; in alloc_bottom_up_disjoint_check()
567 expected_start = memblock_start_of_DRAM() + alignment; in alloc_bottom_up_disjoint_check()
611 memblock_reserve(memblock_start_of_DRAM() + r1_size, r2_size); in alloc_bottom_up_before_check()
619 ASSERT_EQ(rgn->base, memblock_start_of_DRAM()); in alloc_bottom_up_before_check()
653 r1.base = memblock_start_of_DRAM() + SMP_CACHE_BYTES; in alloc_bottom_up_after_check()
700 r1.base = memblock_start_of_DRAM(); in alloc_bottom_up_second_fit_check()