Searched refs:tb_jmp_cache_hash_func (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/
H A Dexec-all.h199 static inline unsigned int tb_jmp_cache_hash_func(target_ulong pc) function
H A Dcpu-exec.c185 env->tb_jmp_cache[tb_jmp_cache_hash_func(pc)] = tb;
199 tb = env->tb_jmp_cache[tb_jmp_cache_hash_func(pc)];
H A Dexec.c950 h = tb_jmp_cache_hash_func(tb->pc);

Completed in 379 milliseconds