Home
last modified time | relevance | path

Searched refs:zeroes (Results 1 – 25 of 43) sorted by relevance

12

/linux/lib/crc/powerpc/
H A Dcrc-vpmsum-template.S56 #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/lib/crypto/arm64/
H A Dsha3.h45 static const u8 zeroes[SHA3_512_BLOCK_SIZE]; in sha3_keccakf() local
48 sha3_ce_transform(state, zeroes, 1, sizeof(zeroes)); in sha3_keccakf()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-address.h116 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 Dsha3.h56 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 Dhash-test-template.h309 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/Documentation/admin-guide/device-mapper/
H A Dverity.rst25 the rest of the block is padded with zeroes.
29 padded with zeroes to the power of two.
100 Do not verify blocks that are expected to contain zeroes and always return
101 zeroes instead. This may be useful if the partition contains unused blocks
102 that are not guaranteed to contain zeroes.
H A Ddm-integrity.rst38 zeroes. If the superblock is neither valid nor zeroed, the dm-integrity
52 1. overwrite the superblock with zeroes
/linux/tools/firmware/
H A Dihex2fw.c272 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/arch/s390/include/asm/
H A Dchpid.h18 u8 zeroes; member
/linux/Documentation/hwmon/
H A Dgigabyte_waterforce.rst22 it's not connected, the fan-related sensors will report zeroes.
H A Dasus_rog_ryujin.rst21 report zeroes. The controller is a separate hardware unit that comes bundled
H A Daquacomputer_d5next.rst40 sensors will report zeroes.
/linux/sound/soc/cirrus/
H A DKconfig30 fills FIFO with zeroes.
/linux/Documentation/translations/zh_CN/PCI/
H A Dpciebus-howto.rst122 }, { /* end: all zeroes */ }
/linux/Documentation/admin-guide/
H A Dvga-softcursor.rst17 they will default to zeroes.
/linux/Documentation/ABI/testing/
H A Dsecurityfs-secrets-coco22 Unlinking the file overwrites the secret data with zeroes and
/linux/Documentation/driver-api/nvdimm/
H A Dbtt.rst91 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/fs/
H A Dcoredump.c1233 static char zeroes[PAGE_SIZE]; in __dump_skip() local
1244 if (!__dump_emit(cprm, zeroes, PAGE_SIZE)) in __dump_skip()
1249 return __dump_emit(cprm, zeroes, nr); in __dump_skip()
/linux/tools/testing/selftests/bpf/progs/
H A Ddynptr_success.c748 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 Drkvdec-vdpu381-hevc.c86 u16 zeroes : 3; member
104 u32 zeroes[3]; member
/linux/fs/ntfs3/
H A Dbitmap.c992 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/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c1409 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 Derrseq.rst41 A new errseq_t should always be zeroed out. An errseq_t value of all zeroes
/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst316 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 DREADME.Locking96 thread itself locks it, zeroes c->gc_task, then unlocks on the exit path.

12