Home
last modified time | relevance | path

Searched refs:cpu_set_pc (Results 1 – 11 of 11) sorted by relevance

/qemu/hw/microblaze/
H A Dboot.c63 cpu_set_pc(cs, boot_info.bootstrap_pc); in main_cpu_reset()
/qemu/target/arm/
H A Darm-powerctl.c87 cpu_set_pc(target_cpu_state, info->entry); in arm_set_cpu_on_async_work()
/qemu/hw/arm/
H A Dboot.c265 cpu_set_pc(cs, info->smp_loader_start); in default_reset_secondary()
723 cpu_set_pc(cs, entry); in do_cpu_reset()
757 cpu_set_pc(cs, info->loader_start); in do_cpu_reset()
H A Draspi.c189 cpu_set_pc(cs, info->smp_loader_start); in reset_secondary()
H A Daspeed.c253 cpu_set_pc(cs, info->smp_loader_start); in aspeed_reset_secondary()
/qemu/hw/loongarch/
H A Dboot.c231 cpu_set_pc(CPU(cpu), env->elf_address); in reset_load_elf()
/qemu/hw/openrisc/
H A Dopenrisc_sim.c99 cpu_set_pc(cs, boot_info.bootstrap_pc); in main_cpu_reset()
H A Dvirt.c99 cpu_set_pc(cs, boot_info.bootstrap_pc); in main_cpu_reset()
/qemu/include/hw/core/
H A Dcpu.h953 static inline void cpu_set_pc(CPUState *cpu, vaddr addr) in cpu_set_pc() function
/qemu/hw/hppa/
H A Dmachine.c658 cpu_set_pc(cs, firmware_entry); in hppa_machine_reset()
/qemu/gdbstub/
H A Dgdbstub.c636 cpu_set_pc(cpu, pc); in gdb_set_cpu_pc()