Home
last modified time | relevance | path

Searched refs:INIT_MEMBLOCK_REGIONS (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/mm/
Dmemblock.c85 static struct memblock_region memblock_memory_init_regions[INIT_MEMBLOCK_REGIONS] __initdata_memblo…
86 static struct memblock_region memblock_reserved_init_regions[INIT_MEMBLOCK_REGIONS] __initdata_memb…
94 .memory.max = INIT_MEMBLOCK_REGIONS,
99 .reserved.max = INIT_MEMBLOCK_REGIONS,
/Linux-v4.19/include/linux/
Dmemblock.h20 #define INIT_MEMBLOCK_REGIONS 128 macro