Searched defs:TCGCPUOps (Results 1 – 2 of 2) sorted by relevance
22 struct TCGCPUOps { struct30 bool mttcg_supported;37 bool precise_smc;43 TCGBar guest_default_memory_order;50 void (*initialize)(void);62 void (*translate_code)(CPUState *cpu, TranslationBlock *tb,69 TCGTBCPUState (*get_tb_cpu_state)(CPUState *cs);81 void (*synchronize_from_tb)(CPUState *cpu, const TranslationBlock *tb);90 void (*restore_state_to_opc)(CPUState *cpu, const TranslationBlock *tb,94 void (*cpu_exec_enter)(CPUState *cpu);[all …]
115 typedef struct TCGCPUOps TCGCPUOps; typedef