Home
last modified time | relevance | path

Searched refs:memmap_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/mm/
H A Dsparse.c428 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 Dsparse-vmemmap.c56 return memmap_alloc(size, align, goal, node, false); in __earlyonly_bootmem_alloc()
H A Dmm_init.c1620 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 Dinternal.h816 extern void *memmap_alloc(phys_addr_t size, phys_addr_t align,