Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dtranslate-all.c292 TranslationBlock *tb, *existing_tb; in tb_gen_code() local
551 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()
H A Dtb-maint.c978 void *existing_tb = NULL; in tb_link_page() local
989 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()