Searched refs:tb_alloc (Results 1 – 2 of 2) sorted by relevance
251 TranslationBlock *tb_alloc(target_ulong pc);
910 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