Searched refs:grant_copy (Results 1 – 3 of 3) sorted by relevance
/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, member 198 return xen_gnttab_ops->grant_copy(xgt, to_domain, domid, segs, nr_segs, in qemu_xen_gnttab_grant_copy()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-operations.c | 187 .grant_copy = libxengnttab_fallback_grant_copy, 414 libxengnttab_backend_ops.grant_copy = libxengnttab_backend_grant_copy; in setup_xen_backend_ops()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_gnttab.c | 522 .grant_copy = xen_be_gnttab_copy,
|