Home
last modified time | relevance | path

Searched refs:phys_hash_next (Results 1 – 4 of 4) sorted by relevance

/external/qemu/target-arm/
Dmemcheck_arm_helpers.h158 tb = tb->phys_hash_next) { in register_ret_address()
/external/qemu/
Dexec-all.h133 struct TranslationBlock *phys_hash_next; member
Dexec.c674 for(tb = tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) { in tb_invalidate_check()
692 for(tb = tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) { in tb_page_check()
784 offsetof(TranslationBlock, phys_hash_next)); in tb_phys_invalidate()
1230 tb->phys_hash_next = *ptb; in tb_link_phys()
Dcpu-exec.c160 ptb1 = &tb->phys_hash_next; in tb_find_slow()