Home
last modified time | relevance | path

Searched refs:memblock_alloc_exact_nid_raw (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/testing/memblock/tests/
Dalloc_exact_nid_api.c45 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES, in alloc_exact_nid_top_down_numa_simple_check()
101 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES, in alloc_exact_nid_top_down_numa_part_reserved_check()
158 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES, in alloc_exact_nid_top_down_numa_split_range_low_check()
215 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES, in alloc_exact_nid_top_down_numa_no_overlap_split_check()
273 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES, in alloc_exact_nid_top_down_numa_no_overlap_low_check()
314 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES, in alloc_exact_nid_bottom_up_numa_simple_check()
372 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES, in alloc_exact_nid_bottom_up_numa_part_reserved_check()
429 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES, in alloc_exact_nid_bottom_up_numa_split_range_low_check()
486 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES, in alloc_exact_nid_bottom_up_numa_no_overlap_split_check()
544 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES, in alloc_exact_nid_bottom_up_numa_no_overlap_low_check()
[all …]
Dalloc_nid_api.c42 return memblock_alloc_exact_nid_raw(size, align, min_addr, in run_memblock_alloc_nid()
/linux-6.12.1/include/linux/
Dmemblock.h404 void *memblock_alloc_exact_nid_raw(phys_addr_t size, phys_addr_t align,
/linux-6.12.1/mm/
Dmemblock.c1614 void * __init memblock_alloc_exact_nid_raw( in memblock_alloc_exact_nid_raw() function
Dmm_init.c1587 ptr = memblock_alloc_exact_nid_raw(size, align, min_addr, in memmap_alloc()