Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Dgeneric-loader.c51 cpu_set_pc(s->cpu, s->addr); in generic_loader_reset()
/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.c268 cpu_set_pc(cs, info->smp_loader_start); in default_reset_secondary()
724 cpu_set_pc(cs, entry); in do_cpu_reset()
758 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.c259 cpu_set_pc(cs, info->smp_loader_start); in aspeed_reset_secondary()
/qemu/target/hppa/
H A Dcpu.c225 cpu_set_pc(cs, 0xf0000004); in hppa_cpu_reset_hold()
/qemu/hw/loongarch/
H A Dboot.c335 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.h950 static inline void cpu_set_pc(CPUState *cpu, vaddr addr) in cpu_set_pc() function
/qemu/hw/vmapple/
H A Dvmapple.c437 cpu_set_pc(first_cpu, base); in vmapple_reset()
/qemu/hw/hppa/
H A Dmachine.c657 cpu_set_pc(cs, firmware_entry); in hppa_machine_reset()
/qemu/gdbstub/
H A Dgdbstub.c662 cpu_set_pc(cpu, pc); in gdb_set_cpu_pc()