Searched refs:memmap_alloc (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/mm/ |
| H A D | sparse.c | 428 map = memmap_alloc(size, size, addr, nid, false); in __populate_section_memmap() 455 sparsemap_buf = memmap_alloc(size, section_map_size(), addr, nid, true); in sparse_buffer_init()
|
| H A D | sparse-vmemmap.c | 56 return memmap_alloc(size, align, goal, node, false); in __earlyonly_bootmem_alloc()
|
| H A D | mm_init.c | 1620 void __init *memmap_alloc(phys_addr_t size, phys_addr_t align, in memmap_alloc() function 1663 map = memmap_alloc(size, SMP_CACHE_BYTES, MEMBLOCK_LOW_LIMIT, in alloc_node_mem_map()
|
| H A D | internal.h | 816 extern void *memmap_alloc(phys_addr_t size, phys_addr_t align,
|