Searched refs:smpboot (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/hw/arm/ |
| H A D | exynos4210.c | 480 uint32_t smpboot[] = { in exynos4210_write_secondary() local 500 smpboot[ARRAY_SIZE(smpboot) - 1] = info->smp_bootreg_addr; in exynos4210_write_secondary() 501 smpboot[ARRAY_SIZE(smpboot) - 2] = info->gic_cpu_if_addr; in exynos4210_write_secondary() 502 for (n = 0; n < ARRAY_SIZE(smpboot); n++) { in exynos4210_write_secondary() 503 smpboot[n] = tswap32(smpboot[n]); in exynos4210_write_secondary() 505 rom_add_blob_fixed("smpboot", smpboot, sizeof(smpboot), in exynos4210_write_secondary()
|
| H A D | raspi.c | 117 static const ARMInsnFixup smpboot[] = { in write_smpboot() local 135 QEMU_BUILD_BUG_ON(SMPBOOT_ADDR + sizeof(smpboot) > MVBAR_ADDR); in write_smpboot() 141 info->smp_loader_start, smpboot, fixupcontext); in write_smpboot() 155 static const ARMInsnFixup smpboot[] = { in write_smpboot64() local 176 smpboot, fixupcontext); in write_smpboot64()
|
| H A D | npcm7xx.c | 346 uint32_t smpboot[] = { in npcm7xx_write_secondary_boot() local 359 for (i = 0; i < ARRAY_SIZE(smpboot); i++) { in npcm7xx_write_secondary_boot() 360 smpboot[i] = tswap32(smpboot[i]); in npcm7xx_write_secondary_boot() 363 rom_add_blob_fixed("smpboot", smpboot, sizeof(smpboot), in npcm7xx_write_secondary_boot()
|
| H A D | boot.c | 120 static const ARMInsnFixup smpboot[] = { variable 204 smpboot, fixupcontext); in default_write_secondary()
|
| H A D | aspeed.c | 478 MemoryRegion *smpboot = g_new(MemoryRegion, 1); in aspeed_machine_init() local 479 memory_region_init_ram(smpboot, NULL, "aspeed.smpboot", in aspeed_machine_init() 482 AST_SMP_MAILBOX_BASE, smpboot); in aspeed_machine_init()
|