Searched refs:TCGCPUOps (Results 1 – 25 of 28) sorted by relevance
12
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()
113 typedef struct TCGCPUOps TCGCPUOps; typedef
20 struct TCGCPUOps { struct
179 const TCGCPUOps *tcg_ops;
109 static const TCGCPUOps x86_tcg_ops = {
172 static const TCGCPUOps tricore_tcg_ops = {
194 static const TCGCPUOps rx_tcg_ops = {
222 static const TCGCPUOps alpha_tcg_ops = {
223 static const TCGCPUOps hppa_tcg_ops = {
229 static const TCGCPUOps xtensa_tcg_ops = {
234 static const TCGCPUOps openrisc_tcg_ops = {
249 static const TCGCPUOps superh_tcg_ops = {
359 static const TCGCPUOps s390_tcg_ops = {
208 static const TCGCPUOps avr_tcg_ops = {
324 static const TCGCPUOps hexagon_tcg_ops = {
235 static const TCGCPUOps arm_v7m_tcg_ops = {
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()
422 static const TCGCPUOps mb_tcg_ops = {
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()
548 static const TCGCPUOps m68k_tcg_ops = {
553 static const TCGCPUOps mips_tcg_ops = {
929 static const TCGCPUOps sparc_tcg_ops = {
795 static const TCGCPUOps loongarch_tcg_ops = {
135 static const TCGCPUOps riscv_tcg_ops = {
83 ``TCGCPUOps.initialize``, before any translation blocks are generated.
Completed in 52 milliseconds