HomeSort by relevance Sort by last modified time
    Searched refs:phys_hash_next (Results 1 - 4 of 4) sorted by null

  /external/qemu/target-arm/
translate-android.h 160 tb = tb->phys_hash_next) {
  /external/qemu/
exec-all.h 137 struct TranslationBlock *phys_hash_next; member in struct:TranslationBlock
cpu-exec.c 163 ptb1 = &tb->phys_hash_next;
172 *ptb1 = tb->phys_hash_next;
173 tb->phys_hash_next = tb_phys_hash[h];
    [all...]
exec.c 684 for(tb = tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) {
702 for(tb = tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) {
794 offsetof(TranslationBlock, phys_hash_next));
    [all...]

Completed in 193 milliseconds