Home
last modified time | relevance | path

Searched refs:secondary_cpu_reset_hook (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/arm/
H A Dsabrelite.c99 sabrelite_binfo.secondary_cpu_reset_hook = sabrelite_reset_secondary; in sabrelite_init()
H A Dboot.c766 } else if (info->secondary_cpu_reset_hook) { in do_cpu_reset()
767 info->secondary_cpu_reset_hook(cpu, info); in do_cpu_reset()
1303 if (!info->secondary_cpu_reset_hook) { in arm_load_kernel()
1304 info->secondary_cpu_reset_hook = default_reset_secondary; in arm_load_kernel()
1316 info->secondary_cpu_reset_hook = NULL; in arm_load_kernel()
H A Draspi.c222 s->binfo.secondary_cpu_reset_hook = reset_secondary; in setup_boot()
H A Dmps3r.c561 mms->bootinfo.secondary_cpu_reset_hook = mps3r_secondary_cpu_reset; in mps3r_common_init()
H A Daspeed.c426 aspeed_board_binfo.secondary_cpu_reset_hook = aspeed_reset_secondary; in aspeed_machine_init()
/qemu/include/hw/arm/
H A Dboot.h81 void (*secondary_cpu_reset_hook)(ARMCPU *cpu, member