Searched refs:foreign (Results 1 – 7 of 7) sorted by relevance
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()
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
869 struct xen_page_foreign *foreign; in gnttab_pages_set_private() local871 foreign = kzalloc(sizeof(*foreign), GFP_KERNEL); in gnttab_pages_set_private()872 if (!foreign) in gnttab_pages_set_private()875 set_page_private(pages[i], (unsigned long)foreign); in gnttab_pages_set_private()1259 struct xen_page_foreign *foreign; in gnttab_map_refs() local1262 foreign = xen_page_foreign(pages[i]); in gnttab_map_refs()1263 foreign->domid = map_ops[i].dom; in gnttab_map_refs()1264 foreign->gref = map_ops[i].ref; in gnttab_map_refs()
886 if (seg->source.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()890 if (seg->dest.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()916 op->source.u.ref = seg->source.foreign.ref; in gntdev_grant_copy_seg()917 op->source.domid = seg->source.foreign.domid; in gntdev_grant_copy_seg()918 op->source.offset = seg->source.foreign.offset + copied; in gntdev_grant_copy_seg()936 op->dest.u.ref = seg->dest.foreign.ref; in gntdev_grant_copy_seg()937 op->dest.domid = seg->dest.foreign.domid; in gntdev_grant_copy_seg()938 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 which341 memory regions, including grant maps and foreign pages. This avoids
101 bool "Framebuffer foreign endianness support"
629 u16 foreign:1; member635 u16 foreign:1;
Completed in 27 milliseconds