Searched refs:acrn_io_request (Results 1 – 7 of 7) sorted by relevance
40 struct acrn_io_request *acrn_req) in ioreq_complete_request()75 struct acrn_io_request *acrn_req) in acrn_ioreq_complete_request()84 acrn_req = (struct acrn_io_request *)client->vm->ioreq_buf; in acrn_ioreq_complete_request()173 struct acrn_io_request *req; in ioreq_task()280 static bool is_cfg_addr(struct acrn_io_request *req) in is_cfg_addr()286 static bool is_cfg_data(struct acrn_io_request *req) in is_cfg_data()313 struct acrn_io_request *req, u16 vcpu) in handle_cf8cfc()355 struct acrn_io_request *req) in acrn_in_range()382 struct acrn_io_request *req) in find_ioreq_client()500 struct acrn_io_request *req; in acrn_ioreq_dispatch()
105 struct acrn_io_request *req);
190 struct acrn_io_request *req) in acrn_ioeventfd_handler()
27 static struct acrn_io_request *io_req_buf = (struct acrn_io_request *)io_request_page;50 struct acrn_io_request *io_req; in main()
26 I/O请求通信。一个I/O请求是一个256字节的结构体缓冲区,它是 "acrn_io_request" 结构49 || +----+->| acrn_io_request |<-+ 默认 | | | |
148 struct acrn_io_request { struct165 struct acrn_io_request req_slot[ACRN_IO_REQUEST_MAX]; argument
16 256-byte structure buffer, which is 'struct acrn_io_request', that is filled by44 || +----+->| acrn_io_request |<-+ default | | | |