Lines Matching defs:bytes
416 size_t bytes;
422 bytes = iopgsz_to_bytes(cr.cam & 3);
424 if ((start <= da) && (da < start + bytes)) {
426 __func__, start, da, bytes);
702 size_t bytes;
716 bytes = IOPTE_SIZE;
722 bytes *= nent;
738 bytes = IOPGD_SIZE;
744 bytes *= nent;
749 return bytes;
759 size_t bytes;
763 bytes = iopgtable_clear_entry_core(obj, da);
768 return bytes;
1321 phys_addr_t pa, size_t bytes, int prot, gfp_t gfp)
1332 omap_pgsz = bytes_to_iopgsz(bytes);
1334 dev_err(dev, "invalid size to map: %zu\n", bytes);
1338 dev_dbg(dev, "mapping da 0x%lx to pa %pa size 0x%zx\n", da, &pa, bytes);
1372 size_t bytes = 0;
1380 bytes = iopgtable_clear_entry(oiommu, da);
1381 if (!bytes)
1391 return error ? 0 : bytes;