OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tb_set_jmp_target
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
exec-all.h
302
static inline void
tb_set_jmp_target
(TranslationBlock *tb,
function
317
static inline void
tb_set_jmp_target
(TranslationBlock *tb,
function
331
tb_set_jmp_target
(tb, n, (unsigned long)tb_next->tc_ptr);
exec.c
779
tb_set_jmp_target
(tb, n, (unsigned long)(tb->tc_ptr + tb->tb_next_offset[n]));
[
all
...]
Completed in 23 milliseconds