/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | 353 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in check_for_breakpoints_slow() 354 assert(tcg_ops->debug_check_breakpoint); in check_for_breakpoints_slow() 355 match_bp = tcg_ops->debug_check_breakpoint(cpu); in check_for_breakpoints_slow() 480 const TCGCPUOps *tcg_ops = cc->tcg_ops; in cpu_tb_exec() local 482 if (tcg_ops->synchronize_from_tb) { in cpu_tb_exec() 483 tcg_ops->synchronize_from_tb(cpu, last_tb); in cpu_tb_exec() 515 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_exec_enter() local 517 if (tcg_ops->cpu_exec_enter) { in cpu_exec_enter() 518 tcg_ops->cpu_exec_enter(cpu); in cpu_exec_enter() 524 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_exec_exit() local [all …]
|
H A D | watchpoint.c | 85 if (cc->tcg_ops->adjust_watchpoint_address) { in cpu_check_watchpoint() 87 addr = cc->tcg_ops->adjust_watchpoint_address(cpu, addr, len); in cpu_check_watchpoint() 119 && cc->tcg_ops->debug_check_watchpoint in cpu_check_watchpoint() 120 && !cc->tcg_ops->debug_check_watchpoint(cpu, wp)) { in cpu_check_watchpoint()
|
H A D | translate-all.c | 221 cpu->cc->tcg_ops->restore_state_to_opc(cpu, tb, data); in cpu_restore_state_from_tb() 622 if (cc->tcg_ops->io_recompile_replay_branch && in cpu_io_recompile() 623 cc->tcg_ops->io_recompile_replay_branch(cpu, tb)) { in cpu_io_recompile()
|
H A D | cputlb.c | 1233 const TCGCPUOps *ops = cpu->cc->tcg_ops; in tlb_fill_align() 1259 cpu->cc->tcg_ops->do_unaligned_access(cpu, addr, access_type, in cpu_unaligned_access() 1286 && cpu->cc->tcg_ops->do_transaction_failed) { in io_failed() 1289 cpu->cc->tcg_ops->do_transaction_failed(cpu, physaddr, addr, size, in io_failed()
|
/openbmc/qemu/bsd-user/ |
H A D | signal.c | 1022 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigsegv() local 1024 if (tcg_ops->record_sigsegv) { in cpu_loop_exit_sigsegv() 1025 tcg_ops->record_sigsegv(cpu, addr, access_type, maperr, ra); in cpu_loop_exit_sigsegv() 1038 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigbus() local 1040 if (tcg_ops->record_sigbus) { in cpu_loop_exit_sigbus() 1041 tcg_ops->record_sigbus(cpu, addr, access_type, ra); in cpu_loop_exit_sigbus()
|
/openbmc/qemu/linux-user/ |
H A D | signal.c | 744 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigsegv() local 746 if (tcg_ops->record_sigsegv) { in cpu_loop_exit_sigsegv() 747 tcg_ops->record_sigsegv(cpu, addr, access_type, maperr, ra); in cpu_loop_exit_sigsegv() 760 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigbus() local 762 if (tcg_ops->record_sigbus) { in cpu_loop_exit_sigbus() 763 tcg_ops->record_sigbus(cpu, addr, access_type, ra); in cpu_loop_exit_sigbus()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | cpu-v7m.c | 38 cc->tcg_ops->do_interrupt(cs); in arm_v7m_cpu_exec_interrupt() 263 cc->tcg_ops = &arm_v7m_tcg_ops; in arm_v7m_class_init()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | tcg-cpu.c | 134 cc->tcg_ops = &x86_tcg_ops; in x86_tcg_cpu_init_ops()
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.c | 206 cc->tcg_ops = &tricore_tcg_ops; in tricore_cpu_class_init()
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 234 cc->tcg_ops = &rx_tcg_ops; in rx_cpu_class_init()
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 263 cc->tcg_ops = &alpha_tcg_ops; in alpha_cpu_class_init()
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 261 cc->tcg_ops = &hppa_tcg_ops; in hppa_cpu_class_init()
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 272 cc->tcg_ops = &xtensa_tcg_ops; in xtensa_cpu_class_init()
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 292 cc->tcg_ops = &superh_tcg_ops; in superh_cpu_class_init()
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.c | 273 cc->tcg_ops = &openrisc_tcg_ops; in openrisc_cpu_class_init()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.c | 411 cc->tcg_ops = &s390_tcg_ops; in s390_cpu_class_init()
|
/openbmc/qemu/target/hexagon/ |
H A D | cpu.c | 354 cc->tcg_ops = &hexagon_tcg_ops; in hexagon_cpu_class_init()
|
/openbmc/qemu/target/avr/ |
H A D | cpu.c | 246 cc->tcg_ops = &avr_tcg_ops; in avr_cpu_class_init()
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.c | 466 cc->tcg_ops = &mb_tcg_ops; in mb_cpu_class_init()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 179 const TCGCPUOps *tcg_ops; member
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 587 cc->tcg_ops = &m68k_tcg_ops; in m68k_cpu_class_init()
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 598 cc->tcg_ops = &mips_tcg_ops; in mips_cpu_class_init()
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 981 cc->tcg_ops = &sparc_tcg_ops; in sparc_cpu_class_init()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 855 cc->tcg_ops = &loongarch_tcg_ops; in loongarch_cpu_class_init()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 938 cc->tcg_ops->do_interrupt(cs); in arm_cpu_exec_interrupt() 2727 cc->tcg_ops = &arm_tcg_ops; in arm_cpu_class_init()
|