Home
last modified time | relevance | path

Searched refs:IOREQ_TYPE_PIO (Results 1 – 7 of 7) sorted by relevance

/xen/xen/arch/x86/hvm/
A Dintercept.c81 BUG_ON(handler->type != IOREQ_TYPE_PIO); in hvm_portio_accept()
92 BUG_ON(handler->type != IOREQ_TYPE_PIO); in hvm_portio_read()
105 BUG_ON(handler->type != IOREQ_TYPE_PIO); in hvm_portio_write()
227 BUG_ON((p->type != IOREQ_TYPE_PIO) && in hvm_find_io_handler()
302 handler->type = IOREQ_TYPE_PIO; in register_portio_handler()
319 if ( handler->type != IOREQ_TYPE_PIO ) in relocate_portio_handler()
A Dio.c259 handler->type = IOREQ_TYPE_PIO; in register_g2m_portio_handler()
377 handler->type = IOREQ_TYPE_PIO; in register_vpci_portio_handler()
A Dioreq.c1264 if ( p->type != IOREQ_TYPE_COPY && p->type != IOREQ_TYPE_PIO ) in hvm_select_ioreq_server()
1269 if ( p->type == IOREQ_TYPE_PIO && in hvm_select_ioreq_server()
1298 type = (p->type == IOREQ_TYPE_PIO) ? in hvm_select_ioreq_server()
A Demulate.c164 .type = is_mmio ? IOREQ_TYPE_COPY : IOREQ_TYPE_PIO, in hvmemul_do_io()
196 if ( (p.type != (is_mmio ? IOREQ_TYPE_COPY : IOREQ_TYPE_PIO)) || in hvmemul_do_io()
2655 completion = (vio->io_req.type != IOREQ_TYPE_PIO || in _hvm_emulate_one()
/xen/xen/include/public/hvm/
A Dioreq.h35 #define IOREQ_TYPE_PIO 0 /* pio */ macro
/xen/xen/include/asm-x86/hvm/
A Dvcpu.h98 (ioreq->type != IOREQ_TYPE_PIO || ioreq->dir != IOREQ_WRITE); in hvm_ioreq_needs_completion()
/xen/xen/arch/x86/
A Demul-i8254.c573 .type = IOREQ_TYPE_PIO, in pv_pit_handler()

Completed in 17 milliseconds