OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tb_phys_hash_func
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-arm/
translate-android.h
159
for(tb = tb_phys_hash[
tb_phys_hash_func
(phys_pc)]; tb != NULL;
/external/qemu/
exec-all.h
192
static inline unsigned int
tb_phys_hash_func
(unsigned long pc)
function
cpu-exec.c
142
h =
tb_phys_hash_func
(phys_pc);
[
all
...]
exec.c
792
h =
tb_phys_hash_func
(phys_pc);
[
all
...]
Completed in 44 milliseconds