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/
exec-all.h 184 static inline unsigned int tb_jmp_cache_hash_func(target_ulong pc) function
cpu-exec.c 177 env->tb_jmp_cache[tb_jmp_cache_hash_func(pc)] = tb;
191 tb = env->tb_jmp_cache[tb_jmp_cache_hash_func(pc)];
    [all...]
exec.c 811 h = tb_jmp_cache_hash_func(tb->pc);
    [all...]

Completed in 26 milliseconds