/openbmc/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_hw.h | 70 static inline void ocrdma_copy_cpu_to_le32(void *dst, void *src, u32 len) in ocrdma_copy_cpu_to_le32() 83 static inline void ocrdma_copy_le32_to_cpu(void *dst, void *src, u32 len) in ocrdma_copy_le32_to_cpu()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | string.h | 58 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument 59 #define memmove(dst, src, len) __memmove(dst, src, len) argument
|
/openbmc/linux/arch/x86/crypto/ |
H A D | twofish_glue_3way.c | 27 static inline void twofish_enc_blk_3way(const void *ctx, u8 *dst, const u8 *src) in twofish_enc_blk_3way() 32 void twofish_dec_blk_cbc_3way(const void *ctx, u8 *dst, const u8 *src) in twofish_dec_blk_cbc_3way()
|
H A D | glue_helper-asm-avx.S | 8 #define load_8way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 28 #define store_cbc_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
|
H A D | glue_helper-asm-avx2.S | 8 #define load_16way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 28 #define store_cbc_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7, t0) \ argument
|
/openbmc/linux/tools/perf/util/ |
H A D | zstd.c | 58 void *src, size_t src_size, size_t max_record_size, in zstd_compress_stream_to_records() 92 size_t zstd_decompress_stream(struct zstd_data *data, void *src, size_t src_size, in zstd_decompress_stream()
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_c_to_py.c | 23 #define RVij(rv, src, dest) ((rv)->register_values[(dest)][(src)]) argument 45 unsigned int src = NI_NAMES_BASE; in family_write() local
|
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 79 static void emit_hppa64_depd(u8 src, u8 pos, u8 len, u8 target, bool no_zero, struct hppa_jit_conte… in emit_hppa64_depd() 92 static void emit_hppa64_shld(u8 src, int num, u8 target, struct hppa_jit_context *ctx) in emit_hppa64_shld() 97 static void emit_hppa64_extrd(u8 src, u8 pos, u8 len, u8 target, bool signed_op, struct hppa_jit_co… in emit_hppa64_extrd() 109 static void emit_hppa64_extrw(u8 src, u8 pos, u8 len, u8 target, bool signed_op, struct hppa_jit_co… in emit_hppa64_extrw() 124 static void emit_hppa64_shrd(u8 src, int num, u8 target, bool signed_op, struct hppa_jit_context *c… in emit_hppa64_shrd() 129 static void emit_hppa64_shrw(u8 src, int num, u8 target, bool signed_op, struct hppa_jit_context *c… in emit_hppa64_shrw()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-s3c.c | 160 int src; in sdhci_s3c_get_max_clk() local 178 unsigned int src, in sdhci_s3c_consider_clock() 231 int src; in sdhci_s3c_set_clock() local 309 int src; in sdhci_s3c_get_min_clock() local 327 int src; in sdhci_cmu_get_max_clock() local 349 int src; in sdhci_cmu_get_min_clock() local
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_fast.c | 95 void const* src, size_t srcSize, in ZSTD_compressBlock_fast_noDict_generic() 337 void const* src, size_t srcSize) in ZSTD_compressBlock_fast() 374 void const* src, size_t srcSize, U32 const mls, U32 const hasStep) in ZSTD_compressBlock_fast_dictMatchState_generic() 529 void const* src, size_t srcSize) in ZSTD_compressBlock_fast_dictMatchState() 550 void const* src, size_t srcSize, U32 const mls, U32 const hasStep) in ZSTD_compressBlock_fast_extDict_generic() 660 void const* src, size_t srcSize) in ZSTD_compressBlock_fast_extDict()
|
/openbmc/linux/arch/arm64/lib/ |
H A D | insn.c | 731 enum aarch64_insn_register src, in aarch64_insn_gen_add_sub_imm() 792 enum aarch64_insn_register src, in aarch64_insn_gen_bitfield() 902 enum aarch64_insn_register src, in aarch64_insn_gen_add_sub_shifted_reg() 960 enum aarch64_insn_register src, in aarch64_insn_gen_data1() 1003 enum aarch64_insn_register src, in aarch64_insn_gen_data2() 1053 enum aarch64_insn_register src, in aarch64_insn_gen_data3() 1096 enum aarch64_insn_register src, in aarch64_insn_gen_logical_shifted_reg() 1170 enum aarch64_insn_register src, in aarch64_insn_gen_move_reg()
|
/openbmc/u-boot/lib/ |
H A D | gzip.c | 39 unsigned char *src, unsigned long srclen) in gzip() 47 int zzip(void *dst, unsigned long *lenp, unsigned char *src, in zzip()
|
H A D | aes.c | 595 void aes_apply_cbc_chain_data(u8 *cbc_chain_data, u8 *src, u8 *dst) in aes_apply_cbc_chain_data() 603 void aes_cbc_encrypt_blocks(u8 *key_exp, u8 *iv, u8 *src, u8 *dst, in aes_cbc_encrypt_blocks() 629 void aes_cbc_decrypt_blocks(u8 *key_exp, u8 *iv, u8 *src, u8 *dst, in aes_cbc_decrypt_blocks()
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebt_mark_m.c | 46 static void mark_mt_compat_from_user(void *dst, const void *src) in mark_mt_compat_from_user() 57 static int mark_mt_compat_to_user(void __user *dst, const void *src) in mark_mt_compat_to_user()
|
/openbmc/linux/arch/csky/lib/ |
H A D | string.c | 30 void *memcpy(void *dest, const void *src, size_t count) in memcpy() 91 void *memmove(void *dest, const void *src, size_t count) in memmove()
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | aes.c | 81 static void p8_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in p8_aes_encrypt() 98 static void p8_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in p8_aes_decrypt()
|
/openbmc/linux/crypto/ |
H A D | dh_helper.c | 15 static inline u8 *dh_pack_data(u8 *dst, u8 *end, const void *src, size_t size) in dh_pack_data() 23 static inline const u8 *dh_unpack_data(void *dst, const void *src, size_t size) in dh_unpack_data()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | extended_user_header.cpp | 53 const SRC& src) : in ExtendedUserHeader() 128 const SRC& src) in createSymptomID()
|
/openbmc/linux/arch/sparc/lib/ |
H A D | checksum_32.S | 164 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 186 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 209 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \ argument
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | cache.c | 101 void copy_user_highpage(struct page *dst, struct page *src, in copy_user_highpage() 272 unsigned long vaddr, void *dst, const void *src, in copy_to_user_page() 312 unsigned long vaddr, void *dst, const void *src, in copy_from_user_page()
|
/openbmc/linux/sound/soc/intel/atom/sst/ |
H A D | sst_loader.c | 32 void memcpy32_toio(void __iomem *dst, const void *src, int count) in memcpy32_toio() 40 void memcpy32_fromio(void *dst, const void __iomem *src, int count) in memcpy32_fromio() 147 void *destn, const void *src, u32 size, bool is_io) in sst_fill_memcpy_list()
|
/openbmc/linux/include/linux/ |
H A D | uaccess.h | 201 copy_mc_to_kernel(void *dst, const void *src, size_t cnt) in copy_mc_to_kernel() 348 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user() 389 #define __get_kernel_nofault(dst, src, type, label) \ argument 398 #define __put_kernel_nofault(dst, src, type, label) \ argument
|
/openbmc/linux/lib/crypto/ |
H A D | des.c | 781 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) in des_encrypt() 802 void des_decrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) in des_decrypt() 844 void des3_ede_encrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) in des3_ede_encrypt() 873 void des3_ede_decrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) in des3_ede_decrypt()
|
/openbmc/linux/mm/kasan/ |
H A D | shadow.c | 61 void *memmove(void *dest, const void *src, size_t len) in memmove() 72 void *memcpy(void *dest, const void *src, size_t len) in memcpy() 92 void *__asan_memmove(void *dest, const void *src, ssize_t len) in __asan_memmove() 103 void *__asan_memcpy(void *dest, const void *src, ssize_t len) in __asan_memcpy()
|
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp.c | 204 void emit_mov_r(struct jit_context *ctx, u8 dst, u8 src) in emit_mov_r() 342 void emit_alu_r(struct jit_context *ctx, u8 dst, u8 src, u8 op) in emit_alu_r() 409 void emit_atomic_r(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r() 445 void emit_cmpxchg_r(struct jit_context *ctx, u8 dst, u8 src, u8 res, s16 off) in emit_cmpxchg_r() 758 void emit_jmp_r(struct jit_context *ctx, u8 dst, u8 src, s32 off, u8 op) in emit_jmp_r()
|