/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-glue.c | 277 struct scatterlist *src = req->src, *dst = req->dst; in cts_cbc_encrypt() local 334 struct scatterlist *src = req->src, *dst = req->dst; cts_cbc_decrypt() local 484 ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) ctr_encrypt_one() argument 515 struct scatterlist *src, *dst; xts_encrypt() local 587 struct scatterlist *src, *dst; xts_decrypt() local [all...] |
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
H A D | sev.c | 627 __sev_issue_dbg_cmd(struct kvm *kvm, unsigned long src, unsigned long dst, int size, int *error, bool enc) __sev_issue_dbg_cmd() argument
|
H A D | nested.c | 155 static void copy_vmcb_control_area(struct vmcb_control_area *dst, in copy_vmcb_control_area() argument [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | skcipher.c | 36 struct scatter_walk dst; member [all...] |
H A D | af_alg.c | 594 void af_alg_pull_tsgl(struct sock *sk, size_t used, struct scatterlist *dst, in af_alg_pull_tsgl() argument [all...] |
H A D | ccm.c | 35 struct scatterlist dst[3]; member 45 struct scatterlist dst[3]; member 290 struct scatterlist *dst; crypto_ccm_encrypt() local 330 struct scatterlist *dst; crypto_ccm_decrypt_done() local 350 struct scatterlist *dst; crypto_ccm_decrypt() local [all...] |
/kernel/linux/linux-5.10/drivers/base/ |
H A D | swnode.c | 235 static int property_entry_copy_data(struct property_entry *dst, in property_entry_copy_data() argument [all...] |
/kernel/linux/linux-5.10/arch/parisc/lib/ |
H A D | iomap.c | 102 static void ioport_read8r(const void __iomem *addr, void *dst, unsigned long count) in ioport_read8r() argument 104 insb(ADDR2PORT(addr), dst, count); in ioport_read8r() local 107 static void ioport_read16r(const void __iomem *addr, void *dst, unsigned long count) in ioport_read16r() argument 109 insw(ADDR2PORT(addr), dst, count); in ioport_read16r() local 112 static void ioport_read32r(const void __iomem *addr, void *dst, unsigned long count) in ioport_read32r() argument 114 insl(ADDR2PORT(addr), dst, count); in ioport_read32r() local 223 static void iomem_read8r(const void __iomem *addr, void *dst, unsigned long count) in iomem_read8r() argument 231 static void iomem_read16r(const void __iomem *addr, void *dst, unsigne argument 239 iomem_read32r(const void __iomem *addr, void *dst, unsigned long count) iomem_read32r() argument 446 ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) ioread8_rep() argument 458 ioread16_rep(const void __iomem *addr, void *dst, unsigned long count) ioread16_rep() argument 470 ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) ioread32_rep() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/net/ |
H A D | bpf_jit.c | 149 static inline void emit_addu(unsigned int dst, unsigned int src1, in emit_addu() argument 161 static inline void emit_load_imm(unsigned int dst, u32 imm, struct jit_ctx *ctx) in emit_load_imm() argument 181 static inline void emit_or(unsigned int dst, unsigned int src1, in emit_or() argument 187 static inline void emit_ori(unsigned int dst, unsigned src, u32 imm, in emit_ori() argument 198 emit_daddiu(unsigned int dst, unsigned int src, int imm, struct jit_ctx *ctx) emit_daddiu() argument 208 emit_addiu(unsigned int dst, unsigned int src, u32 imm, struct jit_ctx *ctx) emit_addiu() argument 219 emit_and(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_and() argument 225 emit_andi(unsigned int dst, unsigned int src, u32 imm, struct jit_ctx *ctx) emit_andi() argument 237 emit_xor(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_xor() argument 243 emit_xori(ptr dst, ptr src, u32 imm, struct jit_ctx *ctx) emit_xori() argument 259 emit_subu(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_subu() argument 270 emit_sllv(unsigned int dst, unsigned int src, unsigned int sa, struct jit_ctx *ctx) emit_sllv() argument 276 emit_sll(unsigned int dst, unsigned int src, unsigned int sa, struct jit_ctx *ctx) emit_sll() argument 287 emit_srlv(unsigned int dst, unsigned int src, unsigned int sa, struct jit_ctx *ctx) emit_srlv() argument 293 emit_srl(unsigned int dst, unsigned int src, unsigned int sa, struct jit_ctx *ctx) emit_srl() argument 304 emit_slt(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_slt() argument 310 emit_sltu(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_sltu() argument 316 emit_sltiu(unsigned dst, unsigned int src, unsigned int imm, struct jit_ctx *ctx) emit_sltiu() argument 374 emit_mul(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_mul() argument 380 emit_div(unsigned int dst, unsigned int src, struct jit_ctx *ctx) emit_div() argument 392 emit_mod(unsigned int dst, unsigned int src, struct jit_ctx *ctx) emit_mod() argument 404 emit_dsll(unsigned int dst, unsigned int src, unsigned int sa, struct jit_ctx *ctx) emit_dsll() argument 410 emit_dsrl32(unsigned int dst, unsigned int src, unsigned int sa, struct jit_ctx *ctx) emit_dsrl32() argument 416 emit_wsbh(unsigned int dst, unsigned int src, struct jit_ctx *ctx) emit_wsbh() argument 423 emit_load_ptr(unsigned int dst, unsigned int src, int imm, struct jit_ctx *ctx) emit_load_ptr() argument 447 emit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx) emit_reg_move() argument 453 emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx) emit_jit_reg_move() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | init.c | 194 copy_to_user_page(struct vm_area_struct *vma, struct page *page, unsigned long vaddr, void *dst, const void *src, unsigned long len) copy_to_user_page() argument 212 copy_from_user_page(struct vm_area_struct *vma, struct page *page, unsigned long vaddr, void *dst, const void *src, unsigned long len) copy_from_user_page() argument
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | crash_dump.c | 135 int copy_oldmem_kernel(void *dst, void *src, size_t count) in copy_oldmem_kernel() argument 179 static int copy_oldmem_user(void __user *dst, void *src, size_t count) in copy_oldmem_user() argument [all...] |
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vector_user.c | 310 char *src, *dst; in user_init_unix_fds() local 527 char *src, *dst, *srcport, *dstport; in user_init_socket_fds() local [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | process.c | 89 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) in arch_dup_task_struct() argument
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | dwarf.c | 128 static inline int dwarf_read_addr(unsigned long *src, unsigned long *dst) in dwarf_read_addr() argument
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | io.h | 415 static inline void iosubmit_cmds512(void __iomem *dst, const void *src, in iosubmit_cmds512() argument
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | io_64.h | 330 static inline void sbus_memset_io(volatile void __iomem *dst, int c, __kernel_size_t n) in sbus_memset_io() argument 338 static inline void memset_io(volatile void __iomem *dst, int c, __kernel_size_t n) in memset_io() argument 348 static inline void sbus_memcpy_fromio(void *dst, const volatile void __iomem *src, in sbus_memcpy_fromio() argument 361 static inline void memcpy_fromio(void *dst, const volatile void __iomem *src, in memcpy_fromio() argument 373 static inline void sbus_memcpy_toio(volatile void __iomem *dst, cons argument 386 memcpy_toio(volatile void __iomem *dst, const void *src, __kernel_size_t n) memcpy_toio() argument [all...] |
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 243 static void emit_alu_i64(const s8 *dst, s32 imm, in emit_alu_i64() argument 327 static void emit_alu_i32(const s8 *dst, s32 imm, in emit_alu_i32() argument 406 static void emit_alu_r64(const s8 *dst, const s8 *src, in emit_alu_r64() argument 511 static void emit_alu_r32(const s8 *dst, cons argument 838 emit_load_r64(const s8 *dst, const s8 *src, s16 off, struct rv_jit_context *ctx, const u8 size) emit_load_r64() argument 875 emit_store_r64(const s8 *dst, const s8 *src, s16 off, struct rv_jit_context *ctx, const u8 size, const u8 mode) emit_store_r64() argument 946 emit_zext64(const s8 *dst, struct rv_jit_context *ctx) emit_zext64() argument 966 const s8 *dst = bpf2rv32[insn->dst_reg]; bpf_jit_emit_insn() local [all...] |
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | file.c | 25 static void copy_stat(struct uml_stat *dst, const struct stat64 *src) in copy_stat() argument
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | udp.c | 415 struct dst_entry *dst; in nip_udp_output() local
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | numa.c | 172 static void __init numa_move_tail_memblk(struct numa_meminfo *dst, int idx, in numa_move_tail_memblk() argument
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caampkc.c | 893 u8 *dst; in caam_read_rsa_crt() local [all...] |
/kernel/linux/linux-5.10/drivers/dma/sh/ |
H A D | shdmac.c | 377 sh_dmae_desc_setup(struct shdma_chan *schan, struct shdma_desc *sdesc, dma_addr_t src, dma_addr_t dst, size_t *len) sh_dmae_desc_setup() argument
|
H A D | shdma-base.c | 501 shdma_add_desc(struct shdma_chan *schan, unsigned long flags, dma_addr_t *dst, dma_addr_t *src, size_t *len, struct shdma_desc **first, enum dma_transfer_direction direction) shdma_add_desc() argument
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | st_fdma.c | 310 st_fdma_prep_dma_memcpy( struct dma_chan *chan, dma_addr_t dst, dma_addr_t src, size_t len, unsigned long flags) st_fdma_prep_dma_memcpy() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd.c | 554 uint8_t amdgpu_amdkfd_get_xgmi_hops_count(struct kgd_dev *dst, struct kgd_dev *src) in amdgpu_amdkfd_get_xgmi_hops_count() argument
|