Searched defs:dst (Results 201 - 225 of 1783) sorted by path

1234567891011>>

/linux-master/arch/s390/mm/
H A Dmaccess.c27 static notrace long s390_kernel_write_odd(void *dst, const void *src, size_t size) argument
64 notrace void *s390_kernel_write(void *dst, const void *src, size_t size) argument
/linux-master/arch/s390/pci/
H A Dpci_insn.c389 static inline int zpci_write_block_fh(volatile void __iomem *dst, argument
416 int zpci_write_block(volatile void __iomem *dst, argument
H A Dpci_mmio.c90 static inline int __memcpy_toio_inuser(void __iomem *dst, argument
193 __pcilg_mio_inuser( void __user *dst, const void __iomem *ioaddr, u64 ulen, u8 *status) argument
237 __memcpy_fromio_inuser(void __user *dst, const void __iomem *src, unsigned long n) argument
[all...]
/linux-master/arch/sh/include/asm/
H A Dchecksum_32.h45 __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len) argument
52 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) argument
196 csum_and_copy_to_user(const void *src, void __user *dst, int len) argument
H A Dio_noioport.h49 static inline void insb(unsigned long port, void *dst, unsigned long count) argument
54 static inline void insw(unsigned long port, void *dst, unsigned long count) argument
59 static inline void insl(unsigned long port, void *dst, unsigned long count) argument
/linux-master/arch/sh/kernel/
H A Ddwarf.c128 static inline int dwarf_read_addr(unsigned long *src, unsigned long *dst) argument
H A Dio_trapped.c221 static unsigned long from_device(void *dst, const void *src, unsigned long cnt) argument
244 static unsigned long to_device(void *dst, const void *src, unsigned long cnt) argument
H A Diomap.c77 static inline void mmio_insb(const void __iomem *addr, u8 *dst, int count) argument
86 static inline void mmio_insw(const void __iomem *addr, u16 *dst, int count) argument
95 static inline void mmio_insl(const void __iomem *addr, u32 *dst, int count) 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) argument
140 ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) argument
[all...]
H A Dprocess.c24 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) argument
H A Dtraps_32.c49 static inline void sign_extend(unsigned int count, unsigned char *dst) argument
79 copy_from_kernel_wrapper(void *dst, const void __user *src, unsigned long cnt) argument
85 copy_to_kernel_wrapper(void __user *dst, const void *src, unsigned long cnt) argument
108 unsigned char *src, *dst; local
[all...]
/linux-master/arch/sh/mm/
H A Dcache.c60 copy_to_user_page(struct vm_area_struct *vma, struct page *page, unsigned long vaddr, void *dst, const void *src, unsigned long len) argument
81 copy_from_user_page(struct vm_area_struct *vma, struct page *page, unsigned long vaddr, void *dst, const void *src, unsigned long len) argument
/linux-master/arch/sparc/crypto/
H A Daes_glue.c205 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
212 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
325 u8 *dst = walk->dst local
[all...]
H A Dcamellia_glue.c62 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
71 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
H A Ddes_glue.c74 static void sparc_des_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
82 static void sparc_des_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
223 static void sparc_des3_ede_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
231 static void sparc_des3_ede_decrypt(struct crypto_tfm *tfm, u8 *dst, cons argument
[all...]
H A Dmd5_glue.c88 u32 *dst = (u32 *)out; local
H A Dsha1_glue.c72 __be32 *dst = (__be32 *)out; local
H A Dsha256_glue.c71 __be32 *dst = (__be32 *)out; local
H A Dsha512_glue.c72 __be64 *dst = (__be64 *)out; local
/linux-master/arch/sparc/include/asm/
H A Dchecksum_32.h45 csum_partial_copy_nocheck(const void *src, void *dst, int len) argument
63 csum_and_copy_from_user(const void __user *src, void *dst, int len) argument
71 csum_and_copy_to_user(const void *src, void __user *dst, int len) argument
H A Dio_32.h23 static inline void _memset_io(volatile void __iomem *dst, argument
34 static inline void _memcpy_fromio(void *dst, const volatile void __iomem *src, argument
46 static inline void _memcpy_toio(volatile void __iomem *dst, const void *src, argument
104 static inline void sbus_memcpy_fromio(void *dst, argument
117 static inline void sbus_memcpy_toio(volatile void __iomem *dst, argument
[all...]
H A Dio_64.h344 static inline void sbus_memset_io(volatile void __iomem *dst, int c, __kernel_size_t n) argument
352 static inline void memset_io(volatile void __iomem *dst, int c, __kernel_size_t n) argument
363 static inline void sbus_memcpy_fromio(void *dst, const volatile void __iomem *src, argument
376 static inline void memcpy_fromio(void *dst, const volatile void __iomem *src, argument
389 static inline void sbus_memcpy_toio(volatile void __iomem *dst, cons argument
402 memcpy_toio(volatile void __iomem *dst, const void *src, __kernel_size_t n) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dbtext.c114 unsigned int *dst = (unsigned int *)calc_base(0,0); local
H A Dprocess_32.c218 clone_stackframe(struct sparc_stackf __user *dst, argument
H A Dprocess_64.c636 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) argument
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c288 static void emit_alu(u32 opcode, u32 src, u32 dst, struct jit_ctx *ctx) argument
298 static void emit_alu_K(unsigned int opcode, unsigned int dst, unsigned int imm, argument
317 emit_alu3_K(unsigned int opcode, unsigned int src, unsigned int imm, unsigned int dst, struct jit_ctx *ctx) argument
627 emit_cbcond(unsigned int cb_opc, unsigned int from_idx, unsigned int to_idx, const u8 dst, const u8 src, struct jit_ctx *ctx) argument
635 emit_cbcondi(unsigned int cb_opc, unsigned int from_idx, unsigned int to_idx, const u8 dst, s32 imm, struct jit_ctx *ctx) argument
658 emit_compare_and_branch(const u8 code, const u8 dst, u8 src, const s32 imm, bool is_imm, int branch_dst, struct jit_ctx *ctx) argument
898 const u8 dst = bpf2sparc[insn->dst_reg]; local
[all...]

Completed in 290 milliseconds

1234567891011>>