| /kernel/linux/linux-6.6/arch/powerpc/crypto/ |
| H A D | sha256-spe-glue.c | 112 __be32 *dst = (__be32 *)out; in ppc_spe_sha256_final() local 148 __be32 *dst in ppc_spe_sha224_final() local [all...] |
| H A D | sha1.c | 64 __be32 *dst = (__be32 *)out; in powerpc_sha1_final() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/rseq/ |
| H A D | rseq-skip.h | 52 rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, void *dst, void *src, size_t len, intptr_t newv, int cpu) rseq_cmpeqv_trymemcpy_storev() argument 60 rseq_cmpeqv_trymemcpy_storev_release(intptr_t *v, intptr_t expect, void *dst, void *src, size_t len, intptr_t newv, int cpu) rseq_cmpeqv_trymemcpy_storev_release() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
| H A D | exc_validate.c | 83 unsigned long src, dst, len; in test_copy_exception() local
|
| /kernel/linux/linux-6.6/arch/alpha/boot/ |
| H A D | bootp.c | 111 load(unsigned long dst, unsigned long src, unsigned long count) in load() argument
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| H A D | poly1305-glue.c | 188 void poly1305_final_arch(struct poly1305_desc_ctx *dctx, u8 *dst) in poly1305_final_arch() argument 202 static int arm_poly1305_final(struct shash_desc *desc, u8 *dst) in arm_poly1305_final() argument
|
| /kernel/linux/linux-6.6/arch/arm/include/asm/ |
| H A D | checksum.h | 47 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument
|
| /kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
| H A D | sram-init.c | 64 void *dst = NULL; in omap_sram_push() local
|
| /kernel/linux/linux-6.6/arch/arm64/crypto/ |
| H A D | chacha-neon-glue.c | 42 static void chacha_doneon(u32 *state, u8 *dst, const u8 *src, in chacha_doneon() argument 83 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() argument [all...] |
| H A D | poly1305-glue.c | 170 void poly1305_final_arch(struct poly1305_desc_ctx *dctx, u8 *dst) in poly1305_final_arch() argument 184 static int neon_poly1305_final(struct shash_desc *desc, u8 *dst) in neon_poly1305_final() argument
|
| H A D | aes-ce-glue.c | 46 static void aes_cipher_encrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) in aes_cipher_encrypt() argument 60 static void aes_cipher_decrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) in aes_cipher_decrypt() argument
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| H A D | signal.h | 22 static inline int __get_user_sigset(sigset_t *dst, const sigset_t __user *src) in __get_user_sigset() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_noinline.c | 22 __be32 dst; in test_xdp_noinline() member
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | test_tc_neigh_fib.c | 54 struct in6_addr *dst = (struct in6_addr *)fib_params->ipv6_dst; in fill_fib_params_v6() local
|
| H A D | xdping_kern.c | 30 unsigned short dst[3]; in swap_src_dst_mac() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | test_skb_cgroup_id_user.c | 51 struct sockaddr_in6 dst; in send_packet() local 27 mk_dst_addr(const char *ip, const char *iface, struct sockaddr_in6 *dst) mk_dst_addr() argument [all...] |
| /kernel/linux/linux-6.6/arch/s390/crypto/ |
| H A D | ghash_s390.c | 107 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final() argument
|
| H A D | chacha-glue.c | 21 static void chacha20_crypt_s390(u32 *state, u8 *dst, const u8 *src, in chacha20_crypt_s390() argument 78 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, in chacha_crypt_arch() argument
|
| /kernel/linux/linux-6.6/arch/sh/include/asm/ |
| H A D | checksum_32.h | 45 __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck() argument 52 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument 196 csum_and_copy_to_user(const void *src, void __user *dst, int len) csum_and_copy_to_user() argument
|
| H A D | io_noioport.h | 49 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() argument 54 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw() argument 59 static inline void insl(unsigned long port, void *dst, unsigned long count) in insl() argument
|
| /kernel/linux/linux-6.6/arch/riscv/kernel/ |
| H A D | process.c | 166 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) in arch_dup_task_struct() argument
|
| /kernel/linux/linux-6.6/arch/s390/boot/ |
| H A D | pgm_check_info.c | 16 static char *as_hex(char *dst, unsigned long val, int pad) in as_hex() argument
|
| /kernel/linux/linux-6.6/arch/sh/kernel/ |
| H A D | iomap.c | 77 static inline void mmio_insb(const void __iomem *addr, u8 *dst, int count) in mmio_insb() argument 86 static inline void mmio_insw(const void __iomem *addr, u16 *dst, int count) in mmio_insw() argument 95 static inline void mmio_insl(const void __iomem *addr, u32 *dst, int count) in mmio_insl() argument 128 void ioread8_rep(const void __iomem *addr, void *dst, unsigne argument 134 ioread16_rep(const void __iomem *addr, void *dst, unsigned long count) ioread16_rep() argument 140 ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) ioread32_rep() argument [all...] |
| /kernel/linux/linux-6.6/arch/sparc/include/asm/ |
| H A D | checksum_32.h | 45 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck() argument 63 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument 71 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() argument
|
| H A D | io_32.h | 23 static inline void _memset_io(volatile void __iomem *dst, in _memset_io() argument 34 static inline void _memcpy_fromio(void *dst, const volatile void __iomem *src, in _memcpy_fromio() argument 46 static inline void _memcpy_toio(volatile void __iomem *dst, const void *src, in _memcpy_toio() argument 104 static inline void sbus_memcpy_fromio(void *dst, in sbus_memcpy_fromio() argument 117 static inline void sbus_memcpy_toio(volatile void __iomem *dst, in sbus_memcpy_toio() argument [all...] |