Home | History | Annotate | Download | only in qemu

Lines Matching defs:MAX_IOPORTS

185 #define MAX_IOPORTS 65536
189 static void *ioport_opaque[MAX_IOPORTS];
190 static IOPortReadFunc *ioport_read_table[3][MAX_IOPORTS];
191 static IOPortWriteFunc *ioport_write_table[3][MAX_IOPORTS];
319 address = (address + 1) & (MAX_IOPORTS - 1);
327 address = (address + 1) & (MAX_IOPORTS - 1);