Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dinternal-common.h46 TranslationBlock *tb_gen_code(CPUState *cpu, vaddr pc,
H A Dcpu-exec.c600 tb = tb_gen_code(cpu, pc, cs_base, flags, cflags); in cpu_exec_step_atomic()
993 tb = tb_gen_code(cpu, pc, cs_base, flags, cflags); in cpu_exec_loop()
H A Dtranslate-all.c287 TranslationBlock *tb_gen_code(CPUState *cpu, in tb_gen_code() function