Home
last modified time | relevance | path

Searched defs:dst (Results 251 - 275 of 6805) sorted by relevance

1...<<11121314151617181920>>...273

/kernel/linux/linux-5.10/arch/parisc/lib/
H A Dmemcpy.c23 unsigned long raw_copy_to_user(void __user *dst, const void *src, in raw_copy_to_user() argument
32 unsigned long raw_copy_from_user(void *dst, const void __user *src, in raw_copy_from_user() argument
41 unsigned long raw_copy_in_user(void __user *dst, const void __user *src, unsigned long len) in raw_copy_in_user() argument
49 void * memcpy(void * dst,const void *src, size_t count) in memcpy() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Duaccess_64.h50 raw_copy_from_user(void *dst, const void __user *src, unsigned long size) in raw_copy_from_user() argument
56 raw_copy_to_user(void __user *dst, const void *src, unsigned long size) in raw_copy_to_user() argument
62 unsigned long raw_copy_in_user(void __user *dst, const void __user *src, unsigned long size) in raw_copy_in_user() argument
76 __copy_from_user_inatomic_nocache(void *dst, const void __user *src, in __copy_from_user_inatomic_nocache() argument
84 __copy_from_user_flushcache(void *dst, const void __user *src, unsigned size) __copy_from_user_flushcache() argument
[all...]
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dide.h35 static inline void __ide_insw(void __iomem *port, void *dst, u32 count) in __ide_insw() argument
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DPeeCeeI.c88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb() argument
116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw() argument
144 void insl(unsigned long __addr, void *dst, unsigned long count) in insl() argument
[all...]
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dpgm_check_info.c14 static char *__add_val_as_hex(char *dst, const unsigned char *src, size_t count) in __add_val_as_hex() argument
21 static char *add_str(char *dst, char *src) in add_str() argument
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dprocess.c24 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) in arch_dup_task_struct() argument
H A Dio.c103 void memset_io(volatile void __iomem *dst, int c, unsigned long count) in memset_io() argument
/kernel/linux/linux-5.10/crypto/
H A Decdh_helper.c15 static inline u8 *ecdh_pack_data(void *dst, const void *src, size_t sz) in ecdh_pack_data() argument
21 static inline const u8 *ecdh_unpack_data(void *dst, const void *src, size_t sz) in ecdh_unpack_data() argument
H A Ddes_generic.c37 static void crypto_des_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in crypto_des_encrypt() argument
44 static void crypto_des_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in crypto_des_decrypt() argument
69 static void crypto_des3_ede_encrypt(struct crypto_tfm *tfm, u8 *dst, in crypto_des3_ede_encrypt() argument
77 static void crypto_des3_ede_decrypt(struct crypto_tfm *tfm, u8 *dst, in crypto_des3_ede_decrypt() argument
H A Ddh_helper.c15 static inline u8 *dh_pack_data(u8 *dst, u8 *end, const void *src, size_t size) in dh_pack_data() argument
23 static inline const u8 *dh_unpack_data(void *dst, const void *src, size_t size) in dh_unpack_data() argument
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-prng.c15 sun4i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) sun4i_ss_prng_generate() argument
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_sram_mgr.c77 void cc_set_sram_desc(const u32 *src, u32 dst, unsigned int nelement, in cc_set_sram_desc() argument
/kernel/linux/linux-6.6/arch/hexagon/mm/
H A Dcopy_from_user.S29 #define dst r0 define
H A Dcopy_to_user.S28 #define dst r0 define
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dcopy_template.S31 dst .req x6 label
[all...]
H A Dmemset.S41 dst .req x8 label
[all...]
/kernel/linux/linux-6.6/arch/parisc/lib/
H A Dmemcpy.c23 unsigned long raw_copy_to_user(void __user *dst, const void *src, in raw_copy_to_user() argument
32 unsigned long raw_copy_from_user(void *dst, const void __user *src, in raw_copy_from_user() argument
41 void * memcpy(void * dst,const void *src, size_t count) in memcpy() argument
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dset-tz.c28 int set_tz(int min, int dst) in set_tz() argument
61 int min, dst; in main() local
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dio.c77 void _memset_io(volatile void __iomem *dst, int c, size_t count) in _memset_io() argument
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dio.c103 void memset_io(volatile void __iomem *dst, int c, unsigned long count) in memset_io() argument
H A Dprocess.c24 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/sparc/lib/
H A DPeeCeeI.c88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb() argument
116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw() argument
144 void insl(unsigned long __addr, void *dst, unsigned long count) in insl() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_memcpy.c38 static void __memcpy_ntdqa(void *dst, const void *src, unsigned long len) in __memcpy_ntdqa() argument
67 static void __memcpy_ntdqu(void *dst, const void *src, unsigned long len) in __memcpy_ntdqu() argument
113 i915_memcpy_from_wc(void *dst, const void *src, unsigned long len) i915_memcpy_from_wc() argument
138 i915_unaligned_memcpy_from_wc(void *dst, void *src, unsigned long len) i915_unaligned_memcpy_from_wc() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.h48 static inline void ocrdma_cpu_to_le32(void *dst, u32 len) in ocrdma_cpu_to_le32() argument
59 static inline void ocrdma_le32_to_cpu(void *dst, u32 len) in ocrdma_le32_to_cpu() argument
70 static inline void ocrdma_copy_cpu_to_le32(void *dst, void *src, u32 len) in ocrdma_copy_cpu_to_le32() argument
83 static inline void ocrdma_copy_le32_to_cpu(void *dst, voi argument
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-io.c15 u8 __iomem *dst = addr; in cx18_memset_io() local
[all...]

Completed in 10 milliseconds

1...<<11121314151617181920>>...273