Searched refs:unsafe_memcpy (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | string.h | 296 #ifndef unsafe_memcpy 297 #define unsafe_memcpy(dst, src, bytes, justification) \ macro
|
H A D | fortify-string.h | 98 #define unsafe_memcpy(dst, src, bytes, justification) \ macro
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tx.c | 112 unsafe_memcpy(&vhdr->h_vlan_encapsulated_proto, in mlx5e_insert_vlan() 462 unsafe_memcpy(start, skb->data, in mlx5e_sq_xmit_wqe() 479 unsafe_memcpy(eseg->inline_hdr.start, skb->data, in mlx5e_sq_xmit_wqe() 1020 unsafe_memcpy(eseg->inline_hdr.start, skb->data, in mlx5i_sq_xmit() 1026 unsafe_memcpy(h6 + 1, in mlx5i_sq_xmit() 1033 unsafe_memcpy(eseg->inline_hdr.start, skb->data, in mlx5i_sq_xmit()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | bcache_ondisk.h | 109 #define bkey_copy(_dest, _src) unsafe_memcpy(_dest, _src, bkey_bytes(_src), \
|
H A D | journal.c | 152 unsafe_memcpy(&i->j, j, bytes, in journal_read_bucket()
|
/openbmc/linux/net/ncsi/ |
H A D | ncsi-cmd.c | 231 unsafe_memcpy(&cmd->mfr_id, nca->data, nca->payload, in ncsi_cmd_handler_oem()
|
/openbmc/linux/drivers/net/hyperv/ |
H A D | rndis_filter.c | 340 unsafe_memcpy((void *)&request->response_msg + RNDIS_HEADER_SIZE + sizeof(*req_id), in rndis_filter_receive_response()
|
/openbmc/linux/net/sched/ |
H A D | cls_u32.c | 1121 unsafe_memcpy(&n->sel, s, sel_size, in u32_change()
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_core.c | 1775 unsafe_memcpy(&errmsg->msg, nlh, nlh->nlmsg_len, in call_ad()
|
/openbmc/linux/drivers/crypto/ |
H A D | atmel-sha.c | 1773 unsafe_memcpy(hmac->opad, hmac->ipad, bs, in atmel_sha_hmac_compute_ipad_hash()
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 2399 unsafe_memcpy(ctx->opad, ctx->ipad, blocksize, in ahash_hmac_setkey()
|
/openbmc/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 2219 unsafe_memcpy(hmacctx->opad, hmacctx->ipad, bs, in chcr_ahash_setkey()
|