Searched refs:cpu_set_pc (Results 1 – 14 of 14) sorted by relevance
| /openbmc/qemu/hw/core/ |
| H A D | generic-loader.c | 51 cpu_set_pc(s->cpu, s->addr); in generic_loader_reset()
|
| /openbmc/qemu/hw/microblaze/ |
| H A D | boot.c | 63 cpu_set_pc(cs, boot_info.bootstrap_pc); in main_cpu_reset()
|
| /openbmc/qemu/target/arm/ |
| H A D | arm-powerctl.c | 87 cpu_set_pc(target_cpu_state, info->entry); in arm_set_cpu_on_async_work()
|
| /openbmc/qemu/hw/arm/ |
| H A D | boot.c | 270 cpu_set_pc(cs, info->smp_loader_start); in default_reset_secondary() 726 cpu_set_pc(cs, entry); in do_cpu_reset() 760 cpu_set_pc(cs, info->loader_start); in do_cpu_reset()
|
| H A D | raspi.c | 189 cpu_set_pc(cs, info->smp_loader_start); in reset_secondary()
|
| H A D | aspeed.c | 263 cpu_set_pc(cs, info->smp_loader_start); in aspeed_reset_secondary()
|
| /openbmc/qemu/target/hppa/ |
| H A D | cpu.c | 225 cpu_set_pc(cs, 0xf0000004); in hppa_cpu_reset_hold()
|
| /openbmc/qemu/hw/openrisc/ |
| H A D | openrisc_sim.c | 99 cpu_set_pc(cs, boot_info.bootstrap_pc); in main_cpu_reset()
|
| H A D | virt.c | 99 cpu_set_pc(cs, boot_info.bootstrap_pc); in main_cpu_reset()
|
| /openbmc/qemu/hw/loongarch/ |
| H A D | boot.c | 339 cpu_set_pc(CPU(cpu), env->elf_address); in reset_load_elf()
|
| /openbmc/qemu/include/hw/core/ |
| H A D | cpu.h | 951 static inline void cpu_set_pc(CPUState *cpu, vaddr addr) in cpu_set_pc() function
|
| /openbmc/qemu/hw/vmapple/ |
| H A D | vmapple.c | 437 cpu_set_pc(first_cpu, base); in vmapple_reset()
|
| /openbmc/qemu/hw/hppa/ |
| H A D | machine.c | 657 cpu_set_pc(cs, firmware_entry); in hppa_machine_reset()
|
| /openbmc/qemu/gdbstub/ |
| H A D | gdbstub.c | 663 cpu_set_pc(cpu, pc); in gdb_set_cpu_pc()
|