Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 25 of 52) sorted by relevance

123

/Linux-v4.19/arch/s390/include/asm/
Dcio.h171 __u32 zeros[3]; member
187 __u32 zeros[3]; member
203 __u32 zeros[3]; member
/Linux-v4.19/drivers/s390/block/
Ddasd_fba.h45 unsigned char zeros:4; member
56 unsigned char zeros:3; member
/Linux-v4.19/net/caif/
Dcaif_usb.c53 u8 zeros[CFUSB_ALIGNMENT]; in cfusbl_transmit() local
70 memset(zeros, 0, hpad); in cfusbl_transmit()
72 cfpkt_add_head(pkt, zeros, hpad); in cfusbl_transmit()
/Linux-v4.19/Documentation/ABI/testing/
Dconfigfs-usb-gadget-sourcesink7 pattern - 0 (all zeros), 1 (mod63), 2 (none)
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_progs.c433 char jited_insns[128], xlated_insns[128], zeros[128]; in test_bpf_obj_id() local
453 bzero(zeros, sizeof(zeros)); in test_bpf_obj_id()
521 !memcmp(jited_insns, zeros, sizeof(zeros))) || in test_bpf_obj_id()
523 !memcmp(xlated_insns, zeros, sizeof(zeros)) || in test_bpf_obj_id()
537 !!memcmp(jited_insns, zeros, sizeof(zeros)), in test_bpf_obj_id()
538 !!memcmp(xlated_insns, zeros, sizeof(zeros)), in test_bpf_obj_id()
/Linux-v4.19/arch/m68k/math-emu/
Dfp_util.S147 | zeros and denormalized
192 | zeros and denormalized
/Linux-v4.19/Documentation/security/keys/
Dtrusted-encrypted.rst22 authorization value (20 zeros). This can be set at takeownership time with the
35 (40 ascii zeros)
37 (40 ascii zeros)
/Linux-v4.19/arch/x86/crypto/
Dmorus640_glue.c181 static const u8 zeros[MORUS640_BLOCK_SIZE] = {}; in crypto_morus640_glue_decrypt() local
200 return crypto_memneq(tag.bytes, zeros, authsize) ? -EBADMSG : 0; in crypto_morus640_glue_decrypt()
Dmorus1280_glue.c185 static const u8 zeros[MORUS1280_BLOCK_SIZE] = {}; in crypto_morus1280_glue_decrypt() local
204 return crypto_memneq(tag.bytes, zeros, authsize) ? -EBADMSG : 0; in crypto_morus1280_glue_decrypt()
Daegis128-aesni-glue.c223 static const struct aegis_block zeros = {}; in crypto_aegis128_aesni_decrypt() local
241 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis128_aesni_decrypt()
Daegis256-aesni-glue.c223 static const struct aegis_block zeros = {}; in crypto_aegis256_aesni_decrypt() local
241 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis256_aesni_decrypt()
Daegis128l-aesni-glue.c223 static const struct aegis_block zeros = {}; in crypto_aegis128l_aesni_decrypt() local
241 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis128l_aesni_decrypt()
/Linux-v4.19/mm/
DKconfig.debug73 zeros. This makes it harder to detect when errors are occurring
75 no longer necessary to write zeros when GFP_ZERO is used on
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dbitmaps.rst17 zeros (i.e. all blocks in the group are free). However, it is not
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-inzi.rst26 The six remaining MSBs are padded with zeros.
Dpixfmt-srggb10.rst24 high bits filled with zeros. Each n-pixel row contains n/2 green samples and
Dpixfmt-srggb12.rst25 high bits filled with zeros. Each n-pixel row contains n/2 green samples
Dvidioc-g-selection.rst48 filled with zeros. The driver fills the rest of the structure or returns
67 must be filled with zeros. The driver may adjust coordinates of the
/Linux-v4.19/arch/m68k/fpsp040/
Ddecbin.S36 | A3. Count the number of leading/trailing zeros in the
37 | bcd string. If SE is positive, count the leading zeros;
38 | if negative, count the trailing zeros. Set the adjusted
/Linux-v4.19/Documentation/usb/
Dusbip_protocol.txt184 | | | shall be filled with zeros.
266 | | | zeros if not used
311 | | | zeros if not used
/Linux-v4.19/arch/arm/boot/dts/
Dam335x-osd335x-common.dtsi29 * EFUSE_SMA register reads as all zeros).
/Linux-v4.19/crypto/
Daegis128.c395 static const u8 zeros[AEGIS128_MAX_AUTH_SIZE] = {}; in crypto_aegis128_decrypt() local
407 return crypto_memneq(tag.bytes, zeros, authsize) ? -EBADMSG : 0; in crypto_aegis128_decrypt()
Daegis256.c410 static const u8 zeros[AEGIS256_MAX_AUTH_SIZE] = {}; in crypto_aegis256_decrypt() local
422 return crypto_memneq(tag.bytes, zeros, authsize) ? -EBADMSG : 0; in crypto_aegis256_decrypt()
/Linux-v4.19/arch/arc/lib/
Dstrcmp.S75 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
/Linux-v4.19/include/linux/
Dnvme-fc.h104 u8 zeros[3]; member

123