Lines Matching defs:bmp_bytes
325 u32 offset, u32 bmp_bytes, bool read_seq)
349 * will be enough pages to represent the bmp_bytes
351 npages = DIV_ROUND_UP_ULL(bmp_bytes + page_offset, PAGE_SIZE);
369 bmp_bytes, GFP_KERNEL);
388 offset, bmp_bytes, read_seq);
391 "Dirty bitmap %s failed offset %u bmp_bytes %u num_sge %u DMA 0x%llx: %pe\n",
392 bmp_type_str, offset, bmp_bytes,
460 u64 bmp_offset, bmp_bytes;
488 bmp_bytes = ALIGN(DIV_ROUND_UP(length / dirty->region_page_size,
491 if (bmp_bytes != bitmap_size) {
494 bmp_bytes, bitmap_size);
502 "Syncing dirty bitmap, iova 0x%lx length 0x%lx, bmp_offset %llu bmp_bytes %llu\n",
503 iova, length, bmp_offset, bmp_bytes);
505 err = pds_vfio_dirty_read_seq(pds_vfio, bmp_offset, bmp_bytes);
510 bmp_bytes);
514 err = pds_vfio_dirty_write_ack(pds_vfio, bmp_offset, bmp_bytes);