Searched refs:tb_free (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ | ||
D | exec-all.h | 252 void tb_free(TranslationBlock *tb); |
D | cpu-exec.c | 125 tb_free(tb); in cpu_exec_nocache() |
D | exec.c | 1214 void tb_free(TranslationBlock *tb) in tb_free() function |