Searched refs:existing_tb (Results 1 – 2 of 2) sorted by relevance
264 TranslationBlock *tb, *existing_tb; in tb_gen_code() local522 existing_tb = tb_link_page(tb); in tb_gen_code()526 if (unlikely(existing_tb != tb)) { in tb_gen_code()532 return existing_tb; in tb_gen_code()
979 void *existing_tb = NULL; in tb_link_page() local990 qht_insert(&tb_ctx.htable, tb, h, &existing_tb); in tb_link_page()993 if (unlikely(existing_tb)) { in tb_link_page()996 return existing_tb; in tb_link_page()