Home
last modified time | relevance | path

Searched refs:tb_phys_hash (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dtranslate-all.c748 memset(tcg_ctx.tb_ctx.tb_phys_hash, 0, in tb_flush()
767 for (tb = tb_ctx.tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) { in tb_invalidate_check()
785 for (tb = tcg_ctx.tb_ctx.tb_phys_hash[i]; tb != NULL; in tb_page_check()
878 tb_hash_remove(&tcg_ctx.tb_ctx.tb_phys_hash[h], tb); in tb_phys_invalidate()
1326 ptb = &tcg_ctx.tb_ctx.tb_phys_hash[h]; in tb_link_page()
Dcpu-exec.c136 ptb1 = &tcg_ctx.tb_ctx.tb_phys_hash[h]; in tb_find_slow()
166 tb->phys_hash_next = tcg_ctx.tb_ctx.tb_phys_hash[h]; in tb_find_slow()
167 tcg_ctx.tb_ctx.tb_phys_hash[h] = tb; in tb_find_slow()
/external/qemu/include/exec/
Dexec-all.h194 TranslationBlock *tb_phys_hash[CODE_GEN_PHYS_HASH_SIZE]; member