Searched refs:to_domain (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/xen/ |
H A D | xen-operations.c | 41 bool to_domain, uint32_t domid, in libxengnttab_fallback_grant_copy() argument 46 int prot = to_domain ? PROT_WRITE : PROT_READ; in libxengnttab_fallback_grant_copy() 54 refs[i] = to_domain ? seg->dest.foreign.ref : in libxengnttab_fallback_grant_copy() 71 if (to_domain) { in libxengnttab_fallback_grant_copy() 95 bool to_domain, uint32_t domid, in libxengnttab_backend_grant_copy() argument 109 if (to_domain) { in libxengnttab_backend_grant_copy()
|
H A D | xen-bus.c | 813 void xen_device_copy_grant_refs(XenDevice *xendev, bool to_domain, in xen_device_copy_grant_refs() argument 817 qemu_xen_gnttab_grant_copy(xendev->xgth, to_domain, xendev->frontend_id, in xen_device_copy_grant_refs()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_gnttab.c | 456 static int xen_be_gnttab_copy(struct xengntdev_handle *xgt, bool to_domain, in xen_be_gnttab_copy() argument 460 int prot = to_domain ? PROT_WRITE : PROT_READ; in xen_be_gnttab_copy() 466 uint32_t ref = to_domain ? seg->dest.foreign.ref : in xen_be_gnttab_copy() 478 if (to_domain) { in xen_be_gnttab_copy()
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen_backend_ops.h | 155 int (*grant_copy)(xengnttab_handle *xgt, bool to_domain, uint32_t domid, 190 bool to_domain, uint32_t domid, in qemu_xen_gnttab_grant_copy() argument 198 return xen_gnttab_ops->grant_copy(xgt, to_domain, domid, segs, nr_segs, in qemu_xen_gnttab_grant_copy()
|
H A D | xen-bus.h | 114 void xen_device_copy_grant_refs(XenDevice *xendev, bool to_domain,
|
/openbmc/qemu/hw/block/dataplane/ |
H A D | xen-block.c | 216 bool to_domain = (request->req.operation == BLKIF_OP_READ); in xen_block_copy_request() local 227 if (to_domain) { in xen_block_copy_request() 244 xen_device_copy_grant_refs(xendev, to_domain, segs, count, &local_err); in xen_block_copy_request()
|