Searched refs:standard_resources (Results 1 – 2 of 2) sorted by relevance
78 static struct resource *standard_resources; variable436 res_size = num_standard_resources * sizeof(*standard_resources); in resource_init()437 standard_resources = memblock_alloc_or_panic(res_size, SMP_CACHE_BYTES); in resource_init()440 res = &standard_resources[i++]; in resource_init()546 struct resource *mem = &standard_resources[i]; in reserve_memblock_reserved_regions()
488 static struct resource __initdata *standard_resources[] = { variable522 for (j = 0; j < ARRAY_SIZE(standard_resources); j++) { in setup_resources()523 std_res = standard_resources[j]; in setup_resources()