Searched refs:MAX_RESERVED_REGIONS (Results 1 – 2 of 2) sorted by relevance
32 static struct reserved_mem reserved_mem_array[MAX_RESERVED_REGIONS] __initdata;34 static int total_reserved_mem_cnt = MAX_RESERVED_REGIONS;94 total_reserved_mem_cnt = MAX_RESERVED_REGIONS; in alloc_reserved_mem_array() 289 int dynamic_nodes[MAX_RESERVED_REGIONS]; in fdt_scan_reserved_mem()
12 #define MAX_RESERVED_REGIONS 64 macro