Home
last modified time | relevance | path

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

/qemu/tests/tcg/multiarch/system/
H A Dmemory.c215 int zeros = 0; in read_test_data_u32() local
223 zeros += (b1 == 0 ? 1 : 0); in read_test_data_u32()
224 zeros += (b2 == 0 ? 1 : 0); in read_test_data_u32()
225 zeros += (b3 == 0 ? 1 : 0); in read_test_data_u32()
226 zeros += (b4 == 0 ? 1 : 0); in read_test_data_u32()
227 if (zeros > 1) { in read_test_data_u32()
256 int zeros = 0; in read_test_data_u64() local
268 zeros += (b1 == 0 ? 1 : 0); in read_test_data_u64()
269 zeros += (b2 == 0 ? 1 : 0); in read_test_data_u64()
270 zeros += (b3 == 0 ? 1 : 0); in read_test_data_u64()
[all …]
/qemu/docs/
H A Dxbzrle.txt60 1001 zeros
62 3074 zeros
65 1001 zeros
67 3074 zeros
/qemu/hw/net/
H A Dimx_fec.c1234 const uint8_t zeros[2] = { 0 }; in imx_enet_receive() local
1236 dma_memory_write(&address_space_memory, buf_addr, zeros, in imx_enet_receive()
1237 sizeof(zeros), MEMTXATTRS_UNSPECIFIED); in imx_enet_receive()
1239 buf_addr += sizeof(zeros); in imx_enet_receive()
1240 buf_len -= sizeof(zeros); in imx_enet_receive()
H A Drtl8139.c2220 p_tcpip_hdr->zeros = 0; in rtl8139_cplus_transmit_one()
2281 p_tcpip_hdr->zeros = 0; in rtl8139_cplus_transmit_one()
2301 p_udpip_hdr->zeros = 0; in rtl8139_cplus_transmit_one()
/qemu/docs/interop/
H A Dqcow2.txt164 zeros requires writing to the data file instead
191 as well as filled by zeros (which is equal to field absence), if software needs
301 2 - 47: Feature name (padded with zeros, but not necessarily null
560 Bit 0: If set to 1, the cluster reads as all zeros. The host
602 zeros for all parts that are not covered by the backing file.
635 return zeros if there is no backing file data.
640 32 - 63 Subcluster reads as zeros (one bit per subcluster)
642 1: the subcluster reads as zeros. In this case the
850 0: Cluster should be read as all zeros.
/qemu/include/net/
H A Deth.h93 uint8_t zeros; member
/qemu/crypto/
H A Dakcipher-gcrypt.c.inc285 /* We always padding leading-zeros for RSA-RAW */
368 /* We always padding leading-zeros for RSA-RAW */
H A Dcipher-gnutls.c.inc323 * all-zeros IV, to match behaviour of other backends.
/qemu/target/riscv/
H A Dinsn16.decode114 # Opcode of all zeros is illegal; rd != 0, nzuimm == 0 is reserved.
/qemu/tests/qemu-iotests/
H A D15451 echo == backing file contains zeros ==
H A D154.out3 == backing file contains zeros ==
H A D023.out6479 === Read zeros
6588 === Read zeros
13085 === Read zeros
13194 === Read zeros
19691 === Read zeros
19800 === Read zeros
26297 === Read zeros
26406 === Read zeros
H A D014.out4629 === Read zeros
10282 === Read zeros
/qemu/net/
H A Deth.c336 ipph.zeros = 0; in eth_calc_ip4_pseudo_hdr_csum()
/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc252 * are no relocations. Validate zeros.
/qemu/docs/tools/
H A Dqemu-img.rst133 Indicates the consecutive number of bytes that must contain only zeros
209 zeros. This parameter is mutually exclusive with a destination image
301 For write tests, by default a buffer filled with zeros is written. This can be
438 that must contain only zeros for ``qemu-img`` to create a sparse image during
/qemu/docs/system/devices/
H A Dnvme.rst89 bytes. If not specified the NGUID will remain all zeros.
/qemu/docs/devel/
H A Dtcg-ops.rst462 to the left with zeros; for sextract_*, the result will be extended
H A Dstyle.rst480 It also zeros trailing destination bytes out to the specified length. Instead,
/qemu/target/i386/tcg/
H A Demit.c.inc1247 * Shifts larger than operand size get zeros.
1256 * operand size get all zeros, length 0 gets all ones.
/qemu/tcg/s390x/
H A Dtcg-target.c.inc535 /* Reject all zeros or all ones. */
/qemu/qapi/
H A Dblock-core.json3702 # @l1_shrink_write_table: write zeros to the l1 table to shrink image.