Home
last modified time | relevance | path

Searched refs:write_secondary_boot (Results 1 – 8 of 8) sorted by relevance

/qemu/hw/arm/
H A Dsabrelite.c98 sabrelite_binfo.write_secondary_boot = sabrelite_write_secondary; in sabrelite_init()
H A Draspi.c218 s->binfo.write_secondary_boot = write_smpboot; in setup_boot()
220 s->binfo.write_secondary_boot = write_smpboot64; in setup_boot()
H A Dboot.c1306 if (!info->write_secondary_boot) { in arm_load_kernel()
1307 info->write_secondary_boot = default_write_secondary; in arm_load_kernel()
1309 info->write_secondary_boot(cpu, info); in arm_load_kernel()
1315 info->write_secondary_boot = NULL; in arm_load_kernel()
H A Dexynos4_boards.c71 .write_secondary_boot = exynos4210_write_secondary,
H A Dmps3r.c560 mms->bootinfo.write_secondary_boot = mps3r_write_secondary_boot; in mps3r_common_init()
H A Dnpcm7xx.c368 .write_secondary_boot = npcm7xx_write_secondary_boot,
H A Daspeed.c425 aspeed_board_binfo.write_secondary_boot = aspeed_write_smpboot; in aspeed_machine_init()
/qemu/include/hw/arm/
H A Dboot.h79 void (*write_secondary_boot)(ARMCPU *cpu, member