Searched defs:TCGCPUOps (Results 1 – 2 of 2) sorted by relevance
20 struct TCGCPUOps { struct26 void (*initialize)(void);38 void (*synchronize_from_tb)(CPUState *cpu, const TranslationBlock *tb);47 void (*restore_state_to_opc)(CPUState *cpu, const TranslationBlock *tb,51 void (*cpu_exec_enter)(CPUState *cpu);53 void (*cpu_exec_exit)(CPUState *cpu);55 void (*debug_excp_handler)(CPUState *cpu);64 void (*fake_user_interrupt)(CPUState *cpu);88 void (*record_sigsegv)(CPUState *cpu, vaddr addr,112 void (*record_sigbus)(CPUState *cpu, vaddr addr,[all …]
113 typedef struct TCGCPUOps TCGCPUOps; typedef