Searched refs:xenbus_map_ring_valloc (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/xen/
H A Dxenbus.h228 int xenbus_map_ring_valloc(struct xenbus_device *dev, grant_ref_t *gnt_refs,
/linux-master/drivers/xen/xenbus/
H A Dxenbus_client.c511 * xenbus_map_ring_valloc - allocate & map pages of VA space
518 * domain's grant table. xenbus_map_ring_valloc allocates @nr_grefs
525 int xenbus_map_ring_valloc(struct xenbus_device *dev, grant_ref_t *gnt_refs, function
550 EXPORT_SYMBOL_GPL(xenbus_map_ring_valloc); variable
733 * xenbus_map_ring_valloc (it will free the virtual address space).
/linux-master/drivers/xen/
H A Dpvcalls-back.c338 ret = xenbus_map_ring_valloc(fedata->dev, &ref, 1, &page);
350 ret = xenbus_map_ring_valloc(fedata->dev, map->ring->ref,
965 err = xenbus_map_ring_valloc(dev, &ring_ref, 1,
H A Dxen-scsiback.c854 err = xenbus_map_ring_valloc(info->dev, &ring_ref, 1, &area);
/linux-master/drivers/xen/xen-pciback/
H A Dxenbus.c117 err = xenbus_map_ring_valloc(pdev->xdev, &gnt_ref, 1, &vaddr);
/linux-master/drivers/net/xen-netback/
H A Dnetback.c1544 err = xenbus_map_ring_valloc(xenvif_to_xenbus_device(queue->vif),
1559 err = xenbus_map_ring_valloc(xenvif_to_xenbus_device(queue->vif),
H A Dinterface.c627 err = xenbus_map_ring_valloc(xendev, &ring_ref, 1, &addr);
/linux-master/drivers/block/xen-blkback/
H A Dxenbus.c205 err = xenbus_map_ring_valloc(blkif->be->dev, gref, nr_grefs,

Completed in 222 milliseconds