| /openbmc/qemu/hw/display/ |
| H A D | ati_2d.c | 72 s->regs.dst_offset : s->regs.default_offset); in ati_2d_blt() 86 s->regs.src_offset, s->regs.dst_offset, s->regs.default_offset, in ati_2d_blt() 178 s->regs.dst_offset + in ati_2d_blt() 232 s->regs.dst_offset + in ati_2d_blt()
|
| H A D | ati_int.h | 60 uint32_t dst_offset; member
|
| H A D | ati.c | 436 val = s->regs.dst_offset; in ati_mm_read() 788 s->regs.dst_offset = data & 0xfffffff0; in ati_mm_write() 790 s->regs.dst_offset = data & 0xfffffc00; in ati_mm_write() 838 s->regs.dst_offset = (data & 0x1fffff) << 5; in ati_mm_write() 842 s->regs.dst_offset = (data & 0x3fffff) << 10; in ati_mm_write()
|
| H A D | virtio-gpu.c | 436 uint32_t src_offset, dst_offset, stride; in virtio_gpu_transfer_to_host_2d() local 473 dst_offset = (t2d.r.y + h) * stride + (t2d.r.x * bpp); in virtio_gpu_transfer_to_host_2d() 476 (uint8_t *)img_data + dst_offset, in virtio_gpu_transfer_to_host_2d() 481 dst_offset = t2d.r.y * stride + t2d.r.x * bpp; in virtio_gpu_transfer_to_host_2d() 483 (uint8_t *)img_data + dst_offset, in virtio_gpu_transfer_to_host_2d()
|
| /openbmc/qemu/include/block/ |
| H A D | block_int-io.h | 118 BdrvChild *dst, int64_t dst_offset, 123 BdrvChild *dst, int64_t dst_offset,
|
| H A D | block_int-common.h | 598 BdrvChild *dst, int64_t dst_offset, int64_t bytes, 612 BdrvChild *dst, int64_t dst_offset, int64_t bytes,
|
| H A D | block-io.h | 329 BdrvChild *dst, int64_t dst_offset,
|
| /openbmc/qemu/block/ |
| H A D | raw-format.c | 576 BdrvChild *dst, int64_t dst_offset, in raw_co_copy_range_from() argument 586 return bdrv_co_copy_range_from(bs->file, src_offset, dst, dst_offset, in raw_co_copy_range_from() 593 BdrvChild *dst, int64_t dst_offset, in raw_co_copy_range_to() argument 599 ret = raw_adjust_offset(bs, &dst_offset, bytes, true); in raw_co_copy_range_to() 603 return bdrv_co_copy_range_to(src, src_offset, bs->file, dst_offset, bytes, in raw_co_copy_range_to()
|
| H A D | io.c | 3450 int64_t dst_offset, int64_t bytes, in bdrv_co_copy_range_internal() argument 3467 ret = bdrv_check_request32(dst_offset, bytes, NULL, 0); in bdrv_co_copy_range_internal() 3472 return bdrv_co_pwrite_zeroes(dst, dst_offset, bytes, write_flags); in bdrv_co_copy_range_internal() 3500 dst, dst_offset, in bdrv_co_copy_range_internal() 3508 tracked_request_begin(&req, dst->bs, dst_offset, bytes, in bdrv_co_copy_range_internal() 3510 ret = bdrv_co_write_req_prepare(dst, dst_offset, bytes, &req, in bdrv_co_copy_range_internal() 3515 dst, dst_offset, in bdrv_co_copy_range_internal() 3519 bdrv_co_write_req_finish(dst, dst_offset, bytes, &req, ret); in bdrv_co_copy_range_internal() 3532 BdrvChild *dst, int64_t dst_offset, in bdrv_co_copy_range_from() argument 3539 trace_bdrv_co_copy_range_from(src, src_offset, dst, dst_offset, bytes, in bdrv_co_copy_range_from() [all …]
|
| H A D | iscsi.c | 2198 BdrvChild *dst, int64_t dst_offset, in iscsi_co_copy_range_from() argument 2202 return bdrv_co_copy_range_to(src, src_offset, dst, dst_offset, bytes, in iscsi_co_copy_range_from() 2310 const int dst_offset = XCOPY_DESC_OFFSET + IDENT_DESCR_TGT_DESCR_SIZE; in iscsi_xcopy_data() local 2311 const int seg_offset = dst_offset + IDENT_DESCR_TGT_DESCR_SIZE; in iscsi_xcopy_data() 2327 iscsi_populate_target_desc(&buf[dst_offset], dst); in iscsi_xcopy_data() 2337 BdrvChild *dst, int64_t dst_offset, in iscsi_co_copy_range_to() argument 2356 if (!is_byte_request_lun_aligned(dst_offset, bytes, dst_lun)) { in iscsi_co_copy_range_to() 2374 dst_lun, dst_offset / block_size, in iscsi_co_copy_range_to() 2404 trace_iscsi_xcopy(src_lun, src_offset, dst_lun, dst_offset, bytes, r); in iscsi_co_copy_range_to()
|
| H A D | trace-events | 18 bdrv_co_copy_range_from(void *src, int64_t src_offset, void *dst, int64_t dst_offset, int64_t bytes… 19 bdrv_co_copy_range_to(void *src, int64_t src_offset, void *dst, int64_t dst_offset, int64_t bytes, …
|
| H A D | qcow2.c | 4151 BdrvChild *dst, int64_t dst_offset, in qcow2_co_copy_range_from() argument 4213 dst, dst_offset, in qcow2_co_copy_range_from() 4222 dst_offset += cur_bytes; in qcow2_co_copy_range_from() 4234 BdrvChild *dst, int64_t dst_offset, in qcow2_co_copy_range_to() argument 4258 ret = qcow2_alloc_host_offset(bs, dst_offset, &cur_bytes, in qcow2_co_copy_range_to() 4285 dst_offset += cur_bytes; in qcow2_co_copy_range_to()
|
| H A D | file-posix.c | 3950 BdrvChild *dst, int64_t dst_offset, int64_t bytes, in raw_co_copy_range_from() argument 3953 return bdrv_co_copy_range_to(src, src_offset, dst, dst_offset, bytes, in raw_co_copy_range_from() 3960 BdrvChild *dst, int64_t dst_offset, in raw_co_copy_range_to() argument 3986 .aio_offset2 = dst_offset, in raw_co_copy_range_to()
|
| /openbmc/qemu/hw/acpi/ |
| H A D | bios-linker-loader.c | 88 uint32_t dst_offset; member 342 entry.wr_pointer.dst_offset = cpu_to_le32(dst_patched_offset); in bios_linker_loader_write_pointer()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-liftoff-Correct-function-signatures.patch | 34 inline void MoveStackValue(uint32_t dst_offset, uint32_t src_offset,
|
| /openbmc/qemu/contrib/vhost-user-gpu/ |
| H A D | vhost-user-gpu.c | 599 uint32_t src_offset, dst_offset, stride; in vg_transfer_to_host_2d() local 638 dst_offset = (t2d.r.y + h) * stride + (t2d.r.x * bpp); in vg_transfer_to_host_2d() 642 + dst_offset, t2d.r.width * bpp); in vg_transfer_to_host_2d()
|