Lines Matching refs:phys_addr_t

13 static inline void *run_memblock_alloc(phys_addr_t size, phys_addr_t align)  in run_memblock_alloc()
28 phys_addr_t size = SZ_2; in alloc_top_down_simple_check()
29 phys_addr_t expected_start; in alloc_top_down_simple_check()
77 phys_addr_t r2_size = SZ_16; in alloc_top_down_disjoint_check()
79 phys_addr_t alignment = SMP_CACHE_BYTES * 2; in alloc_top_down_disjoint_check()
80 phys_addr_t total_size; in alloc_top_down_disjoint_check()
81 phys_addr_t expected_start; in alloc_top_down_disjoint_check()
130 phys_addr_t r1_size = SMP_CACHE_BYTES; in alloc_top_down_before_check()
131 phys_addr_t r2_size = SZ_512; in alloc_top_down_before_check()
132 phys_addr_t total_size = r1_size + r2_size; in alloc_top_down_before_check()
171 phys_addr_t r2_size = SZ_512; in alloc_top_down_after_check()
172 phys_addr_t total_size; in alloc_top_down_after_check()
220 phys_addr_t r3_size = SZ_1K; in alloc_top_down_second_fit_check()
221 phys_addr_t total_size; in alloc_top_down_second_fit_check()
269 phys_addr_t gap_size = SMP_CACHE_BYTES; in alloc_in_between_generic_check()
270 phys_addr_t r3_size = SZ_64; in alloc_in_between_generic_check()
274 phys_addr_t rgn_size = (MEM_SIZE - (2 * gap_size + r3_size)) / 2; in alloc_in_between_generic_check()
275 phys_addr_t total_size; in alloc_in_between_generic_check()
323 phys_addr_t region_size = SZ_1K; in alloc_small_gaps_generic_check()
324 phys_addr_t gap_size = SZ_256; in alloc_small_gaps_generic_check()
325 phys_addr_t region_end; in alloc_small_gaps_generic_check()
385 phys_addr_t available_size = SZ_256; in alloc_no_space_generic_check()
386 phys_addr_t reserved_size = MEM_SIZE - available_size; in alloc_no_space_generic_check()
418 phys_addr_t available_size = SZ_256; in alloc_limited_space_generic_check()
419 phys_addr_t reserved_size = MEM_SIZE - available_size; in alloc_limited_space_generic_check()
554 phys_addr_t r2_size = SZ_16; in alloc_bottom_up_disjoint_check()
556 phys_addr_t alignment = SMP_CACHE_BYTES * 2; in alloc_bottom_up_disjoint_check()
557 phys_addr_t total_size; in alloc_bottom_up_disjoint_check()
558 phys_addr_t expected_start; in alloc_bottom_up_disjoint_check()
604 phys_addr_t r1_size = SZ_512; in alloc_bottom_up_before_check()
605 phys_addr_t r2_size = SZ_128; in alloc_bottom_up_before_check()
606 phys_addr_t total_size = r1_size + r2_size; in alloc_bottom_up_before_check()
644 phys_addr_t r2_size = SZ_512; in alloc_bottom_up_after_check()
645 phys_addr_t total_size; in alloc_bottom_up_after_check()
694 phys_addr_t r3_size = SZ_1K; in alloc_bottom_up_second_fit_check()
695 phys_addr_t total_size; in alloc_bottom_up_second_fit_check()