Searched refs:blocks (Results 276 - 300 of 449) sorted by relevance

<<1112131415161718

/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S601 read 4B/8B blocks safely, and then get rid of the extra stuff */
712 # PARTIAL_BLOCK: Handles encryption/decryption and the tag partial blocks
721 je .L_partial_block_done_\@ # Leave Macro if no partial blocks
965 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext
974 # start AES for num_initial_blocks blocks
1026 vmovdqu reg_i, (arg3 , %r11) # write back ciphertext for num_initial_blocks blocks
1043 GHASH_MUL_AVX reg_j, \T2, \T1, \T3, \T4, \T5, \T6 # apply GHASH on num_initial_blocks blocks
1200 # encrypt 8 blocks at a time
1201 # ghash the 8 previously encrypted ciphertext blocks
1570 # GHASH the last 4 ciphertext blocks
[all...]
H A Dsha512-avx-asm.S270 # void sha512_transform_avx(sha512_state *state, const u8 *data, int blocks)
274 # of SHA512 message blocks.
275 # "blocks" is the message length in SHA512 blocks
H A Dsha512-ssse3-asm.S270 ## int blocks);
275 # of SHA512 message blocks.
276 # "blocks" is the message length in SHA512 blocks.
H A Dsha256-avx2-asm.S48 # This code schedules 2 blocks at a time, with 4 lanes per block
116 _XFER_SIZE = 2*64*4 # 2 blocks, 64 rounds, 4 bytes/round
521 ## void sha256_transform_rorx(struct sha256_state *state, const u8 *data, int blocks)
524 ## arg 3 : Num blocks
565 ## Load first 16 dwords from two blocks
/linux-master/drivers/md/dm-vdo/
H A Drepair.c76 * the same as the tail, since the tail ignores blocks after the first hole.
80 /* The number of logical blocks currently known to be in use */
82 /* The number of block map data blocks known to be allocated */
319 * drain_slab_depot() - Flush out all dirty refcounts blocks now that they have been rebuilt or
1222 * Return: True if there were valid journal blocks.
1501 * compute_usages() - Compute the lbns in use and block map data blocks counts from the tail of
1737 block_count_t blocks = min_t(block_count_t, remaining, local
1742 repair, blocks, ptr,
1747 ptr += (blocks * VDO_BLOCK_SIZE);
1748 remaining -= blocks;
[all...]
/linux-master/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2P.h53 /* Map all arcs dccm + arc schedulers acp blocks */
431 * blocks where block can be either a dcore of duplicated
433 * of blocks and unit instances in a block.
437 * @block_off: subsequent blocks address spacing.
440 * @blocks: number of blocks.
450 unsigned int blocks; member in struct:dup_block_ctx
468 * @mapped_blocks: array that holds the base address and size of all blocks
557 * Types of the Gaudi2 IP blocks, used by special blocks iterato
[all...]
H A Dgaudi2_security.c2859 block_ctx.blocks = NUM_OF_SFT;
2867 block_ctx.blocks = NUM_OF_DCORES;
2873 block_ctx.blocks = 1;
2950 * - range 2/3: used in soft reset to block access to several blocks and are cleared here
3087 block_ctx.blocks = NUM_OF_SFT;
3095 block_ctx.blocks = NUM_OF_DCORES;
3103 block_ctx.blocks = 1;
3255 * Except for CPU_IF, skip when security is enabled in F/W, because the blocks are protected
3392 * Except for PSOC_GLOBAL_CONF, skip when security is enabled in F/W, because the blocks are
3426 * Skip PSOC/XFT PLL when security is enabled in F/W, because these blocks ar
[all...]
/linux-master/drivers/mmc/host/
H A Ddavinci_mmc.c521 dev_dbg(mmc_dev(host->mmc), "%s, %d blocks of %d bytes\n",
523 data->blocks, data->blksz);
532 writel(data->blocks, host->base + DAVINCI_MMCNBLK);
552 host->bytes_left = data->blocks * data->blksz;
911 /* All blocks sent/received, and CRC checks passed */
922 data->bytes_xfered = data->blocks * data->blksz;
H A Dmmci_stm32_sdmmc.c138 unsigned int xfer_bytes = data->blksz * data->blocks;
177 unsigned int xfer_bytes = data->blksz * data->blocks;
427 host->data->blocks == 1)
H A Dmeson-mx-sdhc-mmc.c151 cmd->data->blocks - 1);
183 manual_stop = cmd->data->blocks > 1 &&
603 cmd->data->bytes_xfered = cmd->data->blksz * cmd->data->blocks;
H A Drtsx_usb_sdmmc.c457 size_t data_len = data->blksz * data->blocks;
479 0xFF, (u8)data->blocks);
481 0xFF, (u8)(data->blocks >> 8));
832 data_size = data->blocks * data->blksz;
857 data->bytes_xfered = data->blocks * data->blksz;
H A Dmmci.c594 data->sg_len, data->blksz, data->blocks, data->flags);
1044 if (data->blksz * data->blocks <= variant->fifosize)
1052 * some power of two blocks (such as 64 bytes) are sent regularly
1244 data->blksz, data->blocks, data->flags);
1247 host->size = data->blksz * data->blocks;
1417 success = data->blksz * data->blocks - remain;
1454 data->bytes_xfered = data->blksz * data->blocks;
2421 * Limit the number of blocks transferred so that we don't overflow
/linux-master/fs/jffs2/
H A Dsuper.c337 kvfree(c->blocks);
/linux-master/drivers/staging/greybus/
H A Dsdio.c367 if (single_op(data->mrq->cmd) && data->blocks > 1) {
372 left = data->blksz * data->blocks;
467 request.data_blocks = cpu_to_le16(data->blocks);
/linux-master/drivers/mmc/core/
H A Dmmc_ops.c305 data.blocks = 1;
699 data.blocks = 1;
810 data.blocks = 1;
H A Dcore.c57 * Enabling software CRCs on the data blocks can be a significant (30%)
97 !should_fail(&host->fail_mmc_request, data->blksz * data->blocks))
283 pr_debug("%s: blksz %d blocks %d flags %08x "
286 mrq->data->blocks, mrq->data->flags,
314 mrq->data->blocks > host->max_blk_count ||
315 mrq->data->blocks * mrq->data->blksz > host->max_req_size)
320 if (sz != mrq->data->blocks * mrq->data->blksz)
1619 * in which case the timeout is based on the number of write blocks.
/linux-master/crypto/
H A Dvmac.c398 /* L1 and L2-hash one or more VMAC_NHBYTES-byte blocks */
401 const __le64 *mptr, unsigned int blocks)
416 blocks--;
419 while (blocks--) {
399 vhash_blocks(const struct vmac_tfm_ctx *tctx, struct vmac_desc_ctx *dctx, const __le64 *mptr, unsigned int blocks) argument
/linux-master/fs/f2fs/
H A Dsegment.h195 unsigned int valid_blocks:10; /* # of valid blocks */
196 unsigned int ckpt_valid_blocks:10; /* # of valid blocks last cp */
198 unsigned char *cur_valid_map; /* validity bitmap of blocks */
203 * # of valid blocks and the validity bitmap stored in the last
206 unsigned char *ckpt_valid_map; /* validity bitmap of blocks last cp */
212 unsigned int valid_blocks; /* # of valid blocks in a section */
225 block_t sit_blocks; /* # of blocks used by SIT area */
226 block_t written_valid_blocks; /* # of valid blocks in main area */
337 * In order to get # of valid blocks in a section instantly from many
351 unsigned int blocks local
[all...]
H A Df2fs.h153 block_t root_reserved_blocks; /* root reserved blocks */
154 kuid_t s_resuid; /* reserved blocks for uid */
155 kgid_t s_resgid; /* reserved blocks for gid */
217 * Default values for user and/or group using reserved blocks
330 /* for the bitmap indicate blocks to be discarded */
423 unsigned int undiscard_blks; /* # of undiscard blocks */
576 * as its node offset to distinguish from index node blocks.
647 /* physical extent length of compressed blocks */
655 /* last total blocks allocated */
776 FI_NO_ALLOC, /* should not allocate any blocks */
4565 f2fs_i_compr_blocks_update(struct inode *inode, u64 blocks, bool add) argument
[all...]
/linux-master/fs/nfs/
H A Dfile.c512 unsigned long blocks; local
520 blocks = inode->i_blocks;
523 if (blocks*512 < isize) {
/linux-master/drivers/firmware/cirrus/
H A Dcs_dsp.c2085 int ret, pos, blocks, type, offset, reg, version; local
2124 blocks = 0;
2134 file, blocks, le32_to_cpu(blk->id),
2139 file, blocks, le32_to_cpu(blk->len), offset, type);
2179 file, blocks, le32_to_cpu(blk->len),
2213 file, blocks, type, pos);
2229 file, blocks, region_name,
2246 file, blocks, le32_to_cpu(blk->len),
2253 file, blocks, reg, region_name, ret);
2258 blocks
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Ddib7000p.c1902 u64 blocks, ucb; local
1956 blocks = 1250000ULL * 1000000ULL;
1957 do_div(blocks, time_us * 8 * 204);
1959 c->block_count.stat[0].uvalue += blocks;
1989 blocks = 1250000ULL * 1000000ULL;
1990 do_div(blocks, time_us * 8 * 204);
1992 c->block_count.stat[0].uvalue += blocks;
/linux-master/security/apparmor/
H A Dapparmorfs.c672 u32 bytes, blocks; local
684 if (buf_len < sizeof(bytes) + sizeof(blocks))
697 * The second number is the number of data blocks we're writing. An
701 memset(buf, 0, sizeof(bytes) + sizeof(blocks));
702 out = buf + sizeof(bytes) + sizeof(blocks);
704 blocks = 0;
723 blocks++;
730 outle32 = __cpu_to_le32(blocks);
/linux-master/fs/gfs2/
H A Drgrp.c60 * bits. So, each byte represents GFS2_NBBY (i.e. 4) blocks.
138 * not the "real" bitmaps, to avoid allocating recently freed blocks.
175 * This allows searching of a whole u64 at once (32 blocks) with a
197 * @len: number of blocks in the new reservation
296 * gfs2_rbm_add - add a number of blocks to an rbm
298 * @blocks: The number of blocks to add to rpm
300 * This function takes an existing rbm structure and adds a number of blocks to
306 static bool gfs2_rbm_add(struct gfs2_rbm *rbm, u32 blocks) argument
311 if (rbm->offset + blocks < b
[all...]
/linux-master/fs/xfs/
H A Dxfs_trace.h16 * agbno: per-AG block number in fs blocks
20 * fsbcount: number of blocks in an extent, in fs blocks
22 * daddr: physical block number in 512b blocks
23 * bbcount: number of blocks in a physical extent, in 512b blocks
30 * fileoff: file offset, in fs blocks
34 * dablk: directory or xattr block offset, in filesystem blocks
43 * Numbers describing space allocations (blocks, extents, inodes) should be
875 TP_PROTO(struct xfs_inode *ip, xfs_fsblock_t blocks, in
[all...]

Completed in 721 milliseconds

<<1112131415161718