Lines Matching full:request
3 I/O request handling
6 An I/O request of a User VM, which is constructed by the hypervisor, is
8 corresponding to the address range of the I/O request. Details of I/O request
11 1. I/O request
15 communication between the hypervisor and Service VM. An I/O request is a
20 used as an array of 16 I/O request slots with each I/O request slot being 256
67 3. I/O request state transition
70 The state transitions of an ACRN I/O request are as follows.
76 - FREE: this I/O request slot is empty
77 - PENDING: a valid I/O request is pending in this slot
78 - PROCESSING: the I/O request is being processed
79 - COMPLETE: the I/O request has been processed
81 An I/O request in COMPLETE or FREE state is owned by the hypervisor. HSM and
87 a. The I/O handler of the hypervisor will fill an I/O request with PENDING