Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-exec.c131 TranslationBlock *tb, **ptb1; in tb_find_slow() local
142 ptb1 = &tb_phys_hash[h]; in tb_find_slow()
144 tb = *ptb1; in tb_find_slow()
162 ptb1 = &tb->phys_hash_next; in tb_find_slow()
170 if (likely(*ptb1)) { in tb_find_slow()
171 *ptb1 = tb->phys_hash_next; in tb_find_slow()