Searched refs:standard_resources (Results 1 – 4 of 4) sorted by relevance
59 static struct resource *standard_resources; variable225 res_size = num_standard_resources * sizeof(*standard_resources); in request_standard_resources()226 standard_resources = memblock_alloc_or_panic(res_size, SMP_CACHE_BYTES); in request_standard_resources()229 res = &standard_resources[i++]; in request_standard_resources()251 struct resource *mem = &standard_resources[i]; in reserve_memblock_reserved_regions()
78 static struct resource *standard_resources; variable437 res_size = num_standard_resources * sizeof(*standard_resources); in resource_init()438 standard_resources = memblock_alloc_or_panic(res_size, SMP_CACHE_BYTES); in resource_init()441 res = &standard_resources[i++]; in resource_init()547 struct resource *mem = &standard_resources[i]; in reserve_memblock_reserved_regions()
73 static struct resource *standard_resources; variable221 standard_resources = &mem_res[res_idx + 1]; in init_resources()239 struct resource *mem = &standard_resources[i]; in reserve_memblock_reserved_regions()
486 static struct resource __initdata *standard_resources[] = { variable520 for (j = 0; j < ARRAY_SIZE(standard_resources); j++) { in setup_resources()521 std_res = standard_resources[j]; in setup_resources()
Completed in 8 milliseconds