Lines Matching refs:size
705 phys_addr_t paddr, size_t size, int prot, gfp_t gfp,
742 size_t size, struct iommu_iotlb_gather *gather)
755 return size;
759 phys_addr_t paddr, size_t size, int prot, gfp_t gfp)
766 ret = __tegra_smmu_map(domain, iova, paddr, size, prot, gfp, &flags);
773 size_t size, struct iommu_iotlb_gather *gather)
779 size = __tegra_smmu_unmap(domain, iova, size, gather);
782 return size;
1087 size_t size;
1105 size = BITS_TO_LONGS(soc->num_asids) * sizeof(long);
1107 smmu->asids = devm_kzalloc(dev, size, GFP_KERNEL);