OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_pc_from_tb
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-arm/
exec.h
59
static inline void
cpu_pc_from_tb
(CPUState *env, TranslationBlock *tb)
function
/external/qemu/target-mips/
cpu.h
635
static inline void
cpu_pc_from_tb
(CPUState *env, TranslationBlock *tb)
function
/external/qemu/target-i386/
cpu.h
905
static inline void
cpu_pc_from_tb
(CPUState *env, TranslationBlock *tb)
function
/external/qemu/
cpu-exec.c
122
cpu_pc_from_tb
(env, tb);
671
cpu_pc_from_tb
(env, tb);
[
all
...]
Completed in 407 milliseconds