Home
last modified time | relevance | path

Searched refs:gntdev_alloc_map (Results 1 – 3 of 3) sorted by relevance

/drivers/xen/
Dgntdev-common.h83 struct gntdev_grant_map *gntdev_alloc_map(struct gntdev_priv *priv, int count,
Dgntdev.c129 struct gntdev_grant_map *gntdev_alloc_map(struct gntdev_priv *priv, int count, in gntdev_alloc_map() function
675 map = gntdev_alloc_map(priv, op.count, 0 /* This is not a dma-buf. */); in gntdev_ioctl_map_grant_ref()
Dgntdev-dmabuf.c458 map = gntdev_alloc_map(priv, count, dmabuf_flags); in dmabuf_exp_alloc_backing_storage()