OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ioport_write_table
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
ioport.c
52
static IOPortWriteFunc *
ioport_write_table
[3][MAX_IOPORTS];
variable
77
IOPortWriteFunc *func =
ioport_write_table
[index][address];
168
ioport_write_table
[bsize][i] = func;
185
ioport_write_table
[0][i] = default_ioport_writeb;
186
ioport_write_table
[1][i] = default_ioport_writew;
187
ioport_write_table
[2][i] = default_ioport_writel;
vl-android.c
254
static IOPortWriteFunc *
ioport_write_table
[3][MAX_IOPORTS];
variable
461
IOPortWriteFunc *func =
ioport_write_table
[index][address];
[
all
...]
vl.c
191
static IOPortWriteFunc *
ioport_write_table
[3][MAX_IOPORTS];
variable
293
IOPortWriteFunc *func =
ioport_write_table
[index][address];
[
all
...]
Completed in 410 milliseconds