Lines Matching defs:bytes
417 size_t bytes;
423 bytes = iopgsz_to_bytes(cr.cam & 3);
425 if ((start <= da) && (da < start + bytes)) {
427 __func__, start, da, bytes);
703 size_t bytes;
717 bytes = IOPTE_SIZE;
723 bytes *= nent;
739 bytes = IOPGD_SIZE;
745 bytes *= nent;
750 return bytes;
760 size_t bytes;
764 bytes = iopgtable_clear_entry_core(obj, da);
769 return bytes;
1326 phys_addr_t pa, size_t bytes, int prot, gfp_t gfp)
1337 omap_pgsz = bytes_to_iopgsz(bytes);
1339 dev_err(dev, "invalid size to map: %zu\n", bytes);
1343 dev_dbg(dev, "mapping da 0x%lx to pa %pa size 0x%zx\n", da, &pa, bytes);
1377 size_t bytes = 0;
1385 bytes = iopgtable_clear_entry(oiommu, da);
1386 if (!bytes)
1396 return error ? 0 : bytes;