Lines Matching full:unmap
68 /* Unmap grant references of the buffer. */
69 int (*unmap)(struct xen_front_pgdir_shbuf *buf); member
114 * Unmap granted references of the shared buffer.
118 * shared by the frontend itself) or unmap the provided granted
126 if (buf->ops && buf->ops->unmap) in xen_front_pgdir_shbuf_unmap()
127 return buf->ops->unmap(buf); in xen_front_pgdir_shbuf_unmap()
129 /* No need to unmap own grant references. */ in xen_front_pgdir_shbuf_unmap()
203 * Unmap the buffer previously mapped with grant references
236 "Failed to unmap page %d: %d\n", in backend_unmap()
242 "Failed to unmap grant references, ret %d", ret); in backend_unmap()
306 /* Save handles even if error, so we can unmap. */ in backend_map()
498 .unmap = backend_unmap
502 * For locally granted references we do not need to map/unmap