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

  /external/qemu/target-arm/
translate-android.h 159 for(tb = tb_phys_hash[tb_phys_hash_func(phys_pc)]; tb != NULL;
  /external/qemu/
exec-all.h 258 extern TranslationBlock *tb_phys_hash[CODE_GEN_PHYS_HASH_SIZE];
cpu-exec.c 143 ptb1 = &tb_phys_hash[h];
173 tb->phys_hash_next = tb_phys_hash[h];
174 tb_phys_hash[h] = tb;
    [all...]
exec.c 89 TranslationBlock *tb_phys_hash[CODE_GEN_PHYS_HASH_SIZE]; variable
667 memset (tb_phys_hash, 0, CODE_GEN_PHYS_HASH_SIZE * sizeof (void *));
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) {
793 tb_remove(&tb_phys_hash[h], tb,
    [all...]

Completed in 30 milliseconds