Searched refs:cpu_set_pc (Results 1 – 11 of 11) sorted by relevance
/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 | 265 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 D | raspi.c | 189 cpu_set_pc(cs, info->smp_loader_start); in reset_secondary()
|
H A D | aspeed.c | 256 cpu_set_pc(cs, info->smp_loader_start); in aspeed_reset_secondary()
|
/openbmc/qemu/hw/loongarch/ |
H A D | boot.c | 231 cpu_set_pc(CPU(cpu), env->elf_address); in reset_load_elf()
|
/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/include/hw/core/ |
H A D | cpu.h | 969 static inline void cpu_set_pc(CPUState *cpu, vaddr addr) in cpu_set_pc() function
|
/openbmc/qemu/hw/hppa/ |
H A D | machine.c | 658 cpu_set_pc(cs, firmware_entry); in hppa_machine_reset()
|
/openbmc/qemu/gdbstub/ |
H A D | gdbstub.c | 650 cpu_set_pc(cpu, pc); in gdb_set_cpu_pc()
|