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.c49 if (s->set_pc) { in generic_loader_reset()
67 s->set_pc = false; in generic_loader_realize()
99 s->set_pc = true; in generic_loader_realize()
112 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.c108 set_pc(cpu_env(cs), value); in loongarch_cpu_set_pc()
191 set_pc(env, env->CSR_EENTRY + 0x480); in loongarch_cpu_do_interrupt()
273 set_pc(env, env->CSR_EENTRY + \ in loongarch_cpu_do_interrupt()
285 set_pc(env, env->CSR_TLBRENTRY); in loongarch_cpu_do_interrupt()
287 set_pc(env, env->CSR_EENTRY + EXCODE_MCODE(cause) * vec_size); in loongarch_cpu_do_interrupt()
342 set_pc(cpu_env(cs), tb->pc); in loongarch_cpu_synchronize_from_tb()
349 set_pc(cpu_env(cs), data[0]); in loongarch_restore_state_to_opc()
924 cc->set_pc = loongarch_cpu_set_pc; in loongarch_cpu_class_init()
H A Dgdbstub.c83 set_pc(env, tmp); in loongarch_cpu_gdb_write_register()
H A Dcpu.h474 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.h162 void (*set_pc)(CPUState *cpu, vaddr value); member
964 cpu->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.c205 cc->set_pc = tricore_cpu_set_pc; in tricore_cpu_class_init()
/openbmc/qemu/target/rx/
H A Dcpu.c232 cc->set_pc = rx_cpu_set_pc; in rx_cpu_class_init()
/openbmc/qemu/target/alpha/
H A Dcpu.c267 cc->set_pc = alpha_cpu_set_pc; in alpha_cpu_class_init()
/openbmc/qemu/target/hppa/
H A Dcpu.c286 cc->set_pc = hppa_cpu_set_pc; in hppa_cpu_class_init()
/openbmc/qemu/target/openrisc/
H A Dcpu.c274 cc->set_pc = openrisc_cpu_set_pc; in openrisc_cpu_class_init()
/openbmc/qemu/target/xtensa/
H A Dcpu.c267 cc->set_pc = xtensa_cpu_set_pc; in xtensa_cpu_class_init()
/openbmc/qemu/target/sh4/
H A Dcpu.c296 cc->set_pc = superh_cpu_set_pc; in superh_cpu_class_init()
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c480 assert(cc->set_pc); in cpu_tb_exec()
481 cc->set_pc(cpu, last_tb->pc); in cpu_tb_exec()
/openbmc/qemu/target/s390x/
H A Dcpu.c384 cc->set_pc = s390_cpu_set_pc; in s390_cpu_class_init()
/openbmc/qemu/target/hexagon/
H A Dcpu.c345 cc->set_pc = hexagon_cpu_set_pc; in hexagon_cpu_class_init()
/openbmc/qemu/target/avr/
H A Dcpu.c239 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.c460 cc->set_pc = mb_cpu_set_pc; in mb_cpu_class_init()
/openbmc/qemu/target/m68k/
H A Dcpu.c620 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.c585 cc->set_pc = mips_cpu_set_pc; in mips_cpu_class_init()

12