Searched refs:tag_offset (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/mtd/parsers/ |
H A D | parser_imagetag.c | 29 loff_t tag_offset, struct bcm_tag *buf) in bcm963xx_read_imagetag() argument 35 ret = mtd_read(master, tag_offset, sizeof(*buf), &retlen, (void *)buf); in bcm963xx_read_imagetag() 49 name, tag_offset, buf->tag_version, buf->board_id); in bcm963xx_read_imagetag() 55 name, tag_offset, buf->header_crc, computed_crc); in bcm963xx_read_imagetag()
|
/openbmc/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_user_mem.c | 35 int tag_offset, int tag_len, in check_usermem_access_fault() argument 74 tag_len = len - tag_offset; in check_usermem_access_fault() 76 ptr_next = (void *)((unsigned long)ptr + tag_offset); in check_usermem_access_fault()
|
/openbmc/linux/block/ |
H A D | blk-mq-tag.c | 140 unsigned int tag_offset; in blk_mq_get_tag() local 149 tag_offset = 0; in blk_mq_get_tag() 152 tag_offset = tags->nr_reserved_tags; in blk_mq_get_tag() 220 blk_mq_put_tag(tags, data->ctx, tag + tag_offset); in blk_mq_get_tag() 223 return tag + tag_offset; in blk_mq_get_tag()
|
H A D | blk-mq.c | 409 unsigned int tag, tag_offset; in __blk_mq_alloc_requests_batch() local 415 tag_mask = blk_mq_get_tags(data, data->nr_tags, &tag_offset); in __blk_mq_alloc_requests_batch() 423 tag = tag_offset + i; in __blk_mq_alloc_requests_batch() 1771 unsigned int tag_offset = rq->mq_hctx->tags->nr_reserved_tags; in __blk_mq_alloc_driver_tag() local 1778 tag_offset = 0; in __blk_mq_alloc_driver_tag() 1788 rq->tag = tag + tag_offset; in __blk_mq_alloc_driver_tag()
|
/openbmc/linux/drivers/md/ |
H A D | dm-crypt.c | 60 unsigned int tag_offset; member 1236 ctx->tag_offset = 0; in crypt_convert_init() 1304 unsigned int tag_offset) in crypt_convert_block_aead() argument 1325 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_aead() 1406 unsigned int tag_offset) in crypt_convert_block_skcipher() argument 1426 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_skcipher() 1591 r = crypt_convert_block_aead(cc, ctx, ctx->r.req_aead, ctx->tag_offset); in crypt_convert() 1593 r = crypt_convert_block_skcipher(cc, ctx, ctx->r.req, ctx->tag_offset); in crypt_convert() 1613 ctx->tag_offset++; in crypt_convert() 1628 ctx->tag_offset++; in crypt_convert() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 250 int32_t offset, uint32_t tag_offset) in HELPER() 254 int rtag = choose_nonexcluded_tag(start_tag, tag_offset, exclude); in HELPER()
|
H A D | a64.decode | 592 %tag_offset 12:s9 !function=scale_by_log2_tag_granule 594 @ldst_tag ........ .. . ......... .. rn:5 rt:5 &ldst_tag imm=%tag_offset
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | cn10k_macsec.c | 505 u8 tag_offset; in cn10k_mcs_write_tx_secy() local 513 tag_offset = txsc->vlan_dev ? 16 : 12; in cn10k_mcs_write_tx_secy() 539 policy |= FIELD_PREP(MCS_TX_SECY_PLCY_ST_OFFSET, tag_offset); in cn10k_mcs_write_tx_secy()
|
/openbmc/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 2972 unsigned int tag_offset = 0, auth_offset = 0; in fill_sec_cpl_for_aead() local 2988 tag_offset = crypto_aead_authsize(tfm); in fill_sec_cpl_for_aead() 3002 auth_offset, tag_offset, in fill_sec_cpl_for_aead()
|