OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tb_jmp_cache_hash_func
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
exec-all.h
180
static inline unsigned int
tb_jmp_cache_hash_func
(target_ulong pc)
function
cpu-exec.c
168
env->tb_jmp_cache[
tb_jmp_cache_hash_func
(pc)] = tb;
182
tb = env->tb_jmp_cache[
tb_jmp_cache_hash_func
(pc)];
[
all
...]
exec.c
801
h =
tb_jmp_cache_hash_func
(tb->pc);
[
all
...]
Completed in 2114 milliseconds