Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dtranslate-all.c264 TranslationBlock *tb, *existing_tb; in tb_gen_code() local
522 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()
H A Dtb-maint.c979 void *existing_tb = NULL; in tb_link_page() local
990 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()