Lines Matching refs:CPUState
70 void gen_intermediate_code(CPUState *env, struct TranslationBlock *tb);
71 void gen_intermediate_code_pc(CPUState *env, struct TranslationBlock *tb);
72 void restore_state_to_opc(CPUState *env, struct TranslationBlock *tb, int pc_pos);
76 int cpu_gen_code(CPUState *env, struct TranslationBlock *tb,
79 CPUState *env, unsigned long searched_pc);
80 void cpu_resume_from_signal(CPUState *env1, void *puc);
81 void cpu_io_recompile(CPUState *env, void *retaddr);
82 TranslationBlock *tb_gen_code(CPUState *env,
85 void cpu_exec_init(CPUState *env);
91 void tlb_flush_page(CPUState *env, target_ulong addr);
92 void tlb_flush(CPUState *env, int flush_global);
93 int tlb_set_page_exec(CPUState *env, target_ulong vaddr,
96 static inline int tlb_set_page(CPUState *env1, target_ulong vaddr,
253 void tb_flush(CPUState *env);
381 static inline target_ulong get_phys_addr_code(CPUState *env1, target_ulong addr)
389 static inline target_ulong get_phys_addr_code(CPUState *env1, target_ulong addr)
414 typedef void (CPUDebugExcpHandler)(CPUState *env);