Home
last modified time | relevance | path

Searched refs:set_pc (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/qemu/hw/core/
H A Dgeneric-loader.c50 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 Dop_helper.c116 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 Dcpu.c106 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 Dgdbstub.c81 set_pc(env, tmp); in loongarch_cpu_gdb_write_register()
H A Dcpu.h455 static inline void set_pc(CPULoongArchState *env, uint64_t value) in set_pc() function
/openbmc/qemu/include/hw/core/
H A Dgeneric-loader.h41 bool set_pc; member
H A Dcpu.h161 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 Dsystem.h64 #define set_pc(x) __asm__ __volatile__ ("mov pc, %0\n\t" : : "r"(x)) macro
/openbmc/qemu/target/tricore/
H A Dcpu.c203 cc->set_pc = tricore_cpu_set_pc; in tricore_cpu_class_init()
/openbmc/qemu/target/rx/
H A Dcpu.c223 cc->set_pc = rx_cpu_set_pc; in rx_cpu_class_init()
/openbmc/qemu/target/alpha/
H A Dcpu.c253 cc->set_pc = alpha_cpu_set_pc; in alpha_cpu_class_init()
/openbmc/qemu/target/hppa/
H A Dcpu.c251 cc->set_pc = hppa_cpu_set_pc; in hppa_cpu_class_init()
/openbmc/qemu/target/xtensa/
H A Dcpu.c262 cc->set_pc = xtensa_cpu_set_pc; in xtensa_cpu_class_init()
/openbmc/qemu/target/sh4/
H A Dcpu.c281 cc->set_pc = superh_cpu_set_pc; in superh_cpu_class_init()
/openbmc/qemu/target/openrisc/
H A Dcpu.c263 cc->set_pc = openrisc_cpu_set_pc; in openrisc_cpu_class_init()
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c486 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 Dcpu.c397 cc->set_pc = s390_cpu_set_pc; in s390_cpu_class_init()
/openbmc/qemu/target/hexagon/
H A Dcpu.c347 cc->set_pc = hexagon_cpu_set_pc; in hexagon_cpu_class_init()
/openbmc/qemu/target/avr/
H A Dcpu.c237 cc->set_pc = avr_cpu_set_pc; in avr_cpu_class_init()
/openbmc/qemu/docs/system/
H A Dgeneric-loader.rst116 future the internal state 'set_pc' (which exists in the generic loader
/openbmc/qemu/target/microblaze/
H A Dcpu.c453 cc->set_pc = mb_cpu_set_pc; in mb_cpu_class_init()
/openbmc/qemu/target/m68k/
H A Dcpu.c577 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 DAdd-riscv64-support.patch180 +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 DAdd-riscv64-support.patch180 +void RegsRiscv64::set_pc(uint64_t pc) {
486 + void set_pc(uint64_t pc) override;
/openbmc/qemu/target/mips/
H A Dcpu.c587 cc->set_pc = mips_cpu_set_pc; in mips_cpu_class_init()

12