Home
last modified time | relevance | path

Searched refs:smpboot (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dexynos4210.c480 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 Draspi.c117 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 Dnpcm7xx.c346 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 Dboot.c120 static const ARMInsnFixup smpboot[] = { variable
204 smpboot, fixupcontext); in default_write_secondary()
H A Daspeed.c478 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()