Lines Matching refs:SMP_CACHE_BYTES
34 expected_start = memblock_end_of_DRAM() - SMP_CACHE_BYTES; in alloc_top_down_simple_check()
36 allocated_ptr = run_memblock_alloc(size, SMP_CACHE_BYTES); in alloc_top_down_simple_check()
79 phys_addr_t alignment = SMP_CACHE_BYTES * 2; in alloc_top_down_disjoint_check()
130 phys_addr_t r1_size = SMP_CACHE_BYTES; in alloc_top_down_before_check()
139 allocated_ptr = run_memblock_alloc(r2_size, SMP_CACHE_BYTES); in alloc_top_down_before_check()
180 r1.base = memblock_end_of_DRAM() - SMP_CACHE_BYTES; in alloc_top_down_after_check()
187 allocated_ptr = run_memblock_alloc(r2_size, SMP_CACHE_BYTES); in alloc_top_down_after_check()
237 allocated_ptr = run_memblock_alloc(r3_size, SMP_CACHE_BYTES); in alloc_top_down_second_fit_check()
269 phys_addr_t gap_size = SMP_CACHE_BYTES; in alloc_in_between_generic_check()
291 allocated_ptr = run_memblock_alloc(r3_size, SMP_CACHE_BYTES); in alloc_in_between_generic_check()
337 allocated_ptr = run_memblock_alloc(region_size, SMP_CACHE_BYTES); in alloc_small_gaps_generic_check()
360 allocated_ptr = run_memblock_alloc(SZ_256, SMP_CACHE_BYTES); in alloc_all_reserved_generic_check()
394 allocated_ptr = run_memblock_alloc(SZ_1K, SMP_CACHE_BYTES); in alloc_no_space_generic_check()
427 allocated_ptr = run_memblock_alloc(available_size, SMP_CACHE_BYTES); in alloc_limited_space_generic_check()
457 allocated_ptr = run_memblock_alloc(SZ_1K, SMP_CACHE_BYTES); in alloc_no_memory_generic_check()
490 allocated_ptr = run_memblock_alloc(MEM_SIZE + SZ_2, SMP_CACHE_BYTES); in alloc_too_large_generic_check()
515 allocated_ptr = run_memblock_alloc(SZ_2, SMP_CACHE_BYTES); in alloc_bottom_up_simple_check()
556 phys_addr_t alignment = SMP_CACHE_BYTES * 2; in alloc_bottom_up_disjoint_check()
613 allocated_ptr = run_memblock_alloc(r1_size, SMP_CACHE_BYTES); in alloc_bottom_up_before_check()
653 r1.base = memblock_start_of_DRAM() + SMP_CACHE_BYTES; in alloc_bottom_up_after_check()
660 allocated_ptr = run_memblock_alloc(r2_size, SMP_CACHE_BYTES); in alloc_bottom_up_after_check()
711 allocated_ptr = run_memblock_alloc(r3_size, SMP_CACHE_BYTES); in alloc_bottom_up_second_fit_check()