Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dmemblock.c28 #ifndef INIT_MEMBLOCK_RESERVED_REGIONS
29 # define INIT_MEMBLOCK_RESERVED_REGIONS INIT_MEMBLOCK_REGIONS macro
126 static struct memblock_region memblock_reserved_init_regions[INIT_MEMBLOCK_RESERVED_REGIONS] __init…
139 .reserved.max = INIT_MEMBLOCK_RESERVED_REGIONS,
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmemory.h373 # define INIT_MEMBLOCK_RESERVED_REGIONS (INIT_MEMBLOCK_REGIONS + NR_CPUS + 1) macro