Searched refs:portio (Results 1 – 2 of 2) sorted by relevance
77 unsigned int start = handler->portio.port; in hvm_portio_accept()78 unsigned int end = start + handler->portio.size; in hvm_portio_accept()93 rc = handler->portio.action(IOREQ_READ, addr, size, &val); in hvm_portio_read()106 return handler->portio.action(IOREQ_WRITE, addr, size, &val); in hvm_portio_write()296 handler->portio.port = port; in register_portio_handler()297 handler->portio.size = size; in register_portio_handler()298 handler->portio.action = action; in register_portio_handler()314 if ( (handler->portio.port == old_port) && in relocate_portio_handler()315 (handler->portio.size = size) ) in relocate_portio_handler()317 handler->portio.port = new_port; in relocate_portio_handler()
73 } portio; member
Completed in 5 milliseconds