| /arch/m68k/math-emu/ |
| D | fp_trig.c | 22 fp_fsin(struct fp_ext *dest, struct fp_ext *src) in fp_fsin() 32 fp_fcos(struct fp_ext *dest, struct fp_ext *src) in fp_fcos() 42 fp_ftan(struct fp_ext *dest, struct fp_ext *src) in fp_ftan() 52 fp_fasin(struct fp_ext *dest, struct fp_ext *src) in fp_fasin() 62 fp_facos(struct fp_ext *dest, struct fp_ext *src) in fp_facos() 72 fp_fatan(struct fp_ext *dest, struct fp_ext *src) in fp_fatan() 82 fp_fsinh(struct fp_ext *dest, struct fp_ext *src) in fp_fsinh() 92 fp_fcosh(struct fp_ext *dest, struct fp_ext *src) in fp_fcosh() 102 fp_ftanh(struct fp_ext *dest, struct fp_ext *src) in fp_ftanh() 112 fp_fatanh(struct fp_ext *dest, struct fp_ext *src) in fp_fatanh() [all …]
|
| D | fp_log.c | 29 fp_fsqrt(struct fp_ext *dest, struct fp_ext *src) in fp_fsqrt() 102 fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src) in fp_fetoxm1() 112 fp_fetox(struct fp_ext *dest, struct fp_ext *src) in fp_fetox() 122 fp_ftwotox(struct fp_ext *dest, struct fp_ext *src) in fp_ftwotox() 132 fp_ftentox(struct fp_ext *dest, struct fp_ext *src) in fp_ftentox() 142 fp_flogn(struct fp_ext *dest, struct fp_ext *src) in fp_flogn() 152 fp_flognp1(struct fp_ext *dest, struct fp_ext *src) in fp_flognp1() 162 fp_flog10(struct fp_ext *dest, struct fp_ext *src) in fp_flog10() 172 fp_flog2(struct fp_ext *dest, struct fp_ext *src) in fp_flog2() 182 fp_fgetexp(struct fp_ext *dest, struct fp_ext *src) in fp_fgetexp() [all …]
|
| D | fp_arith.c | 32 fp_fabs(struct fp_ext *dest, struct fp_ext *src) in fp_fabs() 44 fp_fneg(struct fp_ext *dest, struct fp_ext *src) in fp_fneg() 61 fp_fadd(struct fp_ext *dest, struct fp_ext *src) in fp_fadd() 121 fp_fsub(struct fp_ext *dest, struct fp_ext *src) in fp_fsub() 131 fp_fcmp(struct fp_ext *dest, struct fp_ext *src) in fp_fcmp() 141 fp_ftst(struct fp_ext *dest, struct fp_ext *src) in fp_ftst() 151 fp_fmul(struct fp_ext *dest, struct fp_ext *src) in fp_fmul() 229 fp_fdiv(struct fp_ext *dest, struct fp_ext *src) in fp_fdiv() 310 fp_fsglmul(struct fp_ext *dest, struct fp_ext *src) in fp_fsglmul() 367 fp_fsgldiv(struct fp_ext *dest, struct fp_ext *src) in fp_fsgldiv() [all …]
|
| D | fp_emu.h | 74 #define fp_copy_ext(dest, src) ({ \ argument 78 #define fp_monadic_check(dest, src) ({ \ argument 84 #define fp_dyadic_check(dest, src) ({ \ argument 108 #define fp_conv_ext2long(src) ({ \ argument 118 #define fp_conv_long2ext(dest, src) ({ \ argument
|
| /arch/x86/include/asm/crypto/ |
| D | serpent-sse2.h | 18 const u8 *src) in serpent_enc_blk_xway() 24 const u8 *src) in serpent_enc_blk_xway_xor() 30 const u8 *src) in serpent_dec_blk_xway() 45 const u8 *src) in serpent_enc_blk_xway() 51 const u8 *src) in serpent_enc_blk_xway_xor() 57 const u8 *src) in serpent_dec_blk_xway()
|
| D | camellia.h | 63 const u8 *src) in camellia_enc_blk() 69 const u8 *src) in camellia_enc_blk_xor() 75 const u8 *src) in camellia_enc_blk_2way() 81 const u8 *src) in camellia_enc_blk_xor_2way()
|
| /arch/parisc/lib/ |
| D | memcpy.c | 23 unsigned long raw_copy_to_user(void __user *dst, const void *src, in raw_copy_to_user() 32 unsigned long raw_copy_from_user(void *dst, const void __user *src, in raw_copy_from_user() 41 unsigned long raw_copy_in_user(void __user *dst, const void __user *src, unsigned long len) in raw_copy_in_user() 49 void * memcpy(void * dst,const void *src, size_t count) in memcpy() 60 long probe_kernel_read(void *dst, const void *src, size_t size) in probe_kernel_read()
|
| D | io.c | 19 void memcpy_toio(volatile void __iomem *dst, const void *src, int count) in memcpy_toio() 54 void memcpy_fromio(void *dst, const volatile void __iomem *src, int count) in memcpy_fromio() 319 void outsb(unsigned long port, const void * src, unsigned long count) in outsb() 337 void outsw (unsigned long port, const void *src, unsigned long count) in outsw() 409 void outsl (unsigned long port, const void *src, unsigned long count) in outsl()
|
| /arch/mips/include/asm/ |
| D | ftrace.h | 22 #define safe_load(load, src, dst, error) \ argument 44 #define safe_store(store, src, dst, error) \ argument 66 #define safe_load_code(dst, src, error) \ argument 68 #define safe_store_code(src, dst, error) \ argument 71 #define safe_load_stack(dst, src, error) \ argument 74 #define safe_store_stack(src, dst, error) \ argument
|
| /arch/x86/include/asm/ |
| D | uaccess_64.h | 66 raw_copy_from_user(void *dst, const void __user *src, unsigned long size) in raw_copy_from_user() 123 raw_copy_to_user(void __user *dst, const void *src, unsigned long size) in raw_copy_to_user() 182 unsigned long raw_copy_in_user(void __user *dst, const void __user *src, unsigned long size) in raw_copy_in_user() 196 __copy_from_user_inatomic_nocache(void *dst, const void __user *src, in __copy_from_user_inatomic_nocache() 204 __copy_from_user_flushcache(void *dst, const void __user *src, unsigned size) in __copy_from_user_flushcache()
|
| D | pvclock.h | 21 unsigned pvclock_read_begin(const struct pvclock_vcpu_time_info *src) in pvclock_read_begin() 30 bool pvclock_read_retry(const struct pvclock_vcpu_time_info *src, in pvclock_read_retry() 82 u64 __pvclock_read_cycles(const struct pvclock_vcpu_time_info *src, u64 tsc) in __pvclock_read_cycles()
|
| /arch/hexagon/lib/ |
| D | io.c | 20 const volatile short int *src = (short int *) addr; in __raw_readsw() local 39 const short int *src = (short int *)data; in __raw_writesw() local 54 const volatile long *src = (long *) addr; in __raw_readsl() local 68 const long *src = (long *)data; in __raw_writesl() local
|
| /arch/s390/mm/ |
| D | maccess.c | 21 static notrace long s390_kernel_write_odd(void *dst, const void *src, size_t size) in s390_kernel_write_odd() 58 void notrace s390_kernel_write(void *dst, const void *src, size_t size) in s390_kernel_write() 73 static int __no_sanitize_address __memcpy_real(void *dest, void *src, size_t count) in __memcpy_real() 95 unsigned long src, in _memcpy_real() 120 int memcpy_real(void *dest, void *src, size_t count) in memcpy_real() 143 void memcpy_absolute(void *dest, void *src, size_t count) in memcpy_absolute() 167 int copy_to_user_real(void __user *dest, void *src, unsigned long count) in copy_to_user_real()
|
| /arch/sparc/crypto/ |
| D | des_glue.c | 67 static void sparc_des_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in sparc_des_encrypt() 75 static void sparc_des_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in sparc_des_decrypt() 91 struct scatterlist *dst, struct scatterlist *src, in __ecb_crypt() 122 struct scatterlist *dst, struct scatterlist *src, in ecb_encrypt() 129 struct scatterlist *dst, struct scatterlist *src, in ecb_decrypt() 139 struct scatterlist *dst, struct scatterlist *src, in cbc_encrypt() 170 struct scatterlist *dst, struct scatterlist *src, in cbc_decrypt() 233 static void sparc_des3_ede_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in sparc_des3_ede_encrypt() 241 static void sparc_des3_ede_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in sparc_des3_ede_decrypt() 255 struct scatterlist *dst, struct scatterlist *src, in __ecb3_crypt() [all …]
|
| D | camellia_glue.c | 58 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in camellia_encrypt() 67 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in camellia_decrypt() 87 struct scatterlist *dst, struct scatterlist *src, in __ecb_crypt() 128 struct scatterlist *dst, struct scatterlist *src, in ecb_encrypt() 135 struct scatterlist *dst, struct scatterlist *src, in ecb_decrypt() 150 struct scatterlist *dst, struct scatterlist *src, in cbc_encrypt() 189 struct scatterlist *dst, struct scatterlist *src, in cbc_decrypt()
|
| /arch/x86/boot/compressed/ |
| D | string.c | 14 static void *____memcpy(void *dest, const void *src, size_t n) in ____memcpy() 28 static void *____memcpy(void *dest, const void *src, size_t n) in ____memcpy() 53 void *memmove(void *dest, const void *src, size_t n) in memmove() 68 void *memcpy(void *dest, const void *src, size_t n) in memcpy()
|
| /arch/x86/crypto/ |
| D | blowfish_glue.c | 32 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk() 38 const u8 *src) in blowfish_enc_blk_xor() 44 const u8 *src) in blowfish_enc_blk_4way() 50 const u8 *src) in blowfish_enc_blk_xor_4way() 55 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_encrypt() 60 static void blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_decrypt() 133 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_encrypt() local 174 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_decrypt() local 254 u8 *src = walk->src.virt.addr; in ctr_crypt_final() local 268 u64 *src = (u64 *)walk->src.virt.addr; in __ctr_crypt() local
|
| D | twofish_glue_3way.c | 29 const u8 *src) in twofish_enc_blk_3way() 35 const u8 *src) in twofish_enc_blk_xor_3way() 40 void twofish_dec_blk_cbc_3way(void *ctx, u128 *dst, const u128 *src) in twofish_dec_blk_cbc_3way() 54 void twofish_enc_blk_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in twofish_enc_blk_ctr() 69 void twofish_enc_blk_ctr_3way(void *ctx, u128 *dst, const u128 *src, in twofish_enc_blk_ctr_3way()
|
| D | des3_ede_glue.c | 35 const u8 *src) in des3_ede_enc_blk() 43 const u8 *src) in des3_ede_dec_blk() 51 const u8 *src) in des3_ede_enc_blk_3way() 59 const u8 *src) in des3_ede_dec_blk_3way() 66 static void des3_ede_x86_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_x86_encrypt() 71 static void des3_ede_x86_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_x86_decrypt() 141 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_encrypt() local 182 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_decrypt() local 261 u8 *src = walk->src.virt.addr; in ctr_crypt_final() local 276 __be64 *src = (__be64 *)walk->src.virt.addr; in __ctr_crypt() local
|
| /arch/sparc/lib/ |
| D | memcpy.S | 19 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 33 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 43 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 51 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 57 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
|
| /arch/s390/crypto/ |
| D | des_s390.c | 126 struct scatterlist *dst, struct scatterlist *src, in ecb_des_encrypt() 136 struct scatterlist *dst, struct scatterlist *src, in ecb_des_decrypt() 166 struct scatterlist *dst, struct scatterlist *src, in cbc_des_encrypt() 176 struct scatterlist *dst, struct scatterlist *src, in cbc_des_decrypt() 235 static void des3_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_encrypt() 242 static void des3_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_decrypt() 270 struct scatterlist *dst, struct scatterlist *src, in ecb_des3_encrypt() 280 struct scatterlist *dst, struct scatterlist *src, in ecb_des3_decrypt() 311 struct scatterlist *dst, struct scatterlist *src, in cbc_des3_encrypt() 321 struct scatterlist *dst, struct scatterlist *src, in cbc_des3_decrypt() [all …]
|
| /arch/s390/include/asm/ |
| D | pci_io.h | 67 static inline int zpci_write_single(volatile void __iomem *dst, const void *src, in zpci_write_single() 92 static inline int zpci_read_single(void *dst, const volatile void __iomem *src, in zpci_read_single() 123 static inline u8 zpci_get_max_write_size(u64 src, u64 dst, int len, int max) in zpci_get_max_write_size() 136 const volatile void __iomem *src, in zpci_memcpy_fromio() 155 const void *src, unsigned long n) in zpci_memcpy_toio() 181 u8 *src = kmalloc(count, GFP_KERNEL); in zpci_memset_io() local
|
| /arch/powerpc/platforms/4xx/ |
| D | uic.c | 53 unsigned int src = irqd_to_hwirq(d); in uic_unmask_irq() local 71 unsigned int src = irqd_to_hwirq(d); in uic_mask_irq() local 85 unsigned int src = irqd_to_hwirq(d); in uic_ack_irq() local 96 unsigned int src = irqd_to_hwirq(d); in uic_mask_ack_irq() local 121 unsigned int src = irqd_to_hwirq(d); in uic_set_irq_type() local 200 int src; in uic_irq_cascade() local 323 int src; in uic_get_irq() local
|
| /arch/microblaze/lib/ |
| D | memset.c | 37 char *src = v_src; in memset() local 51 char *src = v_src; in memset() local
|
| /arch/x86/lib/ |
| D | csum-wrappers_64.c | 24 csum_partial_copy_from_user(const void __user *src, void *dst, in csum_partial_copy_from_user() 85 csum_partial_copy_to_user(const void *src, void __user *dst, in csum_partial_copy_to_user() 131 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck()
|