/openbmc/qemu/tests/avocado/ |
H A D | reverse_debugging.py | 82 def get_pc(self, g): member in ReverseDebugging 86 pc = self.get_pc(g) 146 pc = self.get_pc(g) 183 (self.get_pc(g), self.vm_get_icount(vm))) 204 def get_pc(self, g): member in ReverseDebugging_X86_64
|
/openbmc/qemu/accel/tcg/ |
H A D | internal-target.h | 78 return cpu->cc->get_pc(cpu); in log_pc()
|
H A D | translate-all.c | 637 vaddr pc = cpu->cc->get_pc(cpu); in cpu_io_recompile()
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.c | 204 cc->get_pc = tricore_cpu_get_pc; in tricore_cpu_class_init()
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 224 cc->get_pc = rx_cpu_get_pc; in rx_cpu_class_init()
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 254 cc->get_pc = alpha_cpu_get_pc; in alpha_cpu_class_init()
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 252 cc->get_pc = hppa_cpu_get_pc; in hppa_cpu_class_init()
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 263 cc->get_pc = xtensa_cpu_get_pc; in xtensa_cpu_class_init()
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 282 cc->get_pc = superh_cpu_get_pc; in superh_cpu_class_init()
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.c | 264 cc->get_pc = openrisc_cpu_get_pc; in openrisc_cpu_class_init()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.c | 398 cc->get_pc = s390_cpu_get_pc; in s390_cpu_class_init()
|
/openbmc/qemu/target/hexagon/ |
H A D | cpu.c | 348 cc->get_pc = hexagon_cpu_get_pc; in hexagon_cpu_class_init()
|
/openbmc/qemu/target/avr/ |
H A D | cpu.c | 238 cc->get_pc = avr_cpu_get_pc; in avr_cpu_class_init()
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.c | 454 cc->get_pc = mb_cpu_get_pc; in mb_cpu_class_init()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 162 vaddr (*get_pc)(CPUState *cpu); member
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 578 cc->get_pc = m68k_cpu_get_pc; in m68k_cpu_class_init()
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 588 cc->get_pc = mips_cpu_get_pc; in mips_cpu_class_init()
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 968 cc->get_pc = sparc_cpu_get_pc; in sparc_cpu_class_init()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 843 cc->get_pc = loongarch_cpu_get_pc; in loongarch_cpu_class_init()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 2716 cc->get_pc = arm_cpu_get_pc; in arm_cpu_class_init()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 2771 cc->get_pc = riscv_cpu_get_pc; in riscv_cpu_common_class_init()
|
/openbmc/qemu/target/ppc/ |
H A D | cpu_init.c | 7462 cc->get_pc = ppc_cpu_get_pc; in ppc_cpu_class_init()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 8598 cc->get_pc = x86_cpu_get_pc; in x86_cpu_common_class_init()
|