Searched refs:existing_tb (Results 1 – 2 of 2) sorted by relevance
292 TranslationBlock *tb, *existing_tb; in tb_gen_code() local551 existing_tb = tb_link_page(tb); in tb_gen_code()555 if (unlikely(existing_tb != tb)) { in tb_gen_code()561 return existing_tb; in tb_gen_code()
978 void *existing_tb = NULL; in tb_link_page() local989 qht_insert(&tb_ctx.htable, tb, h, &existing_tb); in tb_link_page()992 if (unlikely(existing_tb)) { in tb_link_page()995 return existing_tb; in tb_link_page()