Home
last modified time | relevance | path

Searched refs:bytes (Results 376 – 400 of 478) sorted by relevance

1...<<11121314151617181920

/qemu/target/hexagon/imported/
H A Dshift.idef199 ATTRIBS(), "Vector align bytes",
209 ATTRIBS(), "Vector splice bytes",
227 ATTRIBS(), "Vector splat bytes from register",
236 ATTRIBS(), "Vector splat bytes from register",
906 "Endian swap the bytes of Rs",
960 "Shuffle high bytes together",
970 "Shuffle low bytes together",
H A Dmpy.idef332 "vector dual mpy bytes",
345 "vector dual mac bytes",
361 "vector dual mpy bytes",
374 "vector dual mac bytes",
390 "vector mpy bytes",
399 "vector mpy bytes",
409 "vector mac bytes",
418 "vector mac bytes",
429 "vector quad mpy bytes",
443 "vector quad mac bytes",
/qemu/nbd/
H A Dtrace-events27 nbd_init_trailing_bytes(int ignored_bytes) "Ignoring trailing %d bytes of export"
71 …ookie = %" PRIu64 ", extents = %u, context = %d (extents cover %" PRIu64 " bytes, last chunk = %d)"
H A Dserver.c2368 uint64_t offset, uint64_t bytes, in blockstatus_to_extents() argument
2371 while (bytes) { in blockstatus_to_extents()
2374 int ret = blk_co_block_status_above(blk, NULL, offset, bytes, &num, in blockstatus_to_extents()
2389 bytes -= num; in blockstatus_to_extents()
2396 uint64_t offset, uint64_t bytes, in blockalloc_to_extents() argument
2399 while (bytes) { in blockalloc_to_extents()
2401 int ret = blk_co_is_allocated_above(blk, NULL, false, offset, bytes, in blockalloc_to_extents()
2413 bytes -= num; in blockalloc_to_extents()
/qemu/include/hw/
H A Dusb.h424 void usb_packet_copy(USBPacket *p, void *ptr, size_t bytes);
425 void usb_packet_skip(USBPacket *p, size_t bytes);
/qemu/tests/unit/
H A Dtest-block-iothread.c36 int64_t offset, int64_t bytes, in bdrv_test_co_preadv() argument
44 int64_t offset, int64_t bytes, in bdrv_test_co_pwritev() argument
52 int64_t offset, int64_t bytes) in bdrv_test_co_pdiscard() argument
H A Dtest-bdrv-drain.c78 int64_t offset, int64_t bytes, in bdrv_test_co_preadv() argument
962 bdrv_test_top_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in bdrv_test_top_co_preadv() argument
966 return bdrv_co_preadv(tts->wait_child, offset, bytes, qiov, flags); in bdrv_test_top_co_preadv()
1743 bdrv_replace_test_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in bdrv_replace_test_co_preadv() argument
1760 ret = bdrv_co_preadv(bs->backing, offset, bytes, qiov, 0); in bdrv_replace_test_co_preadv()
H A Dtest-xs-node.c244 GByteArray *bytes = xs_impl_serialize(s); in check_serdes() local
248 ret = xs_impl_deserialize(s2, bytes, DOMID_GUEST, watch_cb, NULL); in check_serdes()
251 g_byte_array_unref(bytes); in check_serdes()
H A Dtest-iov.c35 size_t offset, size_t bytes) in test_iov_bytes() argument
50 if (o >= offset && o < offset + bytes) { in test_iov_bytes()
/qemu/hw/sd/
H A Dallwinner-sdhost.c200 uint32_t bytes) in allwinner_sdhost_update_transfer_cnt() argument
202 if (s->transfer_cnt > bytes) { in allwinner_sdhost_update_transfer_cnt()
203 s->transfer_cnt -= bytes; in allwinner_sdhost_update_transfer_cnt()
/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h463 uint8_t bytes[512]; member
/qemu/hw/arm/
H A Dtrace-events65 z2_aer915_send_too_long(int8_t msg) "message too long (%i bytes)"
67 z2_aer915_event(int8_t event, int8_t len) "i2c event =0x%x len=%d bytes"
/qemu/hw/block/
H A Dvirtio-blk.c388 int bytes; in virtio_blk_handle_discard_write_zeroes() local
406 bytes = num_sectors << BDRV_SECTOR_BITS; in virtio_blk_handle_discard_write_zeroes()
408 if (unlikely(!virtio_blk_sect_range_ok(s, sector, bytes))) { in virtio_blk_handle_discard_write_zeroes()
429 block_acct_start(blk_get_stats(s->blk), &req->acct, bytes, in virtio_blk_handle_discard_write_zeroes()
433 bytes, blk_aio_flags, in virtio_blk_handle_discard_write_zeroes()
445 blk_aio_pdiscard(s->blk, sector << BDRV_SECTOR_BITS, bytes, in virtio_blk_handle_discard_write_zeroes()
H A Dtrace-events36 pflash_write_block_start(const char *name, uint32_t value) "%s: block write start: bytes:0x%x"
39 … char *name, uint64_t offset, uint64_t len) "%s: block erase offset:0x%" PRIx64 " bytes:0x%" PRIx64
/qemu/migration/
H A Dram.c459 void ram_transferred_add(uint64_t bytes) in ram_transferred_add() argument
462 stat64_add(&mig_stats.precopy_bytes, bytes); in ram_transferred_add()
464 stat64_add(&mig_stats.postcopy_bytes, bytes); in ram_transferred_add()
466 stat64_add(&mig_stats.downtime_bytes, bytes); in ram_transferred_add()
680 xbzrle_counters.bytes += TARGET_PAGE_SIZE; in save_xbzrle_page()
695 xbzrle_counters.bytes += bytes_xbzrle - 8; in save_xbzrle_page()
974 encoded_size = xbzrle_counters.bytes - rs->xbzrle_bytes_prev; in migration_update_rates()
981 rs->xbzrle_bytes_prev = xbzrle_counters.bytes; in migration_update_rates()
/qemu/tests/qtest/
H A Dnpcm7xx_smbus-test.c330 static void start_recv_fifo(QTestState *qts, uint64_t base_addr, uint8_t bytes) in start_recv_fifo() argument
335 RXF_CTL_THR_RXIE | RXF_CTL_LAST | bytes); in start_recv_fifo()
/qemu/docs/system/
H A Ddevice-url-syntax.rst.inc163 assumed to be in bytes. The value must be a multiple of 512 bytes.
/qemu/tests/qtest/libqos/
H A Dahci.c104 uint64_t ahci_alloc(AHCIQState *ahci, size_t bytes) in ahci_alloc() argument
108 return qmalloc(ahci->parent, bytes); in ahci_alloc()
665 static unsigned size_to_prdtl(unsigned bytes, unsigned bytes_per_prd) in size_to_prdtl() argument
670 return (bytes + bytes_per_prd - 1) / bytes_per_prd; in size_to_prdtl()
/qemu/target/arm/tcg/
H A Dcrypto_helper.c22 uint8_t bytes[16]; member
28 #define CR_ST_BYTE(state, i) ((state).bytes[(15 - (i)) ^ 8])
31 #define CR_ST_BYTE(state, i) ((state).bytes[i])
/qemu/include/libdecnumber/
H A DdecNumberLocal.h311 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)])
315 #define DFBYTE(df, off) ((df)->bytes[off])
/qemu/util/
H A Dtrace-events23 buffer_move_empty(const char *buf, size_t len, const char *from) "%s: %zd bytes from %s"
24 buffer_move(const char *buf, size_t len, const char *from) "%s: %zd bytes from %s"
/qemu/qapi/
H A Dcrypto.json31 # @raw: raw bytes. When encoded in JSON only valid UTF-8 sequences
291 # @key-offset: offset to the key material in bytes
322 # @payload-offset: offset to the payload data in bytes
/qemu/hw/char/
H A Dvirtio-serial-bus.c311 unsigned int bytes; in virtio_serial_guest_ready() local
321 virtqueue_get_avail_bytes(vq, &bytes, NULL, 4096, 0); in virtio_serial_guest_ready()
322 return bytes; in virtio_serial_guest_ready()
/qemu/docs/devel/
H A Ds390-dasd-ipl.rst16 IPL1 data is 24 bytes in length and consists of the following pieces of
18 IPL ccw it read the 24-bytes of IPL1 to be read into memory starting at
/qemu/docs/tools/
H A Dqemu-img.rst51 *SIZE* is the disk image size in bytes. Optional suffixes ``k`` or
133 Indicates the consecutive number of bytes that must contain only zeros
135 rounded down to the nearest 512 bytes. You may use the common size suffixes
283 bytes in size, and with *DEPTH* requests in parallel. The first request
396 and contains only zero bytes in the second one, it is evaluated as equal. You
437 *SPARSE_SIZE* indicates the consecutive number of bytes (defaults to 4k)
500 The data is by default read and written using blocks of 512 bytes but can be
595 means that 0x20000 (131072) bytes starting at offset 0 in the image are

1...<<11121314151617181920