Home
last modified time | relevance | path

Searched refs:wide (Results 1 – 22 of 22) sorted by relevance

/qemu/block/
H A Dnbd.c618 uint8_t *payload, bool wide, in nbd_parse_blockstatus_payload() argument
624 size_t ext_len = wide ? sizeof(*extent) : sizeof(NBDExtent32); in nbd_parse_blockstatus_payload()
625 size_t pay_len = sizeof(context_id) + wide * sizeof(count) + ext_len; in nbd_parse_blockstatus_payload()
643 if (wide) { in nbd_parse_blockstatus_payload()
693 if (count != wide || chunk->length > pay_len) { in nbd_parse_blockstatus_payload()
1154 bool wide; in nbd_co_receive_blockstatus_reply() local
1161 wide = chunk->type == NBD_REPLY_TYPE_BLOCK_STATUS_EXT; in nbd_co_receive_blockstatus_reply()
1162 if ((s->info.mode >= NBD_MODE_EXTENDED) != wide) { in nbd_co_receive_blockstatus_reply()
1173 s, &reply.structured, payload, wide, in nbd_co_receive_blockstatus_reply()
/qemu/docs/system/
H A Dintroduction.rst42 System emulation provides a wide range of device models to emulate
44 includes a wide number of VirtIO devices which are specifically tuned
H A Dvnc-security.rst119 integration with a wide range of authentication mechanisms, such as PAM,
/qemu/target/arm/tcg/
H A Dm-nocp.decode22 # should take precedence over UNDEF faults over the whole wide
H A Dsve.decode359 # SVE bitwise shift by wide elements (predicated)
471 # SVE bitwise shift by wide elements (unpredicated)
678 # SVE integer compare with wide elements
1415 ## SVE2 integer add/subtract wide
H A Da64.decode124 # Move wide (immediate)
/qemu/docs/devel/
H A Dmaintainers.rst7 They come from a wide range of backgrounds from unpaid hobbyists
H A Dsecure-coding-practices.rst20 There is a wide selection of resources available covering secure C coding. For
H A Datomics.rst92 polymorphic; they operate on any type that is as wide as a pointer or
H A Dtesting.rst232 image, which doesn't require image creation or cleaning up. Avoid system-wide
433 mappings to distribution package names for a wide variety of third
H A Dstyle.rst345 type is at least four bytes wide).
/qemu/docs/specs/
H A Dfw_cfg.rst80 An N-byte wide read of the data register will return the next available
184 can be used through the 64-bit wide address register.
H A Dacpi_erst.rst42 capture kernel panic information in a wide range of guests: from
H A Dppc-spapr-xive.rst196 IRQ Number space of the ``pseries`` machine is 8K wide and is the same
H A Drocker.txt453 This section covers switch-wide register settings.
/qemu/target/hexagon/
H A DREADME3 is a wide vector coprocessor designed for high performance computer vision,
133 For HVX vectors, the generator behaves slightly differently. The wide vectors
/qemu/docs/
H A Dpcie.txt185 The IO space is very limited, to 65536 byte-wide IO ports, and may even be
/qemu/docs/interop/
H A Dbitmaps.rst1470 deleted. If a VM-wide incremental backup of all drives at a point-in-time is
1476 for ``drive1``. The last VM-wide crash-consistent backup that is available in
/qemu/docs/system/devices/
H A Dcxl.rst229 HDM4 is used to enable system wide 4 way interleave across all
/qemu/
H A DCOPYING220 generous contributions to the wide range of software distributed
/qemu/linux-headers/LICENSES/preferred/
H A DGPL-2.0239 generous contributions to the wide range of software distributed
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc477 /* Move wide immediate instructions. */
744 /* This function is used for the Move (wide immediate) instruction group.