Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-exec.c127 TranslationBlock *tb, **ptb1; in tb_find_slow() local
140 ptb1 = &tb_phys_hash[h]; in tb_find_slow()
142 tb = *ptb1; in tb_find_slow()
160 ptb1 = &tb->phys_hash_next; in tb_find_slow()