Home
last modified time | relevance | path

Searched refs:portio (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dintercept.c77 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()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dio.h73 } portio; member

Completed in 2 milliseconds