Searched refs:tb_phys_hash (Results 1 – 4 of 4) sorted by relevance
159 for(tb = tb_phys_hash[tb_phys_hash_func(phys_pc)]; tb != NULL; in register_ret_address()
143 ptb1 = &tb_phys_hash[h]; in tb_find_slow()173 tb->phys_hash_next = tb_phys_hash[h]; in tb_find_slow()174 tb_phys_hash[h] = tb; in tb_find_slow()
258 extern TranslationBlock *tb_phys_hash[CODE_GEN_PHYS_HASH_SIZE];
89 TranslationBlock *tb_phys_hash[CODE_GEN_PHYS_HASH_SIZE]; variable667 memset (tb_phys_hash, 0, CODE_GEN_PHYS_HASH_SIZE * sizeof (void *)); in tb_flush()684 for(tb = tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) { in tb_invalidate_check()702 for(tb = tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) { in tb_page_check()793 tb_remove(&tb_phys_hash[h], tb, in tb_phys_invalidate()1238 ptb = &tb_phys_hash[h]; in tb_link_phys()