Home
last modified time | relevance | path

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

/external/qemu/
Dexec-all.h172 static inline unsigned int tb_jmp_cache_hash_func(target_ulong pc) in tb_jmp_cache_hash_func() function
Dcpu-exec.c169 env->tb_jmp_cache[tb_jmp_cache_hash_func(pc)] = tb; in tb_find_slow()
183 tb = env->tb_jmp_cache[tb_jmp_cache_hash_func(pc)]; in tb_find_fast()
Dexec.c799 h = tb_jmp_cache_hash_func(tb->pc); in tb_phys_invalidate()