Home
last modified time | relevance | path

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

/Linux-v6.6/arch/loongarch/include/asm/
Dsparsemem.h29 #define INIT_MEMBLOCK_RESERVED_REGIONS (INIT_MEMBLOCK_REGIONS + NR_CPUS) macro
/Linux-v6.6/tools/testing/memblock/tests/
Dcommon.h18 #define INIT_MEMBLOCK_RESERVED_REGIONS INIT_MEMBLOCK_REGIONS macro
Dcommon.c50 memblock.reserved.max = INIT_MEMBLOCK_RESERVED_REGIONS; in reset_memblock_regions()
Dbasic_api.c978 memblock.reserved.cnt = INIT_MEMBLOCK_RESERVED_REGIONS; in memblock_reserve_many_check()
/Linux-v6.6/arch/arm64/include/asm/
Dmemory.h398 # define INIT_MEMBLOCK_RESERVED_REGIONS (INIT_MEMBLOCK_REGIONS + NR_CPUS + 1) macro
/Linux-v6.6/mm/
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,