Searched refs:memmap_alloc (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | sparse.c | 439 map = memmap_alloc(size, size, addr, nid, false); in __populate_section_memmap() 466 sparsemap_buf = memmap_alloc(size, section_map_size(), addr, nid, true); in sparse_buffer_init()
|
H A D | internal.h | 592 extern void *memmap_alloc(phys_addr_t size, phys_addr_t align,
|
H A D | mm_init.c | 1620 void __init *memmap_alloc(phys_addr_t size, phys_addr_t align, in memmap_alloc() function 1665 map = memmap_alloc(size, SMP_CACHE_BYTES, MEMBLOCK_LOW_LIMIT, in alloc_node_mem_map()
|
Completed in 7 milliseconds