Searched refs:IOREQ_TYPE_PIO (Results 1 – 7 of 7) sorted by relevance
81 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()
259 handler->type = IOREQ_TYPE_PIO; in register_g2m_portio_handler()377 handler->type = IOREQ_TYPE_PIO; in register_vpci_portio_handler()
1264 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()
164 .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()
35 #define IOREQ_TYPE_PIO 0 /* pio */ macro
98 (ioreq->type != IOREQ_TYPE_PIO || ioreq->dir != IOREQ_WRITE); in hvm_ioreq_needs_completion()
573 .type = IOREQ_TYPE_PIO, in pv_pit_handler()
Completed in 17 milliseconds