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
82
res =
io_mem_read
[index][SHIFT](io_mem_opaque[index], physaddr);
85
res = (uint64_t)
io_mem_read
[index][2](io_mem_opaque[index], physaddr) << 32;
86
res |=
io_mem_read
[index][2](io_mem_opaque[index], physaddr + 4);
88
res =
io_mem_read
[index][2](io_mem_opaque[index], physaddr);
89
res |= (uint64_t)
io_mem_read
[index][2](io_mem_opaque[index], physaddr + 4) << 32;
exec.c
192
CPUReadMemoryFunc *
io_mem_read
[IO_MEM_NB_ENTRIES][4];
variable
[
all
...]
exec-all.h
338
extern CPUReadMemoryFunc *
io_mem_read
[IO_MEM_NB_ENTRIES][4];
Completed in 11 milliseconds