| /openbmc/phosphor-mboxd/vpnor/test/ |
| H A D | tmpd.hpp | 48 std::vector<char> zeroed(part.data.actual, 0); in VpnorRoot() local 51 .write(zeroed.data(), zeroed.size()); in VpnorRoot()
|
| /openbmc/hiomapd/vpnor/test/ |
| H A D | tmpd.hpp | 53 std::vector<char> zeroed(part.data.actual, 0); in VpnorRoot() local 56 .write(zeroed.data(), zeroed.size()); in VpnorRoot()
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | zeroable.rs | 17 const ZERO: Self = unsafe { ::core::mem::MaybeUninit::<Self>::zeroed().assume_init() };
|
| H A D | timer.rs | 44 Self(unsafe { Opaque::zeroed() }) in new()
|
| H A D | cell.rs | 1001 pub unsafe fn zeroed() -> Self { in zeroed() method 1003 value: UnsafeCell::new(MaybeUninit::zeroed()), in zeroed()
|
| /openbmc/qemu/hw/nvme/ |
| H A D | dif.c | 357 bool zeroed; in nvme_dif_mangle_mdata() local 382 zeroed = !!(ret & BDRV_BLOCK_ZERO); in nvme_dif_mangle_mdata() 384 trace_pci_nvme_block_status(offset, bytes, pnum, ret, zeroed); in nvme_dif_mangle_mdata() 386 if (zeroed) { in nvme_dif_mangle_mdata()
|
| H A D | trace-events | 41 …64_t bytes, int64_t pnum, int ret, bool zeroed) "offset %"PRId64" bytes %"PRId64" pnum %"PRId64" r…
|
| /openbmc/qemu/block/ |
| H A D | vmdk.c | 1457 bool zeroed) in get_whole_cluster() argument 1468 copy_from_backing = bs->backing && !zeroed; in get_whole_cluster() 1594 bool zeroed = false; in get_cluster_offset() local 1700 zeroed = true; in get_cluster_offset() 1716 zeroed = true; in get_cluster_offset() 1720 if (!cluster_sector || zeroed) { in get_cluster_offset() 1722 return zeroed ? VMDK_ZEROED : VMDK_UNALLOC; in get_cluster_offset() 1740 zeroed); in get_cluster_offset() 2063 QEMUIOVector *qiov, bool zeroed, bool zero_dry_run) in vmdk_pwritev() argument 2093 !(extent->compressed || zeroed), in vmdk_pwritev() [all …]
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | blkverify.rst | 49 And test.img is corrupt, its first sector is zeroed when it shouldn't be::
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 237.out | 37 …dk"}, "hwversion": "4", "size": 67108864, "subformat": "monolithicSparse", "zeroed-grain": false}}} 64 … "TEST_DIR/PID-t.vmdk"}, "size": 33554432, "subformat": "monolithicSparse", "zeroed-grain": true}}}
|
| H A D | 244.out | 144 --- Using a non-zeroed data file ---
|
| H A D | 024.out | 190 Check the last cluster is zeroed in overlay before the rebase
|
| H A D | 059.out | 23 qemu-img: TEST_DIR/t.IMGFMT: Flat image can't enable zeroed grain
|
| /openbmc/qemu/docs/interop/ |
| H A D | qed_spec.rst | 148 which should also be zeroed. 165 Zero data clusters are a space-efficient way of storing zeroed regions of the image.
|
| H A D | qcow2.rst | 244 zeroed, so that if some existing (or future) additional field will fall into
|
| /openbmc/u-boot/ |
| H A D | Kconfig | 191 will return the pointer to the zeroed memory. But this 199 should be replaced by calloc - if one expects zeroed memory.
|
| /openbmc/u-boot/doc/ |
| H A D | README.gpt | 95 16 4 B CRC32 of header (0 to header size), with this field zeroed
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | README.txt | 432 and zeroed before the driver's ofdata_to_platdata() method is called. The 662 is allocated for the device and zeroed. It will be accessible as 671 zeroed. It will be accessible as dev->platdata. 674 then this space is allocated and zeroed also. It is allocated for and
|
| H A D | of-plat.txt | 272 the platform data is allocated, and starts zeroed. In this case the
|
| H A D | spi-howto.txt | 307 after the remove method is called. It will be zeroed when the probe
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 11567 int zeroed; in _syscall2() local 11584 zeroed = check_zeroed_user(arg2, sizeof(struct target_sched_attr), size); in _syscall2() 11585 if (zeroed < 0) { in _syscall2() 11586 return zeroed; in _syscall2() 11587 } else if (zeroed == 0) { in _syscall2()
|
| /openbmc/qemu/tcg/s390x/ |
| H A D | tcg-target.c.inc | 1840 /* swapped unsigned halfword load with upper bits zeroed */ 1858 /* swapped unsigned int load with upper bits zeroed */
|
| /openbmc/qemu/docs/tools/ |
| H A D | qemu-img.rst | 394 image contains only unallocated and/or zeroed sectors in the area after the end
|
| /openbmc/qemu/qapi/ |
| H A D | block-core.json | 5374 # @zeroed-grain: Whether to enable zeroed-grain feature for sparse 5388 '*zeroed-grain': 'bool' } }
|
| /openbmc/qemu/target/ppc/translate/ |
| H A D | vmx-impl.c.inc | 1821 * real hardware would do a partial insert, e.g. if VRT is zeroed and
|