| /linux/tools/testing/selftests/arm64/signal/testcases/ |
| H A D | zt_regs.c | 32 char *zeros; in zt_regs_run() local 58 zeros = malloc(ZT_SIG_REGS_SIZE(zt->nregs)); in zt_regs_run() 59 if (!zeros) { in zt_regs_run() 63 memset(zeros, 0, ZT_SIG_REGS_SIZE(zt->nregs)); in zt_regs_run() 65 if (memcmp(zeros, (char *)zt + ZT_SIG_REGS_OFFSET, in zt_regs_run() 68 free(zeros); in zt_regs_run() 72 free(zeros); in zt_regs_run()
|
| H A D | za_regs.c | 42 static char zeros[ZA_SIG_REGS_SIZE(SVE_VQ_MAX)]; variable 88 if (memcmp(zeros, (char *)za + ZA_SIG_REGS_OFFSET, in do_one_sme_vl()
|
| H A D | ssve_za_regs.c | 45 static char zeros[ZA_SIG_REGS_SIZE(SVE_VQ_MAX)]; variable 111 if (memcmp(zeros, (char *)za + ZA_SIG_REGS_OFFSET, in do_one_sme_vl()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_obj_id.c | 27 char jited_insns[128], xlated_insns[128], zeros[128], tp_name[128]; in serial_test_bpf_obj_id() local 48 bzero(zeros, sizeof(zeros)); in serial_test_bpf_obj_id() 124 !ASSERT_FALSE((env.jit_enabled && !memcmp(jited_insns, zeros, sizeof(zeros))), in serial_test_bpf_obj_id() 127 !ASSERT_NEQ(memcmp(xlated_insns, zeros, sizeof(zeros)), 0, "xlated_insns") || in serial_test_bpf_obj_id()
|
| /linux/drivers/s390/block/ |
| H A D | dasd_fba.h | 50 unsigned char zeros:4; member 61 unsigned char zeros:3; member
|
| /linux/arch/s390/include/asm/ |
| H A D | cio.h | 175 __u32 zeros[3]; member 191 __u32 zeros[3]; member 207 __u32 zeros[3]; member
|
| /linux/lib/crypto/arm/ |
| H A D | poly1305-armv4.pl | 497 my ($in2,$zeros,$tbl0,$tbl1) = map("r$_",(4..7)); 542 mov $zeros,#2 @ counter 663 subs $zeros,$zeros,#1 773 adr $zeros,.Lzeros 789 adr $zeros,.Lzeros 832 mov $tbl1,$zeros 842 movlo $in2,$zeros 920 movlo $in2,$zeros
|
| /linux/net/caif/ |
| H A D | caif_usb.c | 53 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/fs/proc/ |
| H A D | stat.c | 59 static const char zeros[] = " 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"; in show_irq_gap() local 64 inc = min_t(unsigned int, gap, ARRAY_SIZE(zeros) / 2); in show_irq_gap() 65 seq_write(p, zeros, 2 * inc); in show_irq_gap()
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-cxl | 29 clearing, as the clear operation writes zeros and does not 56 CLEAR IS NOT DATA RECOVERY: This operation writes zeros to the 60 cleared address is permanently lost and replaced with zeros. 88 clearing, as the clear operation writes zeros and does not 114 CLEAR IS NOT DATA RECOVERY: This operation writes zeros to the 118 cleared address is permanently lost and replaced with zeros.
|
| H A D | configfs-usb-gadget-sourcesink | 8 pattern 0 (all zeros), 1 (mod63), 2 (none)
|
| /linux/lib/crypto/arm64/ |
| H A D | poly1305-armv8.pl | 272 my ($in2,$zeros)=("x16","x17"); 273 my $is_base2_26 = $zeros; # borrow 479 adrp $zeros,.Lzeros 480 add $zeros,$zeros,#:lo12:.Lzeros 575 csel $in2,$zeros,$in2,lo
|
| /linux/Documentation/tools/rtla/ |
| H A D | common_hist_options.txt | 21 **--with-zeros**
|
| /linux/arch/m68k/math-emu/ |
| H A D | fp_util.S | 147 | zeros and denormalized 192 | zeros and denormalized
|
| /linux/arch/x86/crypto/ |
| H A D | aegis128-aesni-glue.c | 224 static const struct aegis_block zeros = {}; in crypto_aegis128_aesni_decrypt() local 239 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis128_aesni_decrypt()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | bitmaps.rst | 17 zeros (i.e. all blocks in the group are free). However, it is not
|
| /linux/arch/m68k/fpsp040/ |
| H A D | decbin.S | 36 | 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/Documentation/userspace-api/fwctl/ |
| H A D | fwctl-cxl.rst | 48 returns an all zeros 32bit payload. A ``struct fwctl_info`` needs to be filled 51 32bit field that should be all zeros.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-inzi.rst | 27 The six remaining MSBs are padded with zeros.
|
| H A D | pixfmt-srggb14.rst | 25 bits filled with zeros. Each n-pixel row contains n/2 green samples
|
| H A D | pixfmt-srggb12.rst | 26 high bits filled with zeros. Each n-pixel row contains n/2 green samples
|
| H A D | pixfmt-srggb10.rst | 25 high bits filled with zeros. Each n-pixel row contains n/2 green samples and
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | dts-coding-style.rst | 35 hexadecimal digits, without leading zeros (padding). 38 part can be padded with leading zeros.
|
| /linux/Documentation/staging/ |
| H A D | lzo.rst | 86 Version 1 of LZO implements an extension to encode runs of zeros using run 87 length encoding. This improves speed for data with many zeros, which is a 168 zeros if distance = 0xbfff, i.e. H = 1 and the D bits are all 1.
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-osd335x-common.dtsi | 29 * EFUSE_SMA register reads as all zeros).
|