Home
last modified time | relevance | path

Searched full:zeroing (Results 1 – 25 of 232) sorted by relevance

12345678910

/openbmc/linux/net/ceph/
H A Dpagevec.c148 dout("zeroing %d %p head from %d\n", i, pages[i], in ceph_zero_page_vector_range()
155 dout("zeroing %d %p len=%d\n", i, pages[i], len); in ceph_zero_page_vector_range()
162 dout("zeroing %d %p tail to %d\n", i, pages[i], (int)len); in ceph_zero_page_vector_range()
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_core.h200 /* CSR0 bits to avoid zeroing (write zero clears, write 1 ignored) */
255 /* TXCSR bits to avoid zeroing (write zero clears, write 1 ignored) */
291 /* RXCSR bits to avoid zeroing (write zero clears, write 1 ignored) */
/openbmc/linux/block/
H A Dblk-lib.c216 * -EOPNOTSUPP if no explicit hardware offload for zeroing is provided.
275 /* No zeroing offload support */ in blkdev_issue_zeroout()
290 * Zeroing offload support was indicated, but the in blkdev_issue_zeroout()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_regs.h103 /* CSR0 bits to avoid zeroing (write zero clears, write 1 ignored) */
151 /* TXCSR bits to avoid zeroing (write zero clears, write 1 ignored) */
186 /* RXCSR bits to avoid zeroing (write zero clears, write 1 ignored) */
/openbmc/linux/lib/
H A Dtest_user_copy.c267 "zeroing failure for illegal all-kernel copy_from_user"); in test_user_copy_init()
272 * due to the zeroing of userspace memory on failure. This needs in test_user_copy_init()
293 "zeroing failure for illegal get_user (" #size ")"); \ in test_user_copy_init()
/openbmc/linux/include/linux/
H A Dstackprotector.h11 * by zeroing out the first byte of the canary; this leaves 56 bits of entropy.
/openbmc/linux/security/
H A DKconfig.hardening228 bool "Enable heap memory zeroing on allocation by default"
241 bool "Enable heap memory zeroing on free by default"
265 bool "Enable register zeroing on function exit"
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dmma.S17 * X-form (xxmtacc) (not needed due to above zeroing) */
/openbmc/linux/arch/arm64/lib/
H A Dmemset.S135 * For zeroing memory, check to see if we can use the ZVA feature to
142 * For zeroing small amounts of memory, it's not worth setting up
/openbmc/linux/fs/ocfs2/
H A Dblockcheck.c341 * take care of zeroing it before calculating the check information. If
372 * the function will take care of zeroing bc before calculating check codes.
433 * take care of zeroing it before calculating the check information. If
479 * zeroing bc before calculating check codes. If bc is not a pointer
/openbmc/linux/arch/s390/purgatory/
H A Dpurgatory.lds.S43 . = ALIGN(8); /* For convenience during zeroing */
/openbmc/linux/fs/xfs/
H A Dxfs_file.c422 * write. If zeroing is needed and we are currently holding the iolock in xfs_file_write_checks()
432 * hence be able to correctly determine if we need to run zeroing. in xfs_file_write_checks()
615 * to do sub-block zeroing and that requires serialisation against other direct
617 * the unaligned I/O so that we don't get racing block zeroing in the dio layer.
618 * In the case where sub-block zeroing is not required, we can do concurrent
623 * if block allocation or partial block zeroing would be required. In that case
639 * Extending writes need exclusivity because of the sub-block zeroing in xfs_file_dio_write_unaligned()
1059 * 1.) Hole punch handles partial block zeroing for us. in xfs_file_fallocate()
H A Dxfs_iomap.c664 /* don't allocate blocks when just zeroing */ in imap_needs_alloc()
687 /* when zeroing we don't have to COW holes or unwritten extents */ in imap_needs_cow()
841 * requiring sub-block zeroing. This can only be done under an in xfs_direct_write_iomap_begin()
999 /* We never need to allocate blocks for zeroing or unsharing a hole. */ in xfs_buffered_write_iomap_begin()
1007 * For zeroing, trim a delalloc extent that extends beyond the EOF in xfs_buffered_write_iomap_begin()
1048 * overwriting shared extents. This includes zeroing of in xfs_buffered_write_iomap_begin()
/openbmc/linux/drivers/net/wireguard/
H A Dtimers.c23 * - Timer for zeroing out all ephemeral keys after `(REJECT_AFTER_TIME * 3)` ms
127 …pr_debug("%s: Zeroing out all keys for peer %llu (%pISpfsc), since we haven't received a new one i… in wg_queued_expired_zero_key_material()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_regs.h97 /* CSR0 bits to avoid zeroing (write zero clears, write 1 ignored) */
145 /* TXCSR bits to avoid zeroing (write zero clears, write 1 ignored) */
180 /* RXCSR bits to avoid zeroing (write zero clears, write 1 ignored) */
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dthin-provisioning.rst73 make one by zeroing the first 4k to indicate empty metadata.
115 not zeroing newly-allocated data, a larger $data_block_size in the
275 Skip the zeroing of newly-provisioned blocks.
/openbmc/linux/kernel/bpf/preload/
H A Dbpf_preload_kern.c61 /* Avoid taking over stdin/stdout/stderr of init process. Zeroing out in load_skel()
/openbmc/qemu/tests/qemu-iotests/
H A D02565 # We still want to test automatic zeroing for other formats even though
/openbmc/linux/lib/crypto/mpi/
H A Dmpih-mul.c62 * stored (not added) to PROD. We also avoid a loop for zeroing. */ in mul_n_basecase()
214 * stored (not added) to PROD. We also avoid a loop for zeroing. */ in mpih_sqr_n_basecase()
469 * stored (not added) to PROD. We also avoid a loop for zeroing. */ in mpihelp_mul()
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/
H A Dcache.json200 …on": "LS to L2 WCB cache line zeroing requests. LS (Load/Store unit) to L2 WCB (Write Combining Bu…
/openbmc/linux/arch/sh/
H A DKconfig.debug76 bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)"
/openbmc/linux/arch/x86/boot/compressed/
H A Dvmlinux.lds.S61 . = ALIGN(8); /* For convenience during zeroing */
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen2/
H A Dcache.json130 …on": "LS to L2 WCB cache line zeroing requests. LS (Load/Store unit) to L2 WCB (Write Combining Bu…
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_base.c291 hw_dbg("Zeroing the MTA\n"); in igc_init_hw_base()
296 hw_dbg("Zeroing the UTA\n"); in igc_init_hw_base()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.h45 struct xfs_trans_res tr_growrtzero; /* grow realtime zeroing */

12345678910