Home
last modified time | relevance | path

Searched refs:IOREQ_READ (Results 1 – 10 of 10) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/public/hvm/
A Dioreq.h27 #define IOREQ_READ 1 macro
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dintercept.c93 rc = handler->portio.action(IOREQ_READ, addr, size, &val); in hvm_portio_read()
123 if ( p->dir == IOREQ_READ ) in hvm_process_io_intercept()
A Demulate.c261 if ( dir == IOREQ_READ ) in hvmemul_do_io()
302 if ( dir == IOREQ_READ ) in hvmemul_do_io()
326 if ( rc == X86EMUL_UNHANDLEABLE && dir == IOREQ_READ ) in hvmemul_do_io_buffer()
866 if ( dir == IOREQ_READ ) in hvmemul_phys_mmio_access()
1012 return hvmemul_linear_mmio_access(gla, size, IOREQ_READ, buffer, in hvmemul_linear_mmio_read()
1346 return hvmemul_do_pio_addr(src_port, reps, bytes_per_rep, IOREQ_READ, in hvmemul_rep_ins()
1501 sgpa, reps, bytes_per_rep, IOREQ_READ, df, dgpa); in hvmemul_rep_movs()
1745 return hvmemul_do_pio_buffer(port, bytes, IOREQ_READ, val); in hvmemul_read_io()
A Dio.c150 if ( dir == IOREQ_READ ) in handle_pio()
A Dpmtimer.c226 if ( bytes != 4 || dir != IOREQ_READ ) in handle_pmt_io()
A Di8254.c566 .dir = write ? IOREQ_WRITE : IOREQ_READ, in pv_pit_handler()
A Dstdvga.c549 else if ( p->dir == IOREQ_READ && in stdvga_mem_accept()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtime.c1942 if ( ioreq->dir == IOREQ_READ ) in hwdom_pit_access()
1949 if ( ioreq->dir == IOREQ_READ ) in hwdom_pit_access()
1968 if ( ioreq->dir == IOREQ_READ ) in hwdom_pit_access()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c2731 int dir = (vmcb->exitinfo1 & 1) ? IOREQ_READ : IOREQ_WRITE; in svm_vmexit_handler()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c4031 int dir = (exit_qualification & 0x08) ? IOREQ_READ : IOREQ_WRITE; in vmx_vmexit_handler()

Completed in 31 milliseconds