OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tb_phys_hash
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-arm/
memcheck_arm_helpers.h
157
for(tb =
tb_phys_hash
[tb_phys_hash_func(phys_pc)]; tb != NULL;
/external/qemu/
exec-all.h
254
extern TranslationBlock *
tb_phys_hash
[CODE_GEN_PHYS_HASH_SIZE];
exec.c
87
TranslationBlock *
tb_phys_hash
[CODE_GEN_PHYS_HASH_SIZE];
variable
657
memset (
tb_phys_hash
, 0, CODE_GEN_PHYS_HASH_SIZE * sizeof (void *));
674
for(tb =
tb_phys_hash
[i]; tb != NULL; tb = tb->phys_hash_next) {
692
for(tb =
tb_phys_hash
[i]; tb != NULL; tb = tb->phys_hash_next) {
783
tb_remove(&
tb_phys_hash
[h], tb,
[
all
...]
cpu-exec.c
140
ptb1 = &
tb_phys_hash
[h];
[
all
...]
Completed in 39 milliseconds