Searched refs:tb_gen_code (Results 1 – 3 of 3) sorted by relevance
50 TranslationBlock *tb_gen_code(CPUState *cpu, TCGTBCPUState s);
576 tb = tb_gen_code(cpu, s); in cpu_exec_step_atomic()953 tb = tb_gen_code(cpu, s); in cpu_exec_loop()
261 TranslationBlock *tb_gen_code(CPUState *cpu, TCGTBCPUState s) in tb_gen_code() function