Home
last modified time | relevance | path

Searched refs:tb_gen_code (Results 1 – 3 of 3) sorted by relevance

/qemu/accel/tcg/
H A Dinternal-common.h50 TranslationBlock *tb_gen_code(CPUState *cpu, TCGTBCPUState s);
H A Dcpu-exec.c576 tb = tb_gen_code(cpu, s); in cpu_exec_step_atomic()
953 tb = tb_gen_code(cpu, s); in cpu_exec_loop()
H A Dtranslate-all.c261 TranslationBlock *tb_gen_code(CPUState *cpu, TCGTBCPUState s) in tb_gen_code() function