Home
last modified time | relevance | path

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

12

/qemu/accel/tcg/
H A Dcpu-exec.c356 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in check_for_breakpoints_slow()
483 const TCGCPUOps *tcg_ops = cc->tcg_ops; in cpu_tb_exec()
518 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_exec_enter()
527 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_exec_exit()
684 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_halt()
702 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_debug_exception()
746 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_exception()
754 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_exception()
860 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_interrupt()
/qemu/include/qemu/
H A Dtypedefs.h112 typedef struct TCGCPUOps TCGCPUOps;
111 typedef struct TCGCPUOps TCGCPUOps; global() typedef
/qemu/target/cris/
H A Dcpu.c182 static const TCGCPUOps crisv10_tcg_ops = {
193 static const TCGCPUOps crisv32_tcg_ops = {
/qemu/include/hw/core/
H A Dtcg-cpu-ops.h19 struct TCGCPUOps { struct
H A Dcpu.h178 const TCGCPUOps *tcg_ops;
/qemu/target/i386/tcg/
H A Dtcg-cpu.c109 static const TCGCPUOps x86_tcg_ops = {
/qemu/target/tricore/
H A Dcpu.c167 static const TCGCPUOps tricore_tcg_ops = {
/qemu/target/rx/
H A Dcpu.c187 static const TCGCPUOps rx_tcg_ops = {
/qemu/target/hppa/
H A Dcpu.c223 static const TCGCPUOps hppa_tcg_ops = { in hppa_cpu_class_init()
/qemu/target/alpha/
H A Dcpu.c211 static const TCGCPUOps alpha_tcg_ops = {
/qemu/target/xtensa/
H A Dcpu.c229 static const TCGCPUOps xtensa_tcg_ops = {
/qemu/target/sh4/
H A Dcpu.c249 static const TCGCPUOps superh_tcg_ops = {
/qemu/target/openrisc/
H A Dcpu.c228 static const TCGCPUOps openrisc_tcg_ops = {
/qemu/target/s390x/
H A Dcpu.c327 static const TCGCPUOps s390_tcg_ops = {
/qemu/target/arm/tcg/
H A Dcpu-v7m.c235 static const TCGCPUOps arm_v7m_tcg_ops = {
/qemu/target/hexagon/
H A Dcpu.c326 static const TCGCPUOps hexagon_tcg_ops = {
/qemu/target/avr/
H A Dcpu.c208 static const TCGCPUOps avr_tcg_ops = {
/qemu/bsd-user/
H A Dsignal.c1029 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigsegv()
1045 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigbus()
/qemu/target/microblaze/
H A Dcpu.c408 static const TCGCPUOps mb_tcg_ops = {
/qemu/linux-user/
H A Dsignal.c676 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigsegv()
692 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigbus()
/qemu/target/m68k/
H A Dcpu.c532 static const TCGCPUOps m68k_tcg_ops = {
/qemu/target/mips/
H A Dcpu.c550 static const TCGCPUOps mips_tcg_ops = {
/qemu/target/sparc/
H A Dcpu.c909 static const TCGCPUOps sparc_tcg_ops = {
/qemu/target/loongarch/
H A Dcpu.c737 static const TCGCPUOps loongarch_tcg_ops = {
/qemu/target/riscv/tcg/
H A Dtcg-cpu.c132 static const TCGCPUOps riscv_tcg_ops = {

12