Searched refs:tb_phys_hash (Results 1 – 3 of 3) sorted by relevance
191 extern TranslationBlock *tb_phys_hash[CODE_GEN_PHYS_HASH_SIZE];
87 TranslationBlock *tb_phys_hash[CODE_GEN_PHYS_HASH_SIZE]; variable573 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()
129 ptb1 = &tb_phys_hash[h]; in tb_find_slow()