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

  /external/qemu/include/exec/
exec-all.h 164 struct TranslationBlock *phys_hash_next; member in struct:TranslationBlock
  /external/qemu/
translate-all.c 767 for (tb = tb_ctx.tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) {
786 tb = tb->phys_hash_next) {
806 *ptb = tb1->phys_hash_next;
809 ptb = &tb1->phys_hash_next;
    [all...]
cpu-exec.c 156 ptb1 = &tb->phys_hash_next;
165 *ptb1 = tb->phys_hash_next;
166 tb->phys_hash_next = tcg_ctx.tb_ctx.tb_phys_hash[h];
    [all...]

Completed in 207 milliseconds