OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_mem_read
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
softmmu_template.h
84
res =
io_mem_read
[index][SHIFT](io_mem_opaque[index], physaddr);
87
res = (uint64_t)
io_mem_read
[index][2](io_mem_opaque[index], physaddr) << 32;
88
res |=
io_mem_read
[index][2](io_mem_opaque[index], physaddr + 4);
90
res =
io_mem_read
[index][2](io_mem_opaque[index], physaddr);
91
res |= (uint64_t)
io_mem_read
[index][2](io_mem_opaque[index], physaddr + 4) << 32;
exec.c
181
CPUReadMemoryFunc *
io_mem_read
[IO_MEM_NB_ENTRIES][4];
variable
[
all
...]
exec-all.h
342
extern CPUReadMemoryFunc *
io_mem_read
[IO_MEM_NB_ENTRIES][4];
Completed in 19 milliseconds