Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-exec.c132 TranslationBlock *tb, **ptb1; in tb_find_slow() local
143 ptb1 = &tb_phys_hash[h]; in tb_find_slow()
145 tb = *ptb1; in tb_find_slow()
163 ptb1 = &tb->phys_hash_next; in tb_find_slow()
171 if (likely(*ptb1)) { in tb_find_slow()
172 *ptb1 = tb->phys_hash_next; in tb_find_slow()