| /openbmc/qemu/accel/tcg/ |
| H A D | cpu-exec.c | 325 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 D | typedefs.h | 115 typedef struct TCGCPUOps TCGCPUOps; typedef
|
| /openbmc/qemu/target/riscv/tcg/ |
| H A D | tcg-cpu.h | 29 extern const TCGCPUOps riscv_tcg_ops;
|
| /openbmc/qemu/include/user/ |
| H A D | guest-host.h | 34 const TCGCPUOps *tcg_ops = cs->cc->tcg_ops; in cpu_untagged_addr()
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | tcg-cpu.h | 81 extern const TCGCPUOps x86_tcg_ops;
|
| H A D | tcg-cpu.c | 160 const TCGCPUOps x86_tcg_ops = {
|
| /openbmc/qemu/include/accel/tcg/ |
| H A D | cpu-ops.h | 22 struct TCGCPUOps { struct
|
| /openbmc/qemu/target/tricore/ |
| H A D | cpu.c | 182 static const TCGCPUOps tricore_tcg_ops = {
|
| /openbmc/qemu/target/rx/ |
| H A D | cpu.c | 216 static const TCGCPUOps rx_tcg_ops = {
|
| /openbmc/qemu/target/alpha/ |
| H A D | cpu.c | 247 static const TCGCPUOps alpha_tcg_ops = {
|
| /openbmc/qemu/target/openrisc/ |
| H A D | cpu.c | 255 static const TCGCPUOps openrisc_tcg_ops = {
|
| /openbmc/qemu/target/hppa/ |
| H A D | cpu.c | 253 static const TCGCPUOps hppa_tcg_ops = {
|
| /openbmc/qemu/target/sh4/ |
| H A D | cpu.c | 285 static const TCGCPUOps superh_tcg_ops = {
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu.c | 358 static const TCGCPUOps s390_tcg_ops = {
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | cpu-v7m.c | 240 static const TCGCPUOps arm_v7m_tcg_ops = {
|
| /openbmc/qemu/target/xtensa/ |
| H A D | cpu.c | 307 static const TCGCPUOps xtensa_tcg_ops = {
|
| /openbmc/qemu/target/hexagon/ |
| H A D | cpu.c | 341 static const TCGCPUOps hexagon_tcg_ops = {
|
| /openbmc/qemu/target/avr/ |
| H A D | cpu.c | 239 static const TCGCPUOps avr_tcg_ops = {
|
| /openbmc/qemu/bsd-user/ |
| H A D | signal.c | 1036 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 D | cpu.h | 184 const TCGCPUOps *tcg_ops;
|
| /openbmc/qemu/target/microblaze/ |
| H A D | cpu.c | 436 static const TCGCPUOps mb_tcg_ops = {
|
| /openbmc/qemu/linux-user/ |
| H A D | signal.c | 756 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 D | multi-thread-tcg.rst | 31 guest (TCGCPUOps::guest_default_memory_order & ~TCG_TARGET_DEFAULT_MO is zero) 33 (TCGCPUOps::mttcg_supported).
|
| /openbmc/qemu/target/m68k/ |
| H A D | cpu.c | 609 static const TCGCPUOps m68k_tcg_ops = {
|
| /openbmc/qemu/target/mips/ |
| H A D | cpu.c | 571 static const TCGCPUOps mips_tcg_ops = {
|