Searched refs:foreign (Results 1 – 7 of 7) sorted by relevance
16 int "Timeout for unsignaled foreign fences (ms, jiffy granularity)"19 When listening to a foreign fence, we install a supplementary timer22 unsignaled foreign fence.24 May be 0 to disable the timeout, and rely on the foreign fence being
199 struct xen_page_foreign *foreign; in xenvif_rx_copy_add() local210 foreign = xen_page_foreign(page); in xenvif_rx_copy_add()211 if (foreign) { in xenvif_rx_copy_add()212 op->source.domid = foreign->domid; in xenvif_rx_copy_add()213 op->source.u.ref = foreign->gref; in xenvif_rx_copy_add()
787 struct xen_page_foreign *foreign; in gnttab_pages_set_private() local789 foreign = kzalloc(sizeof(*foreign), GFP_KERNEL); in gnttab_pages_set_private()790 if (!foreign) in gnttab_pages_set_private()793 set_page_private(pages[i], (unsigned long)foreign); in gnttab_pages_set_private()1177 struct xen_page_foreign *foreign; in gnttab_map_refs() local1180 foreign = xen_page_foreign(pages[i]); in gnttab_map_refs()1181 foreign->domid = map_ops[i].dom; in gnttab_map_refs()1182 foreign->gref = map_ops[i].ref; in gnttab_map_refs()
874 if (seg->source.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()878 if (seg->dest.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()904 op->source.u.ref = seg->source.foreign.ref; in gntdev_grant_copy_seg()905 op->source.domid = seg->source.foreign.domid; in gntdev_grant_copy_seg()906 op->source.offset = seg->source.foreign.offset + copied; in gntdev_grant_copy_seg()924 op->dest.u.ref = seg->dest.foreign.ref; in gntdev_grant_copy_seg()925 op->dest.domid = seg->dest.foreign.domid; in gntdev_grant_copy_seg()926 op->dest.offset = seg->dest.foreign.offset + copied; in gntdev_grant_copy_seg()
24 memory ranges to use in order to map foreign memory or grants.152 use and grant references coming from a foreign domain can be169 buffers and mapping foreign grant references on top of it.174 This is useful for sharing foreign buffers with HW drivers which304 memory regions, including grant maps and foreign pages. This avoids
627 u16 foreign:1; member633 u16 foreign:1;
140 bool "Framebuffer foreign endianness support"