Searched refs:memcpy (Results 226 - 250 of 7295) sorted by relevance

1234567891011>>

/linux-master/arch/s390/crypto/
H A Dpaes_s390.c81 memcpy(kb->keybuf + sizeof(*h), key, keylen);
94 memcpy(kb->key, key, keylen);
143 memcpy(&ctx->pk, &pkey, sizeof(pkey));
216 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE);
230 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE);
331 memcpy(param.iv, walk.iv, AES_BLOCK_SIZE);
333 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE);
342 memcpy(walk.iv, param.iv, AES_BLOCK_SIZE);
349 memcpy(param.key, ctx->pk.protkey, MAXPROTKEYSIZE);
415 memcpy(
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c51 memcpy(*buffer, &ie_header, sizeof(ie_header));
60 memcpy(*buffer, priv->gen_ie_buf, priv->gen_ie_buf_len);
106 memcpy(*buffer, &tsf_tlv, sizeof(tsf_tlv.header));
111 memcpy(*buffer, &tsf_val, sizeof(tsf_val));
120 memcpy(*buffer, &tsf_val, sizeof(tsf_val));
199 memcpy(out_rates, bss_desc->supported_rates, MWIFIEX_SUPPORTED_RATES);
246 memcpy(*buffer, &ie_header, sizeof(ie_header));
250 memcpy(*buffer, priv->wps_ie, priv->wps_ie_len);
293 memcpy(*buffer, &ie_header, sizeof(ie_header));
302 memcpy(*buffe
[all...]
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c624 memcpy(adaptive->coef[i][j][k][l][m], \
645 memcpy(all_probs->kf_y_mode_prob[i][j],
653 memcpy(all_probs->mb_segment_tree_probs, seg->tree_probs,
656 memcpy(all_probs->segment_pred_probs, seg->pred_probs,
660 memcpy(all_probs->kf_uv_mode_prob[i], v4l2_vp9_kf_uv_mode_prob[i],
669 memcpy(adaptive->inter_mode[i], probs->inter_mode[i],
675 memcpy(adaptive->is_inter, probs->is_inter, sizeof(adaptive->is_inter));
678 memcpy(adaptive->uv_mode[i], probs->uv_mode[i],
683 memcpy(adaptive->tx8, probs->tx8, sizeof(adaptive->tx8));
684 memcpy(adaptiv
[all...]
/linux-master/arch/x86/um/asm/
H A Dprocessor_32.h47 memcpy(&to->tls_array, &from->tls_array, sizeof(from->tls_array));
/linux-master/arch/powerpc/include/asm/
H A Dvga.h45 #define scr_memcpyw memcpy
/linux-master/arch/mips/include/asm/
H A Dvga.h50 #define scr_memcpyw(d, s, c) memcpy(d, s, c)
/linux-master/arch/powerpc/boot/
H A Dstring.h18 extern void *memcpy(void *dest, const void *src, unsigned long n);
H A Dredboot-83xx.c42 memcpy(&bd, (char *)r3, sizeof(bd));
H A Dredboot-8xx.c40 memcpy(&bd, (char *)r3, sizeof(bd));
/linux-master/arch/sparc/include/asm/
H A Dvga.h48 memcpy(d, s, n);
H A Dstring.h15 #define memcpy(t, f, n) __builtin_memcpy(t, f, n) macro
/linux-master/arch/microblaze/lib/
H A DMakefile17 lib-y += memcpy.o memmove.o
/linux-master/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.h40 memcpy(pi->iscsic.mac_addr, ndev->dev_addr, ETH_ALEN);
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-coremask.h65 memcpy(dest, src, sizeof(*dest));
/linux-master/fs/nfs/
H A Dnfs4getroot.c37 memcpy(&server->fsid, &fsinfo.fattr->fsid, sizeof(server->fsid));
/linux-master/drivers/media/pci/ngene/
H A Dngene-i2c.c39 memcpy(com.cmd.I2CRead.Data, out, outlen);
52 memcpy(in, com.cmd.raw8, inlen + 1);
54 memcpy(in, com.cmd.raw8 + 1, inlen);
67 memcpy(com.cmd.I2CRead.Data, out, outlen);
/linux-master/arch/arc/kernel/
H A Darcksyms.c49 EXPORT_SYMBOL(memcpy); variable
/linux-master/arch/arm/kernel/
H A Dearly_printk.c20 memcpy(buf, s, l);
/linux-master/arch/arc/lib/
H A Dmemcpy-700.S8 ENTRY_CFI(memcpy)
63 END_CFI(memcpy)
/linux-master/tools/testing/selftests/arm64/signal/
H A Dsignals.S35 /* memcpy the provided content, while still keeping SP aligned */
39 bl memcpy
/linux-master/include/net/
H A D6lowpan.h194 memcpy(&ipaddr->s6_addr[8], lladdr, EUI64_ADDR_LEN);
210 memcpy(&ipaddr->s6_addr[8], lladdr, 3);
213 memcpy(&ipaddr->s6_addr[13], lladdr + 3, 3);
281 memcpy(*hc_ptr, data, len);
/linux-master/arch/sh/include/asm/
H A Dstring_32.h91 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
/linux-master/drivers/base/firmware_loader/
H A Dfallback_platform.c41 memcpy(fw_priv->data, data, size);
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_common.c31 * Real digital TV demod drivers should not have memcpy
51 memcpy(to + to_offset, from, len);
/linux-master/kernel/bpf/
H A Dsysfs_btf.c20 memcpy(buf, __start_BTF + off, len);

Completed in 175 milliseconds

1234567891011>>