/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | 353 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in check_for_breakpoints_slow() 480 const TCGCPUOps *tcg_ops = cc->tcg_ops; in cpu_tb_exec() 515 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_exec_enter() 524 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_exec_exit() 681 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_halt() 697 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_debug_exception() 741 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_exception() 749 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_exception() 855 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_interrupt()
|
/openbmc/qemu/include/qemu/ |
H A D | typedefs.h | 113 typedef struct TCGCPUOps TCGCPUOps; typedef
|
/openbmc/qemu/include/hw/core/ |
H A D | tcg-cpu-ops.h | 20 struct TCGCPUOps { struct
|
H A D | cpu.h | 179 const TCGCPUOps *tcg_ops;
|
/openbmc/qemu/target/i386/tcg/ |
H A D | tcg-cpu.c | 109 static const TCGCPUOps x86_tcg_ops = {
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.c | 172 static const TCGCPUOps tricore_tcg_ops = {
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 194 static const TCGCPUOps rx_tcg_ops = {
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 222 static const TCGCPUOps alpha_tcg_ops = {
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 223 static const TCGCPUOps hppa_tcg_ops = {
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 229 static const TCGCPUOps xtensa_tcg_ops = {
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 249 static const TCGCPUOps superh_tcg_ops = {
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.c | 234 static const TCGCPUOps openrisc_tcg_ops = {
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.c | 359 static const TCGCPUOps s390_tcg_ops = {
|
/openbmc/qemu/target/hexagon/ |
H A D | cpu.c | 324 static const TCGCPUOps hexagon_tcg_ops = {
|
/openbmc/qemu/target/avr/ |
H A D | cpu.c | 208 static const TCGCPUOps avr_tcg_ops = {
|
/openbmc/qemu/target/arm/tcg/ |
H A D | cpu-v7m.c | 235 static const TCGCPUOps arm_v7m_tcg_ops = {
|
/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() 1038 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigbus()
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.c | 422 static const TCGCPUOps mb_tcg_ops = {
|
/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() 760 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigbus()
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 548 static const TCGCPUOps m68k_tcg_ops = {
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 553 static const TCGCPUOps mips_tcg_ops = {
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 929 static const TCGCPUOps sparc_tcg_ops = {
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 795 static const TCGCPUOps loongarch_tcg_ops = {
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 135 static const TCGCPUOps riscv_tcg_ops = {
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-ops.rst | 83 ``TCGCPUOps.initialize``, before any translation blocks are generated.
|