Home
last modified time | relevance | path

Searched refs:tb_alloc (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dexec-all.h251 TranslationBlock *tb_alloc(target_ulong pc);
Dexec.c910 tb = tb_alloc(pc); in tb_gen_code()
915 tb = tb_alloc(pc); in tb_gen_code()
1196 TranslationBlock *tb_alloc(target_ulong pc) in tb_alloc() function