Home
last modified time | relevance | path

Searched refs:GNTCOPY_dest_gref (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/xen/interface/
H A Dgrant_table.h386 #define GNTCOPY_dest_gref (1<<_GNTCOPY_dest_gref) macro
/openbmc/qemu/include/hw/xen/interface/
H A Dgrant_table.h441 #define GNTCOPY_dest_gref (1<<_GNTCOPY_dest_gref) macro
/openbmc/linux/drivers/xen/
H A Dgntdev.c869 if (!(seg->flags & (GNTCOPY_source_gref | GNTCOPY_dest_gref))) in gntdev_grant_copy_seg()
877 if (seg->flags & GNTCOPY_dest_gref) { in gntdev_grant_copy_seg()
923 if (seg->flags & GNTCOPY_dest_gref) { in gntdev_grant_copy_seg()
927 op->flags |= GNTCOPY_dest_gref; in gntdev_grant_copy_seg()
/openbmc/qemu/hw/xen/
H A Dxen-operations.c110 xengnttab_seg->flags = GNTCOPY_dest_gref; in libxengnttab_backend_grant_copy()
/openbmc/linux/drivers/net/xen-netback/
H A Drx.c208 op->flags = GNTCOPY_dest_gref; in xenvif_rx_copy_add()