Home
last modified time | relevance | path

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

123

/linux-5.19.10/arch/powerpc/crypto/
Dcrc32-vpmsum_core.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 */
366 vsldoi v0,v0,zeroes,4
367 vsldoi v1,v1,zeroes,4
368 vsldoi v2,v2,zeroes,4
369 vsldoi v3,v3,zeroes,4
[all …]
/linux-5.19.10/arch/mips/include/asm/octeon/
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-5.19.10/arch/s390/include/asm/
Dchpid.h18 u8 zeroes; member
/linux-5.19.10/Documentation/admin-guide/device-mapper/
Dverity.rst25 the rest of the block is padded with zeroes.
29 padded with zeroes to the power of two.
91 Do not verify blocks that are expected to contain zeroes and always return
92 zeroes instead. This may be useful if the partition contains unused blocks
93 that are not guaranteed to contain zeroes.
Ddm-integrity.rst38 zeroes. If the superblock is neither valid nor zeroed, the dm-integrity
43 1. overwrite the superblock with zeroes
Ddm-raid.rst347 When a block is discarded, some storage devices will return zeroes when
351 zeroes when discarded blocks are read! Since RAID 4/5/6 uses blocks
/linux-5.19.10/tools/firmware/
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-5.19.10/Documentation/devicetree/bindings/virtio/
Dvirtio-device.yaml23 zeroes suppressed.
/linux-5.19.10/Documentation/devicetree/bindings/usb/
Dusb-device.yaml35 hexadecimal with leading zeroes suppressed. The other compatible
67 in lower case hexadecimal with leading zeroes suppressed.
/linux-5.19.10/Documentation/devicetree/bindings/soundwire/
Dsoundwire-controller.yaml37 lower-case hexadecimal with leading zeroes.
/linux-5.19.10/Documentation/translations/zh_CN/PCI/
Dpciebus-howto.rst122 }, { /* end: all zeroes */ }
/linux-5.19.10/sound/soc/cirrus/
DKconfig24 fills FIFO with zeroes.
/linux-5.19.10/Documentation/devicetree/bindings/slimbus/
Dbus.txt33 zeroes suppressed
/linux-5.19.10/Documentation/hwmon/
Daquacomputer_d5next.rst25 pump. If it's not connected, the fan-related sensors will report zeroes.
/linux-5.19.10/Documentation/admin-guide/
Dvga-softcursor.rst17 they will default to zeroes.
/linux-5.19.10/Documentation/ABI/testing/
Dsecurityfs-secrets-coco22 Unlinking the file overwrites the secret data with zeroes and
/linux-5.19.10/fs/
Dcoredump.c817 static char zeroes[PAGE_SIZE]; in __dump_skip() local
827 if (!__dump_emit(cprm, zeroes, PAGE_SIZE)) in __dump_skip()
831 return __dump_emit(cprm, zeroes, nr); in __dump_skip()
/linux-5.19.10/Documentation/driver-api/nvdimm/
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-5.19.10/Documentation/devicetree/bindings/sound/
Dqcom,wcd9335.txt16 shall be in lower case hexadecimal with leading zeroes
/linux-5.19.10/fs/ntfs3/
Dbitmap.c976 size_t zeroes = wnd_zeroes(wnd); in wnd_find() local
978 zeroes -= wnd->zone_end - wnd->zone_bit; in wnd_find()
979 if (zeroes < to_alloc0) in wnd_find()
/linux-5.19.10/Documentation/ABI/stable/
Dsysfs-block652 [RO] Devices that support write zeroes operation in which a
655 This can be used to optimize writing zeroes to the devices.
657 in a single write zeroes command. If write_zeroes_max_bytes is
658 0, write zeroes is not supported by the device.
/linux-5.19.10/Documentation/driver-api/usb/
Dhotplug.rst118 { } /* end with an all-zeroes entry */
/linux-5.19.10/Documentation/filesystems/ext4/
Dblockgroup.rst132 By not writing zeroes to the bitmaps and inode table, mkfs time is
/linux-5.19.10/Documentation/core-api/
Derrseq.rst41 A new errseq_t should always be zeroed out. An errseq_t value of all zeroes
/linux-5.19.10/fs/jffs2/
DREADME.Locking96 thread itself locks it, zeroes c->gc_task, then unlocks on the exit path.

123