Home
last modified time | relevance | path

Searched refs:tcg_ops (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c353 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 Dwatchpoint.c85 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 Dtranslate-all.c221 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 Dcputlb.c1233 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 Dsignal.c1022 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 Dsignal.c744 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 Dcpu-v7m.c38 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 Dtcg-cpu.c134 cc->tcg_ops = &x86_tcg_ops; in x86_tcg_cpu_init_ops()
/openbmc/qemu/target/tricore/
H A Dcpu.c206 cc->tcg_ops = &tricore_tcg_ops; in tricore_cpu_class_init()
/openbmc/qemu/target/rx/
H A Dcpu.c234 cc->tcg_ops = &rx_tcg_ops; in rx_cpu_class_init()
/openbmc/qemu/target/alpha/
H A Dcpu.c263 cc->tcg_ops = &alpha_tcg_ops; in alpha_cpu_class_init()
/openbmc/qemu/target/hppa/
H A Dcpu.c261 cc->tcg_ops = &hppa_tcg_ops; in hppa_cpu_class_init()
/openbmc/qemu/target/xtensa/
H A Dcpu.c272 cc->tcg_ops = &xtensa_tcg_ops; in xtensa_cpu_class_init()
/openbmc/qemu/target/sh4/
H A Dcpu.c292 cc->tcg_ops = &superh_tcg_ops; in superh_cpu_class_init()
/openbmc/qemu/target/openrisc/
H A Dcpu.c273 cc->tcg_ops = &openrisc_tcg_ops; in openrisc_cpu_class_init()
/openbmc/qemu/target/s390x/
H A Dcpu.c411 cc->tcg_ops = &s390_tcg_ops; in s390_cpu_class_init()
/openbmc/qemu/target/hexagon/
H A Dcpu.c354 cc->tcg_ops = &hexagon_tcg_ops; in hexagon_cpu_class_init()
/openbmc/qemu/target/avr/
H A Dcpu.c246 cc->tcg_ops = &avr_tcg_ops; in avr_cpu_class_init()
/openbmc/qemu/target/microblaze/
H A Dcpu.c466 cc->tcg_ops = &mb_tcg_ops; in mb_cpu_class_init()
/openbmc/qemu/include/hw/core/
H A Dcpu.h179 const TCGCPUOps *tcg_ops; member
/openbmc/qemu/target/m68k/
H A Dcpu.c587 cc->tcg_ops = &m68k_tcg_ops; in m68k_cpu_class_init()
/openbmc/qemu/target/mips/
H A Dcpu.c598 cc->tcg_ops = &mips_tcg_ops; in mips_cpu_class_init()
/openbmc/qemu/target/sparc/
H A Dcpu.c981 cc->tcg_ops = &sparc_tcg_ops; in sparc_cpu_class_init()
/openbmc/qemu/target/loongarch/
H A Dcpu.c855 cc->tcg_ops = &loongarch_tcg_ops; in loongarch_cpu_class_init()
/openbmc/qemu/target/arm/
H A Dcpu.c938 cc->tcg_ops->do_interrupt(cs); in arm_cpu_exec_interrupt()
2727 cc->tcg_ops = &arm_tcg_ops; in arm_cpu_class_init()

12