/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
H A D | crc32-vpmsum_core.S | 56 #define zeroes v29 define 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, [all...] |
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | crc32-vpmsum_core.S | 56 #define zeroes v29 define 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, [all...] |
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | chpid.h | 18 u8 zeroes; member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | chpid.h | 18 u8 zeroes; member
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/fs/ |
H A D | coredump.c | 870 static char zeroes[PAGE_SIZE]; in dump_skip() local 880 if (!dump_emit(cprm, zeroes, PAGE_SIZE)) in dump_skip() 884 return dump_emit(cprm, zeroes, nr); in dump_skip()
|
/kernel/linux/linux-6.6/fs/ |
H A D | coredump.c | 825 static char zeroes[PAGE_SIZE]; in __dump_skip() local 835 if (!__dump_emit(cprm, zeroes, PAGE_SIZE)) in __dump_skip() 839 return __dump_emit(cprm, zeroes, nr); in __dump_skip()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 1035 unsigned int zeroes[TCQ_ETS_MAX_BANDS] = {0}; in mlxsw_sp_qdisc_prio_replace() local 1038 zeroes, zeroes, p->priomap); in mlxsw_sp_qdisc_prio_replace()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 1410 unsigned int zeroes[TCQ_ETS_MAX_BANDS] = {0}; in mlxsw_sp_qdisc_prio_replace() local 1413 handle, p->bands, zeroes, in mlxsw_sp_qdisc_prio_replace() 1414 zeroes, p->priomap); in mlxsw_sp_qdisc_prio_replace()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | bitmap.c | 535 /* All zeroes. */ in wnd_rescan() 1003 size_t zeroes = wnd_zeroes(wnd); in wnd_find() local 1005 zeroes -= wnd->zone_end - wnd->zone_bit; in wnd_find() 1006 if (zeroes < to_alloc0) in wnd_find()
|
H A D | fsntfs.c | 359 size_t alcn, zlen, zeroes, zlcn, zlen2, ztrim, new_zlen; in ntfs_look_for_free_space() local 408 zeroes = wnd_zeroes(wnd); in ntfs_look_for_free_space() 411 if (len > zeroes + zlen || zlen <= NTFS_MIN_MFT_ZONE) { in ntfs_look_for_free_space()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mae.c | 581 bool zeroes = true; /* All bits seen so far are zeroes */ in classify_mask() local 596 zeroes = false; in classify_mask() 600 if (zeroes) in classify_mask()
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_receiver.c | 1493 * We *may* ignore the discard-zeroes-data setting, if so configured. 1596 * read-back zeroes in discarded ranges, we fall back to in drbd_issue_peer_discard_or_zero_out() 1872 struct p_trim *zeroes = (pi->cmd == P_ZEROES) ? pi->data : NULL; in __must_hold() local 1894 } else if (zeroes) { in __must_hold() 1897 ds = be32_to_cpu(zeroes->size); in __must_hold() 1914 if (trim || wsame || zeroes) { in __must_hold() 1942 if (zeroes) { in __must_hold()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_receiver.c | 1494 * We *may* ignore the discard-zeroes-data setting, if so configured. 1596 * read-back zeroes in discarded ranges, we fall back to in drbd_issue_peer_discard_or_zero_out() 1860 struct p_trim *zeroes = (pi->cmd == P_ZEROES) ? pi->data : NULL; in __must_hold() local 1881 } else if (zeroes) { in __must_hold() 1884 ds = be32_to_cpu(zeroes->size); in __must_hold() 1889 if (trim || zeroes) { in __must_hold() 1917 if (zeroes) { in __must_hold()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | chsc.c | 90 u8 zeroes : 3; member
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | chsc.c | 93 u8 zeroes : 3; member
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 11545 # Handle NANs, infinities, and zeroes as special cases. Divide # 12040 # Handle NANs, infinities, and zeroes as special cases. Divide # 12362 # Handle NANs, infinities, and zeroes as special cases. Divide # 12815 # Handle NANs, zeroes, and infinities as special cases. Separate # 13224 # For zeroes/infs/NANs, return the same while setting the FPSR # 13330 # For zeroes/infs/NANs, return the same while setting the FPSR # 13433 # Handle NANs, infinities, and zeroes as special cases. Divide # 13947 # Handle NANs, infinities, and zeroes as special cases. Divide # 14288 # Handle NANs, infinities, and zeroes as special cases. Divide # 14626 # Handle NANs, infinities, and zeroes a [all...] |
H A D | pfpsp.S | 6447 beq.b norm_lo # hi(man) is all zeroes! 6504 bne.b unnorm_shift # hi(man) is not all zeroes 6507 # hi(man) is all zeroes so see if any bits in lo(man) are set 6633 # must distinguish now "Unnormalized zeroes" which we 7976 # Handle NANs, infinities, and zeroes as special cases. Divide # 8471 # Handle NANs, infinities, and zeroes as special cases. Divide # 8793 # Handle NANs, infinities, and zeroes as special cases. Divide # 9246 # Handle NANs, zeroes, and infinities as special cases. Separate # 9655 # For zeroes/infs/NANs, return the same while setting the FPSR # 9761 # For zeroes/inf [all...] |
H A D | fplsp.S | 10844 beq.b norm_lo # hi(man) is all zeroes! 10901 bne.b unnorm_shift # hi(man) is not all zeroes 10904 # hi(man) is all zeroes so see if any bits in lo(man) are set
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 11545 # Handle NANs, infinities, and zeroes as special cases. Divide # 12040 # Handle NANs, infinities, and zeroes as special cases. Divide # 12362 # Handle NANs, infinities, and zeroes as special cases. Divide # 12815 # Handle NANs, zeroes, and infinities as special cases. Separate # 13224 # For zeroes/infs/NANs, return the same while setting the FPSR # 13330 # For zeroes/infs/NANs, return the same while setting the FPSR # 13433 # Handle NANs, infinities, and zeroes as special cases. Divide # 13947 # Handle NANs, infinities, and zeroes as special cases. Divide # 14288 # Handle NANs, infinities, and zeroes as special cases. Divide # 14626 # Handle NANs, infinities, and zeroes a [all...] |
H A D | pfpsp.S | 6447 beq.b norm_lo # hi(man) is all zeroes! 6504 bne.b unnorm_shift # hi(man) is not all zeroes 6507 # hi(man) is all zeroes so see if any bits in lo(man) are set 6633 # must distinguish now "Unnormalized zeroes" which we 7976 # Handle NANs, infinities, and zeroes as special cases. Divide # 8471 # Handle NANs, infinities, and zeroes as special cases. Divide # 8793 # Handle NANs, infinities, and zeroes as special cases. Divide # 9246 # Handle NANs, zeroes, and infinities as special cases. Separate # 9655 # For zeroes/infs/NANs, return the same while setting the FPSR # 9761 # For zeroes/inf [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | testmgr.h | 53 * @iv: Pointer to IV. If NULL, an all-zeroes IV is used. 84 * @iv: Pointer to IV. If NULL, an all-zeroes IV is used. 5212 static const u8 zeroes[4096] = { [0 ... 4095] = 0 }; variable 5217 .plaintext = zeroes, [all...] |