Searched refs:cpu_set_pc (Results 1 – 14 of 14) sorted by relevance
/qemu/hw/core/ |
H A D | generic-loader.c | 51 cpu_set_pc(s->cpu, s->addr); in generic_loader_reset()
|
/qemu/hw/microblaze/ |
H A D | boot.c | 63 cpu_set_pc(cs, boot_info.bootstrap_pc); in main_cpu_reset()
|
/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()
|
/qemu/hw/arm/ |
H A D | boot.c | 268 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 D | raspi.c | 189 cpu_set_pc(cs, info->smp_loader_start); in reset_secondary()
|
H A D | aspeed.c | 259 cpu_set_pc(cs, info->smp_loader_start); in aspeed_reset_secondary()
|
/qemu/target/hppa/ |
H A D | cpu.c | 225 cpu_set_pc(cs, 0xf0000004); in hppa_cpu_reset_hold()
|
/qemu/hw/loongarch/ |
H A D | boot.c | 335 cpu_set_pc(CPU(cpu), env->elf_address); in reset_load_elf()
|
/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()
|
/qemu/include/hw/core/ |
H A D | cpu.h | 950 static inline void cpu_set_pc(CPUState *cpu, vaddr addr) in cpu_set_pc() function
|
/qemu/hw/vmapple/ |
H A D | vmapple.c | 437 cpu_set_pc(first_cpu, base); in vmapple_reset()
|
/qemu/hw/hppa/ |
H A D | machine.c | 657 cpu_set_pc(cs, firmware_entry); in hppa_machine_reset()
|
/qemu/gdbstub/ |
H A D | gdbstub.c | 662 cpu_set_pc(cpu, pc); in gdb_set_cpu_pc()
|