Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds