Searched defs:tb_phys_hash (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dexec.c89 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,
1238 ptb = &tb_phys_hash[h];

Completed in 27 milliseconds