Searched refs:phys_hash_next (Results 1 – 3 of 3) sorted by relevance
137 struct TranslationBlock *phys_hash_next; member
653 for(tb = tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) { in tb_invalidate_check()670 for(tb = tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) { in tb_page_check()782 offsetof(TranslationBlock, phys_hash_next)); in tb_phys_invalidate()1216 tb->phys_hash_next = *ptb; in tb_link_phys()
161 ptb1 = &tb->phys_hash_next; in tb_find_slow()