Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dfadump.h198 #define INIT_CRASHMEM_RANGES (INIT_MEMBLOCK_REGIONS + 2)
/linux-4.1.27/mm/
Dmemblock.c28 static struct memblock_region memblock_memory_init_regions[INIT_MEMBLOCK_REGIONS] __initdata_memblo…
29 static struct memblock_region memblock_reserved_init_regions[INIT_MEMBLOCK_REGIONS] __initdata_memb…
37 .memory.max = INIT_MEMBLOCK_REGIONS,
41 .reserved.max = INIT_MEMBLOCK_REGIONS,
/linux-4.1.27/include/linux/
Dmemblock.h20 #define INIT_MEMBLOCK_REGIONS 128 macro