| /openbmc/qemu/tests/functional/ |
| H A D | reverse_debugging.py | 81 def get_pc(self, g): member in ReverseDebugging 85 pc = self.get_pc(g) 147 pc = self.get_pc(g) 184 (self.get_pc(g), self.vm_get_icount(vm)))
|
| H A D | test_x86_64_reverse_debug.py | 24 def get_pc(self, g): member in ReverseDebugging_X86_64
|
| /openbmc/qemu/target/tricore/ |
| H A D | cpu.c | 220 cc->get_pc = tricore_cpu_get_pc; in tricore_cpu_class_init()
|
| /openbmc/qemu/target/rx/ |
| H A D | cpu.c | 251 cc->get_pc = rx_cpu_get_pc; in rx_cpu_class_init()
|
| /openbmc/qemu/target/alpha/ |
| H A D | cpu.c | 286 cc->get_pc = alpha_cpu_get_pc; in alpha_cpu_class_init()
|
| /openbmc/qemu/target/openrisc/ |
| H A D | cpu.c | 291 cc->get_pc = openrisc_cpu_get_pc; in openrisc_cpu_class_init()
|
| /openbmc/qemu/target/hppa/ |
| H A D | cpu.c | 298 cc->get_pc = hppa_cpu_get_pc; in hppa_cpu_class_init()
|
| /openbmc/qemu/target/sh4/ |
| H A D | cpu.c | 325 cc->get_pc = superh_cpu_get_pc; in superh_cpu_class_init()
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu.c | 408 cc->get_pc = s390_cpu_get_pc; in s390_cpu_class_init()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | cpu.c | 348 cc->get_pc = xtensa_cpu_get_pc; in xtensa_cpu_class_init()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | cpu.c | 370 cc->get_pc = hexagon_cpu_get_pc; in hexagon_cpu_class_init()
|
| /openbmc/qemu/target/avr/ |
| H A D | cpu.c | 279 cc->get_pc = avr_cpu_get_pc; in avr_cpu_class_init()
|
| /openbmc/qemu/include/hw/core/ |
| H A D | cpu.h | 166 vaddr (*get_pc)(CPUState *cpu); member
|
| /openbmc/qemu/accel/tcg/ |
| H A D | translate-all.c | 605 vaddr pc = cpu->cc->get_pc(cpu); in cpu_io_recompile()
|
| H A D | cpu-exec.c | 410 return cpu->cc->get_pc(cpu); in log_pc()
|
| /openbmc/qemu/target/microblaze/ |
| H A D | cpu.c | 475 cc->get_pc = mb_cpu_get_pc; in mb_cpu_class_init()
|
| /openbmc/qemu/target/m68k/ |
| H A D | cpu.c | 646 cc->get_pc = m68k_cpu_get_pc; in m68k_cpu_class_init()
|
| /openbmc/qemu/target/mips/ |
| H A D | cpu.c | 612 cc->get_pc = mips_cpu_get_pc; in mips_cpu_class_init()
|
| /openbmc/qemu/target/sparc/ |
| H A D | cpu.c | 1084 cc->get_pc = sparc_cpu_get_pc; in sparc_cpu_class_init()
|
| /openbmc/qemu/target/loongarch/ |
| H A D | cpu.c | 950 cc->get_pc = loongarch_cpu_get_pc; in loongarch_cpu_class_init()
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.c | 2758 cc->get_pc = arm_cpu_get_pc; in arm_cpu_class_init()
|
| /openbmc/qemu/target/riscv/ |
| H A D | cpu.c | 2697 cc->get_pc = riscv_cpu_get_pc; in riscv_cpu_common_class_init()
|
| /openbmc/qemu/target/ppc/ |
| H A D | cpu_init.c | 7535 cc->get_pc = ppc_cpu_get_pc; in ppc_cpu_class_init()
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu.c | 10080 cc->get_pc = x86_cpu_get_pc; in x86_cpu_common_class_init()
|