Home
last modified time | relevance | path

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

/external/qemu/
Dexec-all.h191 extern TranslationBlock *tb_phys_hash[CODE_GEN_PHYS_HASH_SIZE];
Dexec.c87 TranslationBlock *tb_phys_hash[CODE_GEN_PHYS_HASH_SIZE]; variable
573 memset (tb_phys_hash, 0, CODE_GEN_PHYS_HASH_SIZE * sizeof (void *)); in tb_flush()
590 for(tb = tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) { in tb_invalidate_check()
607 for(tb = tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) { in tb_page_check()
718 tb_remove(&tb_phys_hash[h], tb, in tb_phys_invalidate()
1168 ptb = &tb_phys_hash[h]; in tb_link_phys()
Dcpu-exec.c129 ptb1 = &tb_phys_hash[h]; in tb_find_slow()