/openbmc/qemu/hw/core/ |
H A D | generic-loader.c | 50 if (s->set_pc) { in generic_loader_reset() 54 cc->set_pc(s->cpu, s->addr); in generic_loader_reset() 72 s->set_pc = false; in generic_loader_realize() 104 s->set_pc = true; in generic_loader_realize() 117 s->set_pc = true; in generic_loader_realize()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | op_helper.c | 116 set_pc(env, env->CSR_TLBRERA); in helper_ertn() 123 set_pc(env, env->CSR_ERA); in helper_ertn()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 106 set_pc(cpu_env(cs), value); in loongarch_cpu_set_pc() 189 set_pc(env, env->CSR_EENTRY + 0x480); in loongarch_cpu_do_interrupt() 271 set_pc(env, env->CSR_EENTRY + \ in loongarch_cpu_do_interrupt() 283 set_pc(env, env->CSR_TLBRENTRY); in loongarch_cpu_do_interrupt() 285 set_pc(env, env->CSR_EENTRY + EXCODE_MCODE(cause) * vec_size); in loongarch_cpu_do_interrupt() 340 set_pc(cpu_env(cs), tb->pc); in loongarch_cpu_synchronize_from_tb() 347 set_pc(cpu_env(cs), data[0]); in loongarch_restore_state_to_opc() 842 cc->set_pc = loongarch_cpu_set_pc; in loongarch_cpu_class_init()
|
H A D | gdbstub.c | 81 set_pc(env, tmp); in loongarch_cpu_gdb_write_register()
|
H A D | cpu.h | 455 static inline void set_pc(CPULoongArchState *env, uint64_t value) in set_pc() function
|
/openbmc/qemu/include/hw/core/ |
H A D | generic-loader.h | 41 bool set_pc; member
|
H A D | cpu.h | 161 void (*set_pc)(CPUState *cpu, vaddr value); member 973 cc->set_pc(cpu, addr); in cpu_set_pc()
|
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
H A D | system.h | 64 #define set_pc(x) __asm__ __volatile__ ("mov pc, %0\n\t" : : "r"(x)) macro
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.c | 203 cc->set_pc = tricore_cpu_set_pc; in tricore_cpu_class_init()
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 223 cc->set_pc = rx_cpu_set_pc; in rx_cpu_class_init()
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 253 cc->set_pc = alpha_cpu_set_pc; in alpha_cpu_class_init()
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 251 cc->set_pc = hppa_cpu_set_pc; in hppa_cpu_class_init()
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 262 cc->set_pc = xtensa_cpu_set_pc; in xtensa_cpu_class_init()
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 281 cc->set_pc = superh_cpu_set_pc; in superh_cpu_class_init()
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.c | 263 cc->set_pc = openrisc_cpu_set_pc; in openrisc_cpu_class_init()
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | 486 assert(cc->set_pc); in cpu_tb_exec() 487 cc->set_pc(cpu, last_tb->pc); in cpu_tb_exec()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.c | 397 cc->set_pc = s390_cpu_set_pc; in s390_cpu_class_init()
|
/openbmc/qemu/target/hexagon/ |
H A D | cpu.c | 347 cc->set_pc = hexagon_cpu_set_pc; in hexagon_cpu_class_init()
|
/openbmc/qemu/target/avr/ |
H A D | cpu.c | 237 cc->set_pc = avr_cpu_set_pc; in avr_cpu_class_init()
|
/openbmc/qemu/docs/system/ |
H A D | generic-loader.rst | 116 future the internal state 'set_pc' (which exists in the generic loader
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.c | 453 cc->set_pc = mb_cpu_set_pc; in mb_cpu_class_init()
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 577 cc->set_pc = m68k_cpu_set_pc; in m68k_cpu_class_init()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | Add-riscv64-support.patch | 180 +void RegsRiscv64::set_pc(uint64_t pc) { 486 + void set_pc(uint64_t pc) override;
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | Add-riscv64-support.patch | 180 +void RegsRiscv64::set_pc(uint64_t pc) { 486 + void set_pc(uint64_t pc) override;
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 587 cc->set_pc = mips_cpu_set_pc; in mips_cpu_class_init()
|