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

  /external/qemu/include/exec/
exec-all.h 213 static inline unsigned int tb_jmp_cache_hash_func(target_ulong pc) function
  /external/qemu/
cpu-exec.c 170 env->tb_jmp_cache[tb_jmp_cache_hash_func(pc)] = tb;
184 tb = env->tb_jmp_cache[tb_jmp_cache_hash_func(pc)];
    [all...]
translate-all.c 895 h = tb_jmp_cache_hash_func(tb->pc);
    [all...]

Completed in 173 milliseconds