Home
last modified time | relevance | path

Searched refs:TCGCPUOps (Results 1 – 25 of 28) 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()
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 Dtypedefs.h113 typedef struct TCGCPUOps TCGCPUOps; typedef
/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h20 struct TCGCPUOps { struct
H A Dcpu.h179 const TCGCPUOps *tcg_ops;
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.c109 static const TCGCPUOps x86_tcg_ops = {
/openbmc/qemu/target/tricore/
H A Dcpu.c172 static const TCGCPUOps tricore_tcg_ops = {
/openbmc/qemu/target/rx/
H A Dcpu.c194 static const TCGCPUOps rx_tcg_ops = {
/openbmc/qemu/target/alpha/
H A Dcpu.c222 static const TCGCPUOps alpha_tcg_ops = {
/openbmc/qemu/target/hppa/
H A Dcpu.c223 static const TCGCPUOps hppa_tcg_ops = {
/openbmc/qemu/target/xtensa/
H A Dcpu.c229 static const TCGCPUOps xtensa_tcg_ops = {
/openbmc/qemu/target/sh4/
H A Dcpu.c249 static const TCGCPUOps superh_tcg_ops = {
/openbmc/qemu/target/openrisc/
H A Dcpu.c234 static const TCGCPUOps openrisc_tcg_ops = {
/openbmc/qemu/target/s390x/
H A Dcpu.c359 static const TCGCPUOps s390_tcg_ops = {
/openbmc/qemu/target/hexagon/
H A Dcpu.c324 static const TCGCPUOps hexagon_tcg_ops = {
/openbmc/qemu/target/avr/
H A Dcpu.c208 static const TCGCPUOps avr_tcg_ops = {
/openbmc/qemu/target/arm/tcg/
H A Dcpu-v7m.c235 static const TCGCPUOps arm_v7m_tcg_ops = {
/openbmc/qemu/bsd-user/
H A Dsignal.c1022 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 Dcpu.c422 static const TCGCPUOps mb_tcg_ops = {
/openbmc/qemu/linux-user/
H A Dsignal.c744 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 Dcpu.c548 static const TCGCPUOps m68k_tcg_ops = {
/openbmc/qemu/target/mips/
H A Dcpu.c553 static const TCGCPUOps mips_tcg_ops = {
/openbmc/qemu/target/sparc/
H A Dcpu.c929 static const TCGCPUOps sparc_tcg_ops = {
/openbmc/qemu/target/loongarch/
H A Dcpu.c795 static const TCGCPUOps loongarch_tcg_ops = {
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c135 static const TCGCPUOps riscv_tcg_ops = {
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst83 ``TCGCPUOps.initialize``, before any translation blocks are generated.

12