Searched refs:write_secondary_boot (Results 1 – 8 of 8) sorted by relevance
98 sabrelite_binfo.write_secondary_boot = sabrelite_write_secondary; in sabrelite_init()
218 s->binfo.write_secondary_boot = write_smpboot; in setup_boot()220 s->binfo.write_secondary_boot = write_smpboot64; in setup_boot()
1312 if (!info->write_secondary_boot) { in arm_load_kernel()1313 info->write_secondary_boot = default_write_secondary; in arm_load_kernel()1315 info->write_secondary_boot(cpu, info); in arm_load_kernel()1321 info->write_secondary_boot = NULL; in arm_load_kernel()
71 .write_secondary_boot = exynos4210_write_secondary,
560 mms->bootinfo.write_secondary_boot = mps3r_write_secondary_boot; in mps3r_common_init()
368 .write_secondary_boot = npcm7xx_write_secondary_boot,
445 aspeed_board_binfo.write_secondary_boot = aspeed_write_smpboot; in aspeed_machine_init()
79 void (*write_secondary_boot)(ARMCPU *cpu, member