Home
last modified time | relevance | path

Searched refs:IOREQ_TYPE_COPY (Results 1 – 6 of 6) sorted by relevance

/xen/xen/arch/x86/hvm/
A Dintercept.c39 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()
A Dstdvga.c462 .type = IOREQ_TYPE_COPY, in stdvga_mem_write()
611 handler->type = IOREQ_TYPE_COPY; in stdvga_init()
A Dvmsi.c366 ASSERT(r->type == IOREQ_TYPE_COPY); in msixtbl_range()
580 handler->type = IOREQ_TYPE_COPY; in msixtbl_init()
A Demulate.c52 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()
A Dioreq.c1264 if ( p->type != IOREQ_TYPE_COPY && p->type != IOREQ_TYPE_PIO ) in hvm_select_ioreq_server()
/xen/xen/include/public/hvm/
A Dioreq.h36 #define IOREQ_TYPE_COPY 1 /* mmio ops */ macro

Completed in 29 milliseconds