Home
last modified time | relevance | path

Searched refs:bytes (Results 226 – 250 of 479) sorted by relevance

12345678910>>...20

/qemu/audio/
H A Ddbusaudio.c102 g_autoptr(GBytes) bytes = NULL; in dbus_put_buffer_out()
114 bytes = g_bytes_new_take(g_steal_pointer(&vo->buf), vo->buf_size); in dbus_put_buffer_out()
115 v_data = g_variant_new_from_bytes(G_VARIANT_TYPE("ay"), bytes, TRUE); in dbus_put_buffer_out()
219 g_autoptr(GBytes) bytes = NULL; in dbus_volume_out_listener()
227 bytes = g_bytes_new(vol->vol, vol->channels); in dbus_volume_out_listener()
228 v_vol = g_variant_new_from_bytes(G_VARIANT_TYPE("ay"), bytes, TRUE); in dbus_volume_out_listener()
309 g_autoptr(GBytes) bytes = NULL; in dbus_volume_in_listener()
317 bytes = g_bytes_new(vol->vol, vol->channels); in dbus_volume_in_listener()
318 v_vol = g_variant_new_from_bytes(G_VARIANT_TYPE("ay"), bytes, TRUE); in dbus_volume_in_listener()
/qemu/tests/qemu-iotests/
H A D299.out9 read 512/512 bytes at offset 0
10 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D043.out25 virtual size: 128 MiB (134217728 bytes)
31 virtual size: 128 MiB (134217728 bytes)
37 virtual size: 128 MiB (134217728 bytes)
H A D313.out9 wrote 8347648/8347648 bytes at offset 0
18 wrote 8347648/8347648 bytes at offset 0
H A D126.out14 virtual size: 64 MiB (67108864 bytes)
21 virtual size: 64 MiB (67108864 bytes)
H A D117.out17 wrote 65536/65536 bytes at offset 0
24 read 65536/65536 bytes at offset 0
H A D225.out10 read 512/512 bytes at offset 0
11 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D140.out3 wrote 65536/65536 bytes at offset 0
14 read 65536/65536 bytes at offset 0
H A D294.out6 read 4096/4096 bytes at offset 0
28 read 4096/4096 bytes at offset 0
/qemu/docs/specs/
H A Dfw_cfg.rst67 The data register allows access to an array of bytes for each firmware
81 N bytes of the selected firmware configuration item, as a substring, in
93 * Selector Register address: Base + 8 (2 bytes)
94 * Data Register address: Base + 0 (8 bytes)
95 * DMA Address address: Base + 16 (8 bytes)
115 and reading four bytes from the data register. If the fw_cfg device is
116 present, the four bytes read will contain the characters ``QEMU``.
146 struct FWCfgFile { /* an individual file entry, 64 bytes total */
218 ``length`` bytes for the current selector and offset will be copied into the
222 performed. ``length`` bytes will be copied from the physical RAM address
[all …]
H A Dstandard-vga.rst35 MMIO bar, 4096 bytes in size (QEMU 1.3+)
79 is supported, bytes are written in little endian order (aka index
90 QEMU extended register region size, in bytes.
/qemu/tests/qtest/libqos/
H A Dlibqos.h35 static inline uint64_t qmalloc(QOSState *q, size_t bytes) in qmalloc() argument
37 return guest_alloc(&q->alloc, bytes); in qmalloc()
/qemu/hw/scsi/
H A Dtrace-events64 megasas_iov_read_overflow(int cmd, int bytes, int len) "scmd %d: %d/%d bytes"
65 megasas_iov_write_overflow(int cmd, int bytes, int len) "scmd %d: %d/%d bytes"
66 megasas_iov_read_underflow(int cmd, int bytes, int len) "scmd %d: %d/%d bytes"
67 megasas_iov_write_underflow(int cmd, int bytes, int len) "scmd %d: %d/%d bytes"
69 megasas_scsi_read_start(int cmd, int len) "scmd %d: transfer %d bytes of data"
70 megasas_scsi_write_start(int cmd, int len) "scmd %d: transfer %d bytes of data"
78 megasas_io_complete(int cmd, uint32_t len) "scmd %d: %d bytes"
85 megasas_finish_dcmd(int cmd, int size) "scmd %d: MFI DCMD wrote %d bytes"
168 esp_pdma_read(int size) "pDMA read %u bytes"
169 esp_pdma_write(int size) "pDMA write %u bytes"
[all …]
/qemu/block/
H A Dcoroutines.h52 int64_t bytes,
83 int64_t bytes,
H A Daccounting.c106 int64_t bytes, enum BlockAcctType type) in block_acct_start() argument
110 cookie->bytes = bytes; in block_acct_start()
224 stats->nr_bytes[cookie->type] += cookie->bytes; in block_account_one_io()
H A Dcrypto.c471 block_crypto_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in block_crypto_co_preadv() argument
485 assert(QEMU_IS_ALIGNED(bytes, sector_size)); in block_crypto_co_preadv()
500 while (bytes) { in block_crypto_co_preadv()
501 cur_bytes = MIN(bytes, BLOCK_CRYPTO_MAX_IO_SIZE); in block_crypto_co_preadv()
520 bytes -= cur_bytes; in block_crypto_co_preadv()
533 block_crypto_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in block_crypto_co_pwritev() argument
549 assert(QEMU_IS_ALIGNED(bytes, sector_size)); in block_crypto_co_pwritev()
564 while (bytes) { in block_crypto_co_pwritev()
565 cur_bytes = MIN(bytes, BLOCK_CRYPTO_MAX_IO_SIZE); in block_crypto_co_pwritev()
584 bytes -= cur_bytes; in block_crypto_co_pwritev()
H A Dqed-table.c27 unsigned int bytes = s->header.cluster_size * s->header.table_size; in qed_read_table() local
35 ret = bdrv_co_pread(s->bs->file, offset, bytes, table->offsets, 0); in qed_read_table()
42 noffsets = bytes / sizeof(uint64_t); in qed_read_table()
/qemu/docs/devel/
H A Dblkverify.txt42 read 512/512 bytes at offset 0
43 512.000000 bytes, 1 ops; 0.0000 sec (97.656 MiB/sec and 200000.0000 ops/sec)
53 read 512/512 bytes at offset 0
54 512.000000 bytes, 1 ops; 0.0000 sec (81.380 MiB/sec and 166666.6667 ops/sec)
/qemu/hw/dma/
H A Dsifive_pdma.c73 uint64_t bytes = s->chan[ch].next_bytes; in sifive_pdma_run() local
82 if (!bytes) { in sifive_pdma_run()
109 remainder = bytes % size; in sifive_pdma_run()
118 s->chan[ch].exec_bytes = bytes; in sifive_pdma_run()
122 for (n = 0; n < bytes / size; n++) { in sifive_pdma_run()
140 s->chan[ch].exec_bytes = bytes; in sifive_pdma_run()
/qemu/hw/misc/macio/
H A Dtrace-events30 pmu_cmd_adb_reply(int len) "ADB reply is %d bytes"
34 pmu_debug_protocol_resp_size(int size) "sending %d resp bytes"
39 pmu_debug_protocol_cmd_toobig(int len) "command too big (%d bytes)"
/qemu/tests/tcg/tricore/c/
H A Dcrt0-tc2x.S221 and %d1,%d3,7 # %d1 = length % 8 (rem. bytes)
231 and %d1,%d1,3 # %d1 = length % 4 (rem. bytes)
237 and %d1,%d1,1 # %d1 = length % 2 (rem. bytes)
266 and %d1,%d3,7 # %d1 = length % 8 (rem. bytes)
277 and %d1,%d1,3 # %d1 = length % 4 (rem. bytes)
284 and %d1,%d1,1 # %d1 = length % 2 (rem. bytes)
/qemu/host/include/generic/host/
H A Dload-extract-al16-al8.h.inc14 * @s: object size in bytes, @s <= 8.
16 * Load @s bytes from @pv, when pv % s != 0. If [p, p+s-1] does not
/qemu/host/include/loongarch64/host/
H A Dload-extract-al16-al8.h.inc17 * @s: object size in bytes, @s <= 8.
19 * Load @s bytes from @pv, when pv % s != 0. If [p, p+s-1] does not
/qemu/docs/interop/
H A Dqed_spec.txt19 uint32_t cluster_size; /* in bytes */
27 uint64_t l1_table_offset; /* in bytes */
28 uint64_t image_size; /* total logical image size, in bytes */
31 uint32_t backing_filename_offset; /* in bytes from start of header */
32 uint32_t backing_filename_size; /* in bytes */
44 * ''image_size'' is the block device size seen by the guest and must be a multiple of 512 bytes.
136 # Table offsets must at least ''table_size'' * ''cluster_size'' bytes from the end of the image fil…
/qemu/hw/usb/
H A Dcore.c607 void usb_packet_copy(USBPacket *p, void *ptr, size_t bytes) in usb_packet_copy() argument
612 assert(p->actual_length + bytes <= iov->size); in usb_packet_copy()
616 iov_to_buf(iov->iov, iov->niov, p->actual_length, ptr, bytes); in usb_packet_copy()
619 iov_from_buf(iov->iov, iov->niov, p->actual_length, ptr, bytes); in usb_packet_copy()
625 p->actual_length += bytes; in usb_packet_copy()
628 void usb_packet_skip(USBPacket *p, size_t bytes) in usb_packet_skip() argument
633 assert(p->actual_length + bytes <= iov->size); in usb_packet_skip()
635 iov_memset(iov->iov, iov->niov, p->actual_length, 0, bytes); in usb_packet_skip()
637 p->actual_length += bytes; in usb_packet_skip()

12345678910>>...20