Lines Matching refs:ioreq_buf
84 acrn_req = (struct acrn_io_request *)client->vm->ioreq_buf;
192 req = client->vm->ioreq_buf->req_slot + vcpu;
504 req = vm->ioreq_buf->req_slot + i;
550 if (!vm->ioreq_buf)
602 if (vm->ioreq_buf)
617 vm->ioreq_buf = page_address(page);
619 set_buffer->ioreq_buf = page_to_phys(page);
624 vm->ioreq_buf = NULL;
629 "Init ioreq buffer %pK!\n", vm->ioreq_buf);
641 "Deinit ioreq buffer %pK!\n", vm->ioreq_buf);
648 if (vm->ioreq_buf && vm->ioreq_page) {
650 vm->ioreq_buf = NULL;