| /linux/lib/crc/powerpc/ |
| H A D | crc-vpmsum-template.S | 56 #define zeroes v29 macro 100 vxor zeroes,zeroes,zeroes 103 vsldoi mask_32bit,zeroes,v0,4 104 vsldoi mask_64bit,zeroes,v0,8 110 vsldoi v8,zeroes,v8,8 /* shift into bottom 32 bits */ 112 vsldoi v8,v8,zeroes,4 /* shift into top 32 bits */ 363 vsldoi v0,v0,zeroes,4 364 vsldoi v1,v1,zeroes,4 365 vsldoi v2,v2,zeroes,4 366 vsldoi v3,v3,zeroes,4 [all …]
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-address.h | 116 uint64_t zeroes:33; member 156 uint64_t zeroes:24; member 214 uint64_t zeroes:33; member 241 uint64_t zeroes:24; member
|
| /linux/lib/crypto/s390/ |
| H A D | sha3.h | 56 static const u8 zeroes[SHA3_512_BLOCK_SIZE]; in sha3_keccakf() local 58 cpacf_kimd(CPACF_KIMD_SHA3_512, state, zeroes, sizeof(zeroes)); in sha3_keccakf()
|
| /linux/lib/crypto/tests/ |
| H A D | hash-test-template.h | 309 static const u8 zeroes[sizeof(struct HASH_CTX)]; in test_hash_ctx_zeroization() local 316 KUNIT_ASSERT_MEMEQ_MSG(test, &ctx, zeroes, sizeof(ctx), in test_hash_ctx_zeroization() 488 static const u8 zeroes[sizeof(struct HMAC_CTX)]; in test_hmac() local 528 KUNIT_EXPECT_MEMEQ_MSG(test, &ctx, zeroes, sizeof(ctx), in test_hmac()
|
| /linux/arch/s390/include/asm/ |
| H A D | chpid.h | 18 u8 zeroes; member
|
| /linux/tools/firmware/ |
| H A D | ihex2fw.c | 272 unsigned char zeroes[6] = {0, 0, 0, 0, 0, 0}; in output_records() local 286 if (write(outfd, zeroes, 6) != 6) in output_records()
|
| /linux/Documentation/hwmon/ |
| H A D | gigabyte_waterforce.rst | 22 it's not connected, the fan-related sensors will report zeroes.
|
| H A D | asus_rog_ryujin.rst | 21 report zeroes. The controller is a separate hardware unit that comes bundled
|
| H A D | aquacomputer_d5next.rst | 40 sensors will report zeroes.
|
| /linux/sound/soc/cirrus/ |
| H A D | Kconfig | 30 fills FIFO with zeroes.
|
| /linux/Documentation/translations/zh_CN/PCI/ |
| H A D | pciebus-howto.rst | 122 }, { /* end: all zeroes */ }
|
| /linux/Documentation/admin-guide/ |
| H A D | vga-softcursor.rst | 17 they will default to zeroes.
|
| /linux/Documentation/ABI/testing/ |
| H A D | securityfs-secrets-coco | 22 Unlinking the file overwrites the secret data with zeroes and
|
| /linux/Documentation/driver-api/nvdimm/ |
| H A D | btt.rst | 91 0 0 Initial state. Reads return zeroes; Premap = Postmap 92 0 1 Zero state: Reads return zeroes 232 5. If TRIM flag set in map, return zeroes, and end IO (go to step 8)
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | dynptr_success.c | 748 char zeroes[32] = {'\0'}; in test_dynptr_memset_zero_adjusted() 753 err = err ?: bpf_memcmp(zeroes, memset_zero_data, data_sz); in test_dynptr_memset_zero_adjusted() 693 char zeroes[32] = {'\0'}; test_dynptr_memset_zero() local
|
| /linux/drivers/media/platform/rockchip/rkvdec/ |
| H A D | rkvdec-vdpu381-hevc.c | 86 u16 zeroes : 3; member 104 u32 zeroes[3]; member
|
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 992 size_t zeroes = wnd_zeroes(wnd); in wnd_find() local 994 zeroes -= wnd->zone_end - wnd->zone_bit; in wnd_find() 995 if (zeroes < to_alloc0) in wnd_find()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-integrity.rst | 38 zeroes. If the superblock is neither valid nor zeroed, the dm-integrity 52 1. overwrite the superblock with zeroes
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_qdisc.c | 1409 unsigned int zeroes[TCQ_ETS_MAX_BANDS] = {0}; in mlxsw_sp_qdisc_prio_replace() local 1412 handle, p->bands, zeroes, in mlxsw_sp_qdisc_prio_replace() 1413 zeroes, p->priomap); in mlxsw_sp_qdisc_prio_replace()
|
| /linux/Documentation/core-api/ |
| H A D | errseq.rst | 41 A new errseq_t should always be zeroed out. An errseq_t value of all zeroes
|
| /linux/Documentation/arch/s390/ |
| H A D | vfio-ccw.rst | 316 pending, or all zeroes if not. If multiple CRWs are pending (including 318 one, until no more CRWs are pending and zeroes are returned. This is
|
| /linux/fs/jffs2/ |
| H A D | README.Locking | 96 thread itself locks it, zeroes c->gc_task, then unlocks on the exit path.
|
| /linux/scripts/coccinelle/api/alloc/ |
| H A D | zalloc-simple.cocci | 230 msg="WARNING: dma_alloc_coherent used in %s already zeroes out memory, so memset is not needed" % (…
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mae.c | 568 bool zeroes = true; /* All bits seen so far are zeroes */ in classify_mask() local 583 zeroes = false; in classify_mask() 587 if (zeroes) in classify_mask()
|
| /linux/fs/affs/ |
| H A D | Changes | 112 - truncate() zeroes the unused remainder of a
|