Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dsparsemem.h29 #define INIT_MEMBLOCK_RESERVED_REGIONS (INIT_MEMBLOCK_REGIONS + NR_CPUS) macro
/linux/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; in reset_memblock_regions()
H A Dbasic_api.c978 memblock.reserved.cnt = INIT_MEMBLOCK_RESERVED_REGIONS; in memblock_reserve_many_check()
/linux/arch/arm64/include/asm/
H A Dmemory.h439 # define INIT_MEMBLOCK_RESERVED_REGIONS (INIT_MEMBLOCK_REGIONS + NR_CPUS + 1) macro
/linux/mm/
H A Dmemblock.c28 #ifndef INIT_MEMBLOCK_RESERVED_REGIONS
29 # define INIT_MEMBLOCK_RESERVED_REGIONS INIT_MEMBLOCK_REGIONS macro
110 static struct memblock_region memblock_reserved_init_regions[INIT_MEMBLOCK_RESERVED_REGIONS] __init…
123 .reserved.max = INIT_MEMBLOCK_RESERVED_REGIONS,