Searched refs:zeroes (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dchpid.h18 u8 zeroes; member in struct:channel_path_desc_fmt0
/linux-master/arch/powerpc/crypto/
H A Dcrc32-vpmsum_core.S56 #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...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-address.h116 uint64_t zeroes:33; member in struct:__anon4::__anon6
156 uint64_t zeroes:24; member in struct:__anon4::__anon10
214 uint64_t zeroes:33; member in struct:__anon4::__anon16
241 uint64_t zeroes:24; member in struct:__anon4::__anon20
/linux-master/tools/firmware/
H A Dihex2fw.c272 unsigned char zeroes[6] = {0, 0, 0, 0, 0, 0}; local
286 if (write(outfd, zeroes, 6) != 6)
/linux-master/fs/
H A Dcoredump.c825 static char zeroes[PAGE_SIZE]; local
835 if (!__dump_emit(cprm, zeroes, PAGE_SIZE))
839 return __dump_emit(cprm, zeroes, nr);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c1410 unsigned int zeroes[TCQ_ETS_MAX_BANDS] = {0}; local
1413 handle, p->bands, zeroes,
1414 zeroes, p->priomap);
/linux-master/fs/ntfs3/
H A Dbitmap.c535 /* All zeroes. */
1003 size_t zeroes = wnd_zeroes(wnd); local
1005 zeroes -= wnd->zone_end - wnd->zone_bit;
1006 if (zeroes < to_alloc0)
H A Dfsntfs.c359 size_t alcn, zlen, zeroes, zlcn, zlen2, ztrim, new_zlen; local
408 zeroes = wnd_zeroes(wnd);
411 if (len > zeroes + zlen || zlen <= NTFS_MIN_MFT_ZONE) {
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c581 bool zeroes = true; /* All bits seen so far are zeroes */ local
596 zeroes = false;
600 if (zeroes)
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c1494 * We *may* ignore the discard-zeroes-data setting, if so configured.
1596 * read-back zeroes in discarded ranges, we fall back to
1860 struct p_trim *zeroes = (pi->cmd == P_ZEROES) ? pi->data : NULL; local
1881 } else if (zeroes) {
1884 ds = be32_to_cpu(zeroes->size);
1889 if (trim || zeroes) {
1917 if (zeroes) {
/linux-master/drivers/s390/cio/
H A Dchsc.c93 u8 zeroes : 3; member in struct:chsc_ssd_area
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S11545 # 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 Dpfpsp.S6447 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 Dfplsp.S10844 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
/linux-master/crypto/
H A Dtestmgr.h53 * @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...]

Completed in 451 milliseconds