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

/linux-master/tools/testing/memblock/tests/
H A Dalloc_exact_nid_api.c5 #define FUNC_NAME "memblock_alloc_exact_nid_raw"
45 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
101 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
158 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
215 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
273 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
314 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
372 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
429 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
486 allocated_ptr = memblock_alloc_exact_nid_raw(siz
[all...]
H A Dalloc_nid_api.c24 return "memblock_alloc_exact_nid_raw";
39 * memblock_alloc_exact_nid_raw() performs raw allocations.
42 return memblock_alloc_exact_nid_raw(size, align, min_addr,
/linux-master/include/linux/
H A Dmemblock.h425 void *memblock_alloc_exact_nid_raw(phys_addr_t size, phys_addr_t align,
/linux-master/mm/
H A Dmemblock.c1605 * memblock_alloc_exact_nid_raw - allocate boot memory block on the exact node
1622 void * __init memblock_alloc_exact_nid_raw( function
H A Dmm_init.c1620 ptr = memblock_alloc_exact_nid_raw(size, align, min_addr,

Completed in 153 milliseconds