Lines Matching defs:phys
184 struct resource *phys,
193 if (phys->start >= phys->end)
197 if (start == phys->start && end == phys->end)
200 dev_warn(dev, "treating non-direct mapping [%pr] -> [%pap-%pap] as reservation\n", phys,
224 struct resource phys;
227 memset(&phys, 0, sizeof(phys));
235 err = of_address_to_resource(it.node, 0, &phys);
271 type = iommu_resv_region_get_type(dev, &phys, iova, length);