Lines Matching refs:phys_addr_t
30 static inline void *run_memblock_alloc_nid(phys_addr_t size, in run_memblock_alloc_nid()
31 phys_addr_t align, in run_memblock_alloc_nid()
32 phys_addr_t min_addr, in run_memblock_alloc_nid()
33 phys_addr_t max_addr, int nid) in run_memblock_alloc_nid()
68 phys_addr_t size = SZ_128; in alloc_nid_top_down_simple_check()
69 phys_addr_t min_addr; in alloc_nid_top_down_simple_check()
70 phys_addr_t max_addr; in alloc_nid_top_down_simple_check()
71 phys_addr_t rgn_end; in alloc_nid_top_down_simple_check()
120 phys_addr_t size = SZ_128; in alloc_nid_top_down_end_misaligned_check()
121 phys_addr_t misalign = SZ_2; in alloc_nid_top_down_end_misaligned_check()
122 phys_addr_t min_addr; in alloc_nid_top_down_end_misaligned_check()
123 phys_addr_t max_addr; in alloc_nid_top_down_end_misaligned_check()
124 phys_addr_t rgn_end; in alloc_nid_top_down_end_misaligned_check()
171 phys_addr_t size = SZ_1K; in alloc_nid_exact_address_generic_check()
172 phys_addr_t min_addr; in alloc_nid_exact_address_generic_check()
173 phys_addr_t max_addr; in alloc_nid_exact_address_generic_check()
174 phys_addr_t rgn_end; in alloc_nid_exact_address_generic_check()
223 phys_addr_t size = SZ_256; in alloc_nid_top_down_narrow_range_check()
224 phys_addr_t min_addr; in alloc_nid_top_down_narrow_range_check()
225 phys_addr_t max_addr; in alloc_nid_top_down_narrow_range_check()
274 phys_addr_t size = SZ_1K; in alloc_nid_low_max_generic_check()
275 phys_addr_t min_addr; in alloc_nid_low_max_generic_check()
276 phys_addr_t max_addr; in alloc_nid_low_max_generic_check()
313 phys_addr_t r1_size = SZ_128; in alloc_nid_min_reserved_generic_check()
314 phys_addr_t r2_size = SZ_64; in alloc_nid_min_reserved_generic_check()
315 phys_addr_t total_size = r1_size + r2_size; in alloc_nid_min_reserved_generic_check()
316 phys_addr_t min_addr; in alloc_nid_min_reserved_generic_check()
317 phys_addr_t max_addr; in alloc_nid_min_reserved_generic_check()
318 phys_addr_t reserved_base; in alloc_nid_min_reserved_generic_check()
365 phys_addr_t r1_size = SZ_64; in alloc_nid_max_reserved_generic_check()
366 phys_addr_t r2_size = SZ_128; in alloc_nid_max_reserved_generic_check()
367 phys_addr_t total_size = r1_size + r2_size; in alloc_nid_max_reserved_generic_check()
368 phys_addr_t min_addr; in alloc_nid_max_reserved_generic_check()
369 phys_addr_t max_addr; in alloc_nid_max_reserved_generic_check()
420 phys_addr_t r3_size = SZ_64; in alloc_nid_top_down_reserved_with_space_check()
421 phys_addr_t gap_size = SMP_CACHE_BYTES; in alloc_nid_top_down_reserved_with_space_check()
422 phys_addr_t total_size; in alloc_nid_top_down_reserved_with_space_check()
423 phys_addr_t max_addr; in alloc_nid_top_down_reserved_with_space_check()
424 phys_addr_t min_addr; in alloc_nid_top_down_reserved_with_space_check()
484 phys_addr_t r3_size = SZ_64; in alloc_nid_reserved_full_merge_generic_check()
485 phys_addr_t total_size; in alloc_nid_reserved_full_merge_generic_check()
486 phys_addr_t max_addr; in alloc_nid_reserved_full_merge_generic_check()
487 phys_addr_t min_addr; in alloc_nid_reserved_full_merge_generic_check()
547 phys_addr_t r3_size = SZ_256; in alloc_nid_top_down_reserved_no_space_check()
548 phys_addr_t gap_size = SMP_CACHE_BYTES; in alloc_nid_top_down_reserved_no_space_check()
549 phys_addr_t total_size; in alloc_nid_top_down_reserved_no_space_check()
550 phys_addr_t max_addr; in alloc_nid_top_down_reserved_no_space_check()
551 phys_addr_t min_addr; in alloc_nid_top_down_reserved_no_space_check()
614 phys_addr_t r3_size = SZ_256; in alloc_nid_reserved_all_generic_check()
615 phys_addr_t gap_size = SMP_CACHE_BYTES; in alloc_nid_reserved_all_generic_check()
616 phys_addr_t max_addr; in alloc_nid_reserved_all_generic_check()
617 phys_addr_t min_addr; in alloc_nid_reserved_all_generic_check()
654 phys_addr_t size = SZ_256; in alloc_nid_top_down_cap_max_check()
655 phys_addr_t min_addr; in alloc_nid_top_down_cap_max_check()
656 phys_addr_t max_addr; in alloc_nid_top_down_cap_max_check()
691 phys_addr_t size = SZ_1K; in alloc_nid_top_down_cap_min_check()
692 phys_addr_t min_addr; in alloc_nid_top_down_cap_min_check()
693 phys_addr_t max_addr; in alloc_nid_top_down_cap_min_check()
737 phys_addr_t size = SZ_128; in alloc_nid_bottom_up_simple_check()
738 phys_addr_t min_addr; in alloc_nid_bottom_up_simple_check()
739 phys_addr_t max_addr; in alloc_nid_bottom_up_simple_check()
740 phys_addr_t rgn_end; in alloc_nid_bottom_up_simple_check()
789 phys_addr_t size = SZ_128; in alloc_nid_bottom_up_start_misaligned_check()
790 phys_addr_t misalign = SZ_2; in alloc_nid_bottom_up_start_misaligned_check()
791 phys_addr_t min_addr; in alloc_nid_bottom_up_start_misaligned_check()
792 phys_addr_t max_addr; in alloc_nid_bottom_up_start_misaligned_check()
793 phys_addr_t rgn_end; in alloc_nid_bottom_up_start_misaligned_check()
842 phys_addr_t size = SZ_256; in alloc_nid_bottom_up_narrow_range_check()
843 phys_addr_t min_addr; in alloc_nid_bottom_up_narrow_range_check()
844 phys_addr_t max_addr; in alloc_nid_bottom_up_narrow_range_check()
893 phys_addr_t r3_size = SZ_64; in alloc_nid_bottom_up_reserved_with_space_check()
894 phys_addr_t gap_size = SMP_CACHE_BYTES; in alloc_nid_bottom_up_reserved_with_space_check()
895 phys_addr_t total_size; in alloc_nid_bottom_up_reserved_with_space_check()
896 phys_addr_t max_addr; in alloc_nid_bottom_up_reserved_with_space_check()
897 phys_addr_t min_addr; in alloc_nid_bottom_up_reserved_with_space_check()
963 phys_addr_t r3_size = SZ_256; in alloc_nid_bottom_up_reserved_no_space_check()
964 phys_addr_t gap_size = SMP_CACHE_BYTES; in alloc_nid_bottom_up_reserved_no_space_check()
965 phys_addr_t total_size; in alloc_nid_bottom_up_reserved_no_space_check()
966 phys_addr_t max_addr; in alloc_nid_bottom_up_reserved_no_space_check()
967 phys_addr_t min_addr; in alloc_nid_bottom_up_reserved_no_space_check()
1018 phys_addr_t size = SZ_256; in alloc_nid_bottom_up_cap_max_check()
1019 phys_addr_t min_addr; in alloc_nid_bottom_up_cap_max_check()
1020 phys_addr_t max_addr; in alloc_nid_bottom_up_cap_max_check()
1055 phys_addr_t size = SZ_1K; in alloc_nid_bottom_up_cap_min_check()
1056 phys_addr_t min_addr; in alloc_nid_bottom_up_cap_min_check()
1057 phys_addr_t max_addr; in alloc_nid_bottom_up_cap_min_check()
1249 phys_addr_t size; in alloc_nid_top_down_numa_simple_check()
1250 phys_addr_t min_addr; in alloc_nid_top_down_numa_simple_check()
1251 phys_addr_t max_addr; in alloc_nid_top_down_numa_simple_check()
1302 phys_addr_t size; in alloc_nid_top_down_numa_small_node_check()
1303 phys_addr_t min_addr; in alloc_nid_top_down_numa_small_node_check()
1304 phys_addr_t max_addr; in alloc_nid_top_down_numa_small_node_check()
1355 phys_addr_t size; in alloc_nid_top_down_numa_node_reserved_check()
1356 phys_addr_t min_addr; in alloc_nid_top_down_numa_node_reserved_check()
1357 phys_addr_t max_addr; in alloc_nid_top_down_numa_node_reserved_check()
1407 phys_addr_t size; in alloc_nid_top_down_numa_part_reserved_check()
1408 phys_addr_t min_addr; in alloc_nid_top_down_numa_part_reserved_check()
1409 phys_addr_t max_addr; in alloc_nid_top_down_numa_part_reserved_check()
1467 phys_addr_t size; in alloc_nid_top_down_numa_part_reserved_fallback_check()
1468 phys_addr_t min_addr; in alloc_nid_top_down_numa_part_reserved_fallback_check()
1469 phys_addr_t max_addr; in alloc_nid_top_down_numa_part_reserved_fallback_check()
1527 phys_addr_t size = SZ_512; in alloc_nid_top_down_numa_split_range_low_check()
1528 phys_addr_t min_addr; in alloc_nid_top_down_numa_split_range_low_check()
1529 phys_addr_t max_addr; in alloc_nid_top_down_numa_split_range_low_check()
1530 phys_addr_t req_node_end; in alloc_nid_top_down_numa_split_range_low_check()
1584 phys_addr_t size = SZ_512; in alloc_nid_top_down_numa_split_range_high_check()
1585 phys_addr_t min_addr; in alloc_nid_top_down_numa_split_range_high_check()
1586 phys_addr_t max_addr; in alloc_nid_top_down_numa_split_range_high_check()
1587 phys_addr_t exp_node_end; in alloc_nid_top_down_numa_split_range_high_check()
1641 phys_addr_t size; in alloc_nid_top_down_numa_no_overlap_split_check()
1642 phys_addr_t min_addr; in alloc_nid_top_down_numa_no_overlap_split_check()
1643 phys_addr_t max_addr; in alloc_nid_top_down_numa_no_overlap_split_check()
1698 phys_addr_t size = SZ_64; in alloc_nid_top_down_numa_no_overlap_low_check()
1699 phys_addr_t max_addr; in alloc_nid_top_down_numa_no_overlap_low_check()
1700 phys_addr_t min_addr; in alloc_nid_top_down_numa_no_overlap_low_check()
1754 phys_addr_t size = SZ_64; in alloc_nid_top_down_numa_no_overlap_high_check()
1755 phys_addr_t max_addr; in alloc_nid_top_down_numa_no_overlap_high_check()
1756 phys_addr_t min_addr; in alloc_nid_top_down_numa_no_overlap_high_check()
1793 phys_addr_t size; in alloc_nid_bottom_up_numa_simple_check()
1794 phys_addr_t min_addr; in alloc_nid_bottom_up_numa_simple_check()
1795 phys_addr_t max_addr; in alloc_nid_bottom_up_numa_simple_check()
1846 phys_addr_t size; in alloc_nid_bottom_up_numa_small_node_check()
1847 phys_addr_t min_addr; in alloc_nid_bottom_up_numa_small_node_check()
1848 phys_addr_t max_addr; in alloc_nid_bottom_up_numa_small_node_check()
1900 phys_addr_t size; in alloc_nid_bottom_up_numa_node_reserved_check()
1901 phys_addr_t min_addr; in alloc_nid_bottom_up_numa_node_reserved_check()
1902 phys_addr_t max_addr; in alloc_nid_bottom_up_numa_node_reserved_check()
1952 phys_addr_t size; in alloc_nid_bottom_up_numa_part_reserved_check()
1953 phys_addr_t min_addr; in alloc_nid_bottom_up_numa_part_reserved_check()
1954 phys_addr_t max_addr; in alloc_nid_bottom_up_numa_part_reserved_check()
1955 phys_addr_t total_size; in alloc_nid_bottom_up_numa_part_reserved_check()
2014 phys_addr_t size; in alloc_nid_bottom_up_numa_part_reserved_fallback_check()
2015 phys_addr_t min_addr; in alloc_nid_bottom_up_numa_part_reserved_fallback_check()
2016 phys_addr_t max_addr; in alloc_nid_bottom_up_numa_part_reserved_fallback_check()
2074 phys_addr_t size = SZ_512; in alloc_nid_bottom_up_numa_split_range_low_check()
2075 phys_addr_t min_addr; in alloc_nid_bottom_up_numa_split_range_low_check()
2076 phys_addr_t max_addr; in alloc_nid_bottom_up_numa_split_range_low_check()
2077 phys_addr_t req_node_end; in alloc_nid_bottom_up_numa_split_range_low_check()
2132 phys_addr_t size = SZ_512; in alloc_nid_bottom_up_numa_split_range_high_check()
2133 phys_addr_t min_addr; in alloc_nid_bottom_up_numa_split_range_high_check()
2134 phys_addr_t max_addr; in alloc_nid_bottom_up_numa_split_range_high_check()
2135 phys_addr_t exp_node_end; in alloc_nid_bottom_up_numa_split_range_high_check()
2189 phys_addr_t size; in alloc_nid_bottom_up_numa_no_overlap_split_check()
2190 phys_addr_t min_addr; in alloc_nid_bottom_up_numa_no_overlap_split_check()
2191 phys_addr_t max_addr; in alloc_nid_bottom_up_numa_no_overlap_split_check()
2246 phys_addr_t size = SZ_64; in alloc_nid_bottom_up_numa_no_overlap_low_check()
2247 phys_addr_t max_addr; in alloc_nid_bottom_up_numa_no_overlap_low_check()
2248 phys_addr_t min_addr; in alloc_nid_bottom_up_numa_no_overlap_low_check()
2302 phys_addr_t size = SZ_64; in alloc_nid_bottom_up_numa_no_overlap_high_check()
2303 phys_addr_t max_addr; in alloc_nid_bottom_up_numa_no_overlap_high_check()
2304 phys_addr_t min_addr; in alloc_nid_bottom_up_numa_no_overlap_high_check()
2348 phys_addr_t size = MEM_SIZE / SZ_2; in alloc_nid_numa_large_region_generic_check()
2349 phys_addr_t min_addr; in alloc_nid_numa_large_region_generic_check()
2350 phys_addr_t max_addr; in alloc_nid_numa_large_region_generic_check()
2397 phys_addr_t size = req_node->size; in alloc_nid_numa_reserved_full_merge_generic_check()
2398 phys_addr_t total_size; in alloc_nid_numa_reserved_full_merge_generic_check()
2399 phys_addr_t max_addr; in alloc_nid_numa_reserved_full_merge_generic_check()
2400 phys_addr_t min_addr; in alloc_nid_numa_reserved_full_merge_generic_check()
2467 phys_addr_t size = SZ_256; in alloc_nid_numa_split_all_reserved_generic_check()
2468 phys_addr_t max_addr; in alloc_nid_numa_split_all_reserved_generic_check()
2469 phys_addr_t min_addr; in alloc_nid_numa_split_all_reserved_generic_check()
2509 phys_addr_t size = SZ_512; in alloc_node_on_correct_nid()