MAX_IOPORTS
if (vmexit->u.inout.port >= MAX_IOPORTS ||
ioport_handler_func_t ioport_handler[MAX_IOPORTS] = {
assert(port < MAX_IOPORTS);
register_default_iohandler(0, MAX_IOPORTS);
assert(iop->port < MAX_IOPORTS);
assert((port) >= 0 && (size) > 0 && ((port) + (size)) <= MAX_IOPORTS)
} inout_handlers[MAX_IOPORTS];