OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_qemu_tb_exec
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.h
502
#define
tcg_qemu_tb_exec
(tb_ptr) \
macro
505
#define
tcg_qemu_tb_exec
(tb_ptr) ((long REGPARM (*)(void *))code_gen_prologue)(tb_ptr)
macro
/external/qemu/
cpu-exec.c
116
next_tb =
tcg_qemu_tb_exec
(tb->tc_ptr);
665
next_tb =
tcg_qemu_tb_exec
(tc_ptr);
[
all
...]
Completed in 30 milliseconds