| /openbmc/qemu/tests/functional/ |
| H A D | reverse_debugging.py | 58 def get_pc(gdb: GDB): 141 pc = self.get_pc(gdb) 151 pc = self.get_pc(gdb) 160 pc = self.get_pc(gdb) 185 (self.get_pc(gdb), self.vm_get_icount(vm))) 193 pc = self.get_pc(gdb) 81 def get_pc(self, g): global() member in ReverseDebugging
|
| H A D | test_x86_64_reverse_debug.py | |
| /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 | 250 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 | 290 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 | 122 * @get_pc: Callback for getting the Program Counter register. 166 vaddr (*get_pc)(CPUState *cpu); member
|
| /openbmc/qemu/accel/tcg/ |
| H A D | translate-all.c | 612 vaddr pc = cpu->cc->get_pc(cpu); in cpu_io_recompile()
|
| H A D | cpu-exec.c | 411 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 | 692 cc->get_pc = loongarch_cpu_get_pc; in loongarch_set_lsx()
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.c | 2390 cc->get_pc = arm_cpu_get_pc; in arm_cpu_realizefn()
|
| /openbmc/qemu/target/riscv/ |
| H A D | cpu.c | 2736 cc->get_pc = riscv_cpu_get_pc; in profile_extends()
|
| /openbmc/qemu/target/ppc/ |
| H A D | cpu_init.c | 7539 cc->get_pc = ppc_cpu_get_pc; in ppc_cpu_class_init()
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu.c | 10103 cc->get_pc = x86_cpu_get_pc; in x86_cpu_common_class_init()
|