Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/arch/m68k/math-emu/
A Dfp_trig.c21 struct fp_ext *fp_fsin(struct fp_ext *dest, struct fp_ext *src) in fp_fsin()
30 struct fp_ext *fp_fcos(struct fp_ext *dest, struct fp_ext *src) in fp_fcos()
39 struct fp_ext *fp_ftan(struct fp_ext *dest, struct fp_ext *src) in fp_ftan()
48 struct fp_ext *fp_fasin(struct fp_ext *dest, struct fp_ext *src) in fp_fasin()
57 struct fp_ext *fp_facos(struct fp_ext *dest, struct fp_ext *src) in fp_facos()
66 struct fp_ext *fp_fatan(struct fp_ext *dest, struct fp_ext *src) in fp_fatan()
75 struct fp_ext *fp_fsinh(struct fp_ext *dest, struct fp_ext *src) in fp_fsinh()
84 struct fp_ext *fp_fcosh(struct fp_ext *dest, struct fp_ext *src) in fp_fcosh()
93 struct fp_ext *fp_ftanh(struct fp_ext *dest, struct fp_ext *src) in fp_ftanh()
102 struct fp_ext *fp_fatanh(struct fp_ext *dest, struct fp_ext *src) in fp_fatanh()
[all …]
A Dfp_log.c26 struct fp_ext *fp_fsqrt(struct fp_ext *dest, struct fp_ext *src) in fp_fsqrt()
99 struct fp_ext *fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src) in fp_fetoxm1()
108 struct fp_ext *fp_fetox(struct fp_ext *dest, struct fp_ext *src) in fp_fetox()
117 struct fp_ext *fp_ftwotox(struct fp_ext *dest, struct fp_ext *src) in fp_ftwotox()
126 struct fp_ext *fp_ftentox(struct fp_ext *dest, struct fp_ext *src) in fp_ftentox()
135 struct fp_ext *fp_flogn(struct fp_ext *dest, struct fp_ext *src) in fp_flogn()
144 struct fp_ext *fp_flognp1(struct fp_ext *dest, struct fp_ext *src) in fp_flognp1()
153 struct fp_ext *fp_flog10(struct fp_ext *dest, struct fp_ext *src) in fp_flog10()
162 struct fp_ext *fp_flog2(struct fp_ext *dest, struct fp_ext *src) in fp_flog2()
171 struct fp_ext *fp_fgetexp(struct fp_ext *dest, struct fp_ext *src) in fp_fgetexp()
[all …]
A Dfp_arith.c31 struct fp_ext *fp_fabs(struct fp_ext *dest, struct fp_ext *src) in fp_fabs()
42 struct fp_ext *fp_fneg(struct fp_ext *dest, struct fp_ext *src) in fp_fneg()
58 struct fp_ext *fp_fadd(struct fp_ext *dest, struct fp_ext *src) in fp_fadd()
117 struct fp_ext *fp_fsub(struct fp_ext *dest, struct fp_ext *src) in fp_fsub()
126 struct fp_ext *fp_fcmp(struct fp_ext *dest, struct fp_ext *src) in fp_fcmp()
135 struct fp_ext *fp_ftst(struct fp_ext *dest, struct fp_ext *src) in fp_ftst()
144 struct fp_ext *fp_fmul(struct fp_ext *dest, struct fp_ext *src) in fp_fmul()
221 struct fp_ext *fp_fdiv(struct fp_ext *dest, struct fp_ext *src) in fp_fdiv()
600 struct fp_ext *fp_fmod(struct fp_ext *dest, struct fp_ext *src) in fp_fmod()
611 struct fp_ext *fp_frem(struct fp_ext *dest, struct fp_ext *src) in fp_frem()
[all …]
A Dfp_emu.h74 #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/crypto/
A Dserpent-sse2.h17 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway()
23 u8 *dst, const u8 *src) in serpent_enc_blk_xway_xor()
28 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway()
42 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway()
48 u8 *dst, const u8 *src) in serpent_enc_blk_xway_xor()
53 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway()
A Dcamellia.h42 static inline void camellia_enc_blk(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk()
47 static inline void camellia_enc_blk_xor(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk_xor()
53 const u8 *src) in camellia_enc_blk_2way()
59 const u8 *src) in camellia_enc_blk_xor_2way()
A Dblowfish_glue.c32 const u8 *src) in blowfish_dec_ecb_4way()
38 const u8 *src) in blowfish_dec_cbc_4way()
43 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_encrypt()
48 static void blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_decrypt()
A Dtwofish_glue.c55 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_encrypt()
60 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_decrypt()
A Dnhpoly1305-avx2-glue.c20 const u8 *src, unsigned int srclen) in nhpoly1305_avx2_update()
38 const u8 *src, unsigned int srclen, u8 *out) in nhpoly1305_avx2_digest()
A Dnhpoly1305-sse2-glue.c20 const u8 *src, unsigned int srclen) in nhpoly1305_sse2_update()
38 const u8 *src, unsigned int srclen, u8 *out) in nhpoly1305_sse2_digest()
/arch/mips/include/asm/
A Dftrace.h22 #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/kernel/
A Dpvclock.c27 unsigned long pvclock_tsc_khz(struct pvclock_vcpu_time_info *src) in pvclock_tsc_khz()
54 u8 pvclock_read_flags(struct pvclock_vcpu_time_info *src) in pvclock_read_flags()
68 u64 __pvclock_clocksource_read(struct pvclock_vcpu_time_info *src, bool dowd) in __pvclock_clocksource_read()
113 u64 pvclock_clocksource_read(struct pvclock_vcpu_time_info *src) in pvclock_clocksource_read()
118 noinstr u64 pvclock_clocksource_read_nowd(struct pvclock_vcpu_time_info *src) in pvclock_clocksource_read_nowd()
/arch/x86/boot/compressed/
A Dstring.c14 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/parisc/lib/
A Dmemcpy.c24 unsigned long raw_copy_to_user(void __user *dst, const void *src, in raw_copy_to_user()
33 unsigned long raw_copy_from_user(void *dst, const void __user *src, in raw_copy_from_user()
58 void * memcpy(void * dst,const void *src, size_t count) in memcpy()
/arch/sparc/lib/
A Dmemcpy.S20 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
34 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
44 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
52 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
58 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
/arch/x86/lib/
A Dcsum-wrappers_64.c22 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user()
44 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user()
65 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck()
/arch/powerpc/lib/
A Dchecksum_wrappers.c14 __wsum csum_and_copy_from_user(const void __user *src, void *dst, in csum_and_copy_from_user()
28 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user()
/arch/s390/include/asm/
A Dpci_io.h74 static inline int zpci_write_single(volatile void __iomem *dst, const void *src, in zpci_write_single()
99 static inline int zpci_read_single(void *dst, const volatile void __iomem *src, in zpci_read_single()
130 static inline int zpci_get_max_io_size(u64 src, u64 dst, int len, int max) in zpci_get_max_io_size()
145 const volatile void __iomem *src, in zpci_memcpy_fromio()
165 const void *src, size_t n) in zpci_memcpy_toio()
192 u8 *src = kmalloc(count, GFP_KERNEL); in zpci_memset_io() local
/arch/powerpc/crypto/
A Dghash.c74 const u8 *src) in __ghash_block()
92 const u8 *src, unsigned int srclen) in __ghash_blocks()
119 const u8 *src, unsigned int srclen) in p8_ghash_update()
127 static int p8_ghash_finup(struct shash_desc *desc, const u8 *src, in p8_ghash_finup()
/arch/x86/include/asm/
A Dpvclock.h23 unsigned pvclock_read_begin(const struct pvclock_vcpu_time_info *src) in pvclock_read_begin()
32 bool pvclock_read_retry(const struct pvclock_vcpu_time_info *src, in pvclock_read_retry()
84 u64 __pvclock_read_cycles(const struct pvclock_vcpu_time_info *src, u64 tsc) in __pvclock_read_cycles()
/arch/powerpc/platforms/44x/
A Duic.c55 unsigned int src = irqd_to_hwirq(d); in uic_unmask_irq() local
73 unsigned int src = irqd_to_hwirq(d); in uic_mask_irq() local
87 unsigned int src = irqd_to_hwirq(d); in uic_ack_irq() local
98 unsigned int src = irqd_to_hwirq(d); in uic_mask_ack_irq() local
123 unsigned int src = irqd_to_hwirq(d); in uic_set_irq_type() local
202 int src; in uic_irq_cascade() local
324 int src; in uic_get_irq() local
/arch/s390/lib/
A Dcsum-partial.c19 static __always_inline __wsum csum_copy(void *dst, const void *src, int len, __wsum sum, bool copy) in csum_copy()
87 __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck()
/arch/mips/net/
A Dbpf_jit_comp32.c204 u8 src = MIPS_R_T6; in emit_alu_i64() local
268 const u8 dst[], const u8 src[], u8 op) in emit_alu_r64()
367 const u8 dst[], u8 src, u8 op) in emit_shift_r64()
425 u8 src = MIPS_R_T6; in emit_mul_i64() local
475 const u8 dst[], const u8 src[]) in emit_mul_r64()
526 const u8 dst[], const u8 src[], u8 op) in emit_divmod_r64()
655 const u8 dst[], u8 src, s16 off, u8 size) in emit_ldx()
715 u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r32()
798 u8 dst, const u8 src[], s16 off, u8 code) in emit_atomic_r64()
910 u8 dst, const u8 src[], s16 off) in emit_cmpxchg_r64()
[all …]
/arch/s390/mm/
A Dmaccess.c28 static notrace long s390_kernel_write_odd(void *dst, const void *src, size_t size) in s390_kernel_write_odd()
65 notrace void *__s390_kernel_write(void *dst, const void *src, size_t size) in __s390_kernel_write()
83 size_t memcpy_real_iter(struct iov_iter *iter, unsigned long src, size_t count) in memcpy_real_iter()
115 int memcpy_real(void *dest, unsigned long src, size_t count) in memcpy_real()
/arch/arm64/crypto/
A Dnhpoly1305-neon-glue.c20 const u8 *src, unsigned int srclen) in nhpoly1305_neon_update()
38 const u8 *src, unsigned int srclen, u8 *out) in nhpoly1305_neon_digest()

Completed in 38 milliseconds

12345678910>>...16