Searched refs:io_type (Results 1 – 4 of 4) sorted by relevance
77 io_req->io_type = ACRN_IOREQ_TYPE_PORTIO; in pio_instr_vmexit_handler()128 io_req->io_type = ACRN_IOREQ_TYPE_MMIO; in ept_violation_vmexit_handler()138 io_req->io_type = ACRN_IOREQ_TYPE_WP; in ept_violation_vmexit_handler()
27 io_req->io_type = ACRN_IOREQ_TYPE_PORTIO; in triple_fault_shutdown_vm()
181 switch (io_req->io_type) { in get_asyncio_desc()265 acrn_io_req->type = io_req->io_type; in acrn_insert_request()409 switch (vcpu->req.io_type) { in complete_ioreq()483 switch (vcpu->req.io_type) { in dm_emulate_io_complete()733 switch (io_req->io_type) { in emulate_io()775 pio_req->direction, io_req->io_type, in emulate_io()
30 uint32_t io_type; member
Completed in 7 milliseconds