Home
last modified time | relevance | path

Searched refs:memblock_alloc_node (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/memblock/
H A DTODO4 1. Add tests for memblock_alloc_node() to check if the correct NUMA node is set
H A DREADME107 1. Requesting a specific NUMA node via memblock_alloc_node() does not work as
/linux/arch/sh/mm/
H A Dnuma.c41 NODE_DATA(nid) = memblock_alloc_node(sizeof(struct pglist_data), in setup_bootmem_node()
/linux/arch/powerpc/platforms/powernv/
H A Dsetup.c255 memblock_alloc_node(size, in pnv_init()
/linux/include/linux/
H A Dmemblock.h453 static inline void *memblock_alloc_node(phys_addr_t size, in memblock_set_bottom_up()
443 static inline void *memblock_alloc_node(phys_addr_t size, memblock_alloc_node() function
/linux/tools/testing/memblock/tests/
H A Dalloc_nid_api.c2514 allocated_ptr = memblock_alloc_node(size, SMP_CACHE_BYTES, nid_req); in alloc_node_on_correct_nid()
/linux/arch/x86/coco/sev/
H A Dcore.c1623 data = memblock_alloc_node(sizeof(*data), PAGE_SIZE, cpu_to_node(cpu)); in alloc_runtime_data()