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/include/hw/core/
H A Dgeneric-loader.h41 bool set_pc; member
H A Dcpu.h114 * @set_pc: Callback for setting the Program Counter register. This
165 void (*set_pc)(CPUState *cpu, vaddr value); member
1022 cpu->cc->set_pc(cpu, addr);
/openbmc/qemu/target/loongarch/tcg/
H A Dop_helper.c115 set_pc(env, env->CSR_TLBRERA); in helper_ertn()
122 set_pc(env, env->CSR_ERA); in helper_ertn()
/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/loongarch/
H A Dcpu.c49 set_pc(cpu_env(cs), value);
691 cc->set_pc = loongarch_cpu_set_pc; in loongarch_set_lsx()
H A Dgdbstub.c83 set_pc(env, tmp); in loongarch_cpu_gdb_write_register()
H A Dcpu.h467 static inline void set_pc(CPULoongArchState *env, uint64_t value) in is_va32()
476 static inline void set_pc(CPULoongArchState *env, uint64_t value) set_pc() function
/openbmc/qemu/target/tricore/
H A Dcpu.c219 cc->set_pc = tricore_cpu_set_pc; in tricore_cpu_class_init()
/openbmc/qemu/target/rx/
H A Dcpu.c249 cc->set_pc = rx_cpu_set_pc; in rx_cpu_class_init()
/openbmc/qemu/target/alpha/
H A Dcpu.c285 cc->set_pc = alpha_cpu_set_pc; in alpha_cpu_class_init()
/openbmc/qemu/target/openrisc/
H A Dcpu.c289 cc->set_pc = openrisc_cpu_set_pc; in openrisc_cpu_class_init()
/openbmc/qemu/target/hppa/
H A Dcpu.c297 cc->set_pc = hppa_cpu_set_pc; in hppa_cpu_class_init()
/openbmc/qemu/target/sh4/
H A Dcpu.c324 cc->set_pc = superh_cpu_set_pc; in superh_cpu_class_init()
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c467 assert(cc->set_pc); in cpu_tb_exec()
468 cc->set_pc(cpu, last_tb->pc); in cpu_tb_exec()
/openbmc/qemu/target/s390x/
H A Dcpu.c407 cc->set_pc = s390_cpu_set_pc; in s390_cpu_class_init()
/openbmc/qemu/target/xtensa/
H A Dcpu.c347 cc->set_pc = xtensa_cpu_set_pc; in xtensa_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/hexagon/
H A Dcpu.c369 cc->set_pc = hexagon_cpu_set_pc; in hexagon_cpu_class_init()
/openbmc/qemu/target/avr/
H A Dcpu.c278 cc->set_pc = avr_cpu_set_pc; in avr_cpu_class_init()
/openbmc/qemu/target/microblaze/
H A Dcpu.c474 cc->set_pc = mb_cpu_set_pc; in mb_cpu_class_init()
/openbmc/qemu/target/m68k/
H A Dcpu.c645 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.c611 cc->set_pc = mips_cpu_set_pc; in mips_cpu_class_init()

12