Home
last modified time | relevance | path

Searched refs:TCGCPUOps (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c325 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in check_for_breakpoints_slow()
460 const TCGCPUOps *tcg_ops = cc->tcg_ops; in cpu_tb_exec()
495 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_exec_enter()
504 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_exec_exit()
656 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_halt()
672 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_debug_exception()
715 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_exception()
724 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_exception()
806 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_interrupt()
1037 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in tcg_exec_realizefn()
/openbmc/qemu/include/qemu/
H A Dtypedefs.h115 typedef struct TCGCPUOps TCGCPUOps; typedef
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.h29 extern const TCGCPUOps riscv_tcg_ops;
/openbmc/qemu/include/user/
H A Dguest-host.h34 const TCGCPUOps *tcg_ops = cs->cc->tcg_ops; in cpu_untagged_addr()
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.h81 extern const TCGCPUOps x86_tcg_ops;
H A Dtcg-cpu.c160 const TCGCPUOps x86_tcg_ops = {
/openbmc/qemu/include/accel/tcg/
H A Dcpu-ops.h22 struct TCGCPUOps { struct
/openbmc/qemu/target/tricore/
H A Dcpu.c182 static const TCGCPUOps tricore_tcg_ops = {
/openbmc/qemu/target/rx/
H A Dcpu.c216 static const TCGCPUOps rx_tcg_ops = {
/openbmc/qemu/target/alpha/
H A Dcpu.c247 static const TCGCPUOps alpha_tcg_ops = {
/openbmc/qemu/target/openrisc/
H A Dcpu.c255 static const TCGCPUOps openrisc_tcg_ops = {
/openbmc/qemu/target/hppa/
H A Dcpu.c253 static const TCGCPUOps hppa_tcg_ops = {
/openbmc/qemu/target/sh4/
H A Dcpu.c285 static const TCGCPUOps superh_tcg_ops = {
/openbmc/qemu/target/s390x/
H A Dcpu.c358 static const TCGCPUOps s390_tcg_ops = {
/openbmc/qemu/target/arm/tcg/
H A Dcpu-v7m.c240 static const TCGCPUOps arm_v7m_tcg_ops = {
/openbmc/qemu/target/xtensa/
H A Dcpu.c307 static const TCGCPUOps xtensa_tcg_ops = {
/openbmc/qemu/target/hexagon/
H A Dcpu.c341 static const TCGCPUOps hexagon_tcg_ops = {
/openbmc/qemu/target/avr/
H A Dcpu.c239 static const TCGCPUOps avr_tcg_ops = {
/openbmc/qemu/bsd-user/
H A Dsignal.c1036 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_loop_exit_sigsegv()
1052 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_loop_exit_sigbus()
/openbmc/qemu/include/hw/core/
H A Dcpu.h184 const TCGCPUOps *tcg_ops;
/openbmc/qemu/target/microblaze/
H A Dcpu.c436 static const TCGCPUOps mb_tcg_ops = {
/openbmc/qemu/linux-user/
H A Dsignal.c756 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_loop_exit_sigsegv()
772 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_loop_exit_sigbus()
/openbmc/qemu/docs/devel/
H A Dmulti-thread-tcg.rst31 guest (TCGCPUOps::guest_default_memory_order & ~TCG_TARGET_DEFAULT_MO is zero)
33 (TCGCPUOps::mttcg_supported).
/openbmc/qemu/target/m68k/
H A Dcpu.c609 static const TCGCPUOps m68k_tcg_ops = {
/openbmc/qemu/target/mips/
H A Dcpu.c571 static const TCGCPUOps mips_tcg_ops = {

12