Home
last modified time | relevance | path

Searched refs:io_type (Results 1 – 4 of 4) sorted by relevance

/hypervisor/arch/x86/guest/
A Dvmx_io.c77 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()
A Dvm_reset.c27 io_req->io_type = ACRN_IOREQ_TYPE_PORTIO; in triple_fault_shutdown_vm()
/hypervisor/dm/
A Dio_req.c181 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()
/hypervisor/include/dm/
A Dio_req.h30 uint32_t io_type; member

Completed in 7 milliseconds