Searched refs:INIT_MEMBLOCK_RESERVED_REGIONS (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dsparsemem.h29 #define INIT_MEMBLOCK_RESERVED_REGIONS (INIT_MEMBLOCK_REGIONS + NR_CPUS) macro
/linux-master/tools/testing/memblock/tests/
H A Dcommon.h18 #define INIT_MEMBLOCK_RESERVED_REGIONS INIT_MEMBLOCK_REGIONS macro
H A Dcommon.c50 memblock.reserved.max = INIT_MEMBLOCK_RESERVED_REGIONS;
H A Dbasic_api.c978 memblock.reserved.cnt = INIT_MEMBLOCK_RESERVED_REGIONS;
/linux-master/arch/arm64/include/asm/
H A Dmemory.h439 # define INIT_MEMBLOCK_RESERVED_REGIONS (INIT_MEMBLOCK_REGIONS + NR_CPUS + 1) macro
/linux-master/mm/
H A Dmemblock.c28 #ifndef INIT_MEMBLOCK_RESERVED_REGIONS
29 # define INIT_MEMBLOCK_RESERVED_REGIONS INIT_MEMBLOCK_REGIONS macro
63 * %INIT_MEMBLOCK_RESERVED_REGIONS for "reserved". The region array
110 static struct memblock_region memblock_reserved_init_regions[INIT_MEMBLOCK_RESERVED_REGIONS] __initdata_memblock;
123 .reserved.max = INIT_MEMBLOCK_RESERVED_REGIONS,

Completed in 122 milliseconds