Lines Matching defs:mapping
103 * If we don't have a mapping for this buffer yet, return an SG table
104 * so that host1x can do the mapping for us via the DMA API.
139 * existing IOVA address of our mapping.
497 struct host1x_bo_mapping *mapping, *tmp;
501 list_for_each_entry_safe(mapping, tmp, &bo->base.mappings, list) {
502 if (mapping->cache)
503 host1x_bo_unpin(mapping);
505 dev_err(gem->dev->dev, "mapping %p stale for device %s\n", mapping,
506 dev_name(mapping->dev));