Searched refs:IOREQ_TYPE_COPY (Results 1 – 6 of 6) sorted by relevance
39 BUG_ON(handler->type != IOREQ_TYPE_COPY); in hvm_mmio_accept()56 BUG_ON(handler->type != IOREQ_TYPE_COPY); in hvm_mmio_read()64 BUG_ON(handler->type != IOREQ_TYPE_COPY); in hvm_mmio_write()128 addr = (p->type == IOREQ_TYPE_COPY) ? in hvm_process_io_intercept()195 addr = (p->type == IOREQ_TYPE_COPY) ? in hvm_process_io_intercept()228 (p->type != IOREQ_TYPE_COPY)); in hvm_find_io_handler()289 handler->type = IOREQ_TYPE_COPY; in register_mmio_handler()338 .type = IOREQ_TYPE_COPY, in hvm_mmio_internal()
462 .type = IOREQ_TYPE_COPY, in stdvga_mem_write()611 handler->type = IOREQ_TYPE_COPY; in stdvga_init()
366 ASSERT(r->type == IOREQ_TYPE_COPY); in msixtbl_range()580 handler->type = IOREQ_TYPE_COPY; in msixtbl_init()
52 if ( p->type == IOREQ_TYPE_COPY ) in hvmtrace_io_assist()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()228 if ( unlikely(p.count > 1) && p.type == IOREQ_TYPE_COPY ) in hvmemul_do_io()
1264 if ( p->type != IOREQ_TYPE_COPY && p->type != IOREQ_TYPE_PIO ) in hvm_select_ioreq_server()
36 #define IOREQ_TYPE_COPY 1 /* mmio ops */ macro
Completed in 29 milliseconds