Home
last modified time | relevance | path

Searched defs:tcg_ops (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c480 const TCGCPUOps *tcg_ops = cc->tcg_ops; in cpu_tb_exec() local
515 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_exec_enter() local
524 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_exec_exit() local
681 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_halt() local
697 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_debug_exception() local
741 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_exception() local
749 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_exception() local
855 const TCGCPUOps *tcg_ops = cpu->cc->tcg_ops; in cpu_handle_interrupt() local
/openbmc/qemu/bsd-user/
H A Dsignal.c1022 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigsegv() local
1038 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigbus() local
/openbmc/qemu/linux-user/
H A Dsignal.c744 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigsegv() local
760 const TCGCPUOps *tcg_ops = CPU_GET_CLASS(cpu)->tcg_ops; in cpu_loop_exit_sigbus() local
/openbmc/qemu/include/hw/core/
H A Dcpu.h179 const TCGCPUOps *tcg_ops; member