OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iotlb
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
cpu-defs.h
96
use the corresponding
iotlb
value. */
110
target_phys_addr_t
iotlb
[NB_MMU_MODES][CPU_TLB_SIZE]; \
softmmu_template.h
122
ioaddr = env->
iotlb
[mmu_idx][index];
209
ioaddr = env->
iotlb
[mmu_idx][index];
297
ioaddr = env->
iotlb
[mmu_idx][index];
384
ioaddr = env->
iotlb
[mmu_idx][index];
exec.c
2003
target_phys_addr_t
iotlb
;
local
[
all
...]
cpu-all.h
938
3 flags. The ROMD code stores the page ram offset in
iotlb
entry,
947
/* Set if TLB entry references a clean RAM page. The
iotlb
entry will
Completed in 1237 milliseconds