Home
last modified time | relevance | path

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

12345678910>>...83

/linux/arch/m68k/math-emu/
A Dfp_trig.c22 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 …]
A Dfp_arith.c32 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()
611 fp_fmod(struct fp_ext *dest, struct fp_ext *src) in fp_fmod()
623 fp_frem(struct fp_ext *dest, struct fp_ext *src) in fp_frem()
[all …]
A Dfp_log.c29 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 …]
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
/linux/drivers/phy/
A Dphy-xgene.c109 #define CFG_IND_ADDR_SET(dst, src) \ argument
114 #define I_RESET_B_SET(dst, src) \ argument
116 #define I_PLL_FBDIV_SET(dst, src) \ argument
118 #define I_CUSTOMEROV_SET(dst, src) \ argument
132 #define CMU_REG1_PLL_CP_SET(dst, src) \ argument
144 #define CMU_REG2_PLL_LFRES_SET(dst, src) \ argument
146 #define CMU_REG2_PLL_FBDIV_SET(dst, src) \ argument
149 #define CMU_REG3_VCOVARSEL_SET(dst, src) \ argument
298 #define RXTX_REG5_TX_CN1_SET(dst, src) \ argument
300 #define RXTX_REG5_TX_CP1_SET(dst, src) \ argument
[all …]
/linux/sound/pci/ctxfi/
A Dctsrc.c44 static int src_set_bm(struct src *src, unsigned int bm) in src_set_bm()
54 static int src_set_sf(struct src *src, unsigned int sf) in src_set_sf()
64 static int src_set_pm(struct src *src, unsigned int pm) in src_set_pm()
164 static int src_set_clear_zbufs(struct src *src) in src_set_clear_zbufs()
174 static int src_commit_write(struct src *src) in src_commit_write()
204 static int src_get_ca(struct src *src) in src_get_ca()
213 static int src_init(struct src *src) in src_init()
225 static int src_default_config_memrd(struct src *src) in src_default_config_memrd()
265 static int src_default_config_memwr(struct src *src) in src_default_config_memwr()
356 src_rsc_init(struct src *src, u32 idx, in src_rsc_init()
[all …]
/linux/drivers/char/hw_random/
A Dxgene-rng.c53 #define MAX_REFILL_CYCLES_SET(dst, src) \ argument
55 #define MIN_REFILL_CYCLES_SET(dst, src) \ argument
57 #define ALARM_THRESHOLD_SET(dst, src) \ argument
59 #define ENABLE_RNG_SET(dst, src) \ argument
61 #define REGSPEC_TEST_MODE_SET(dst, src) \ argument
63 #define MONOBIT_FAIL_MASK_SET(dst, src) \ argument
65 #define POKER_FAIL_MASK_SET(dst, src) \ argument
67 #define LONG_RUN_FAIL_MASK_SET(dst, src) \ argument
69 #define RUN_FAIL_MASK_SET(dst, src) \ argument
71 #define NOISE_FAIL_MASK_SET(dst, src) \ argument
[all …]
/linux/mm/
A Dmaccess.c17 #define copy_from_kernel_nofault_loop(dst, src, len, type, err_label) \ argument
25 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) in copy_from_kernel_nofault()
51 #define copy_to_kernel_nofault_loop(dst, src, len, type, err_label) \ argument
59 long copy_to_kernel_nofault(void *dst, const void *src, size_t size) in copy_to_kernel_nofault()
83 const void *src = unsafe_addr; in strncpy_from_kernel_nofault() local
121 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) in copy_from_kernel_nofault()
151 long copy_to_kernel_nofault(void *dst, const void *src, size_t size) in copy_to_kernel_nofault()
189 const void *src = unsafe_addr; in strncpy_from_kernel_nofault() local
221 long copy_from_user_nofault(void *dst, const void __user *src, size_t size) in copy_from_user_nofault()
248 long copy_to_user_nofault(void __user *dst, const void *src, size_t size) in copy_to_user_nofault()
/linux/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 Dblowfish_glue.c30 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk()
36 const u8 *src) in blowfish_enc_blk_xor()
42 const u8 *src) in blowfish_enc_blk_4way()
48 const u8 *src) in blowfish_enc_blk_xor_4way()
53 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_encrypt()
58 static void blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_decrypt()
131 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_encrypt() local
172 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_decrypt() local
/linux/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
/linux/drivers/infiniband/hw/vmw_pvrdma/
A Dpvrdma_misc.c224 void pvrdma_qp_cap_to_ib(struct ib_qp_cap *dst, const struct pvrdma_qp_cap *src) in pvrdma_qp_cap_to_ib()
233 void ib_qp_cap_to_pvrdma(struct pvrdma_qp_cap *dst, const struct ib_qp_cap *src) in ib_qp_cap_to_pvrdma()
242 void pvrdma_gid_to_ib(union ib_gid *dst, const union pvrdma_gid *src) in pvrdma_gid_to_ib()
248 void ib_gid_to_pvrdma(union pvrdma_gid *dst, const union ib_gid *src) in ib_gid_to_pvrdma()
255 const struct pvrdma_global_route *src) in pvrdma_global_route_to_ib()
265 const struct ib_global_route *src) in ib_global_route_to_pvrdma()
275 const struct pvrdma_ah_attr *src) in pvrdma_ah_attr_to_rdma()
289 const struct rdma_ah_attr *src) in rdma_ah_attr_to_pvrdma()
/linux/include/linux/
A Dsockptr.h44 static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, in copy_from_sockptr_offset()
53 static inline int copy_from_sockptr(void *dst, sockptr_t src, size_t size) in copy_from_sockptr()
59 const void *src, size_t size) in copy_to_sockptr_offset()
67 static inline void *memdup_sockptr(sockptr_t src, size_t len) in memdup_sockptr()
80 static inline void *memdup_sockptr_nul(sockptr_t src, size_t len) in memdup_sockptr_nul()
94 static inline long strncpy_from_sockptr(char *dst, sockptr_t src, size_t count) in strncpy_from_sockptr()
A Duuid.h41 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy()
46 static inline void import_guid(guid_t *dst, const __u8 *src) in import_guid()
51 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid()
66 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy()
71 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid()
76 static inline void export_uuid(__u8 *dst, const uuid_t *src) in export_uuid()
A Dstring_helpers.h39 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any()
67 static inline int string_escape_mem_any_np(const char *src, size_t isz, in string_escape_mem_any_np()
73 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str()
79 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np()
85 static inline void string_upper(char *dst, const char *src) in string_upper()
92 static inline void string_lower(char *dst, const char *src) in string_lower()
A Dbpfptr.h49 static inline int copy_from_bpfptr_offset(void *dst, bpfptr_t src, in copy_from_bpfptr_offset()
55 static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) in copy_from_bpfptr()
61 const void *src, size_t size) in copy_to_bpfptr_offset()
66 static inline void *kvmemdup_bpfptr(bpfptr_t src, size_t len) in kvmemdup_bpfptr()
79 static inline long strncpy_from_bpfptr(char *dst, bpfptr_t src, size_t count) in strncpy_from_bpfptr()
A Dtask_io_accounting_ops.h50 struct task_io_accounting *src) in task_blk_io_accounting_add()
86 struct task_io_accounting *src) in task_blk_io_accounting_add()
94 struct task_io_accounting *src) in task_chr_io_accounting_add()
103 struct task_io_accounting *src) in task_chr_io_accounting_add()
109 struct task_io_accounting *src) in task_io_accounting_add()
/linux/arch/s390/mm/
A Dmaccess.c21 static notrace long s390_kernel_write_odd(void *dst, const void *src, size_t size) in s390_kernel_write_odd()
58 notrace void *s390_kernel_write(void *dst, const void *src, size_t size) in s390_kernel_write()
80 static int __no_sanitize_address __memcpy_real(void *dest, void *src, size_t count) in __memcpy_real()
101 unsigned long src, in _memcpy_real()
126 int memcpy_real(void *dest, void *src, size_t count) in memcpy_real()
154 void memcpy_absolute(void *dest, void *src, size_t count) in memcpy_absolute()
178 int copy_to_user_real(void __user *dest, void *src, unsigned long count) in copy_to_user_real()
/linux/drivers/infiniband/core/
A Duverbs_marshall.c66 struct rdma_ah_attr *src = ah_attr; in ib_copy_ah_attr_to_user() local
98 struct ib_qp_attr *src) in ib_copy_qp_attr_to_user()
137 struct sa_path_rec *src) in __ib_copy_path_rec_to_user()
162 struct sa_path_rec *src) in ib_copy_path_rec_to_user()
176 struct ib_user_path_rec *src) in ib_copy_path_rec_from_user()
/linux/drivers/edac/
A Dxgene_edac.c118 #define MCU_ERCRR_ERRCOL_RD(src) ((src) & 0x00000FFF) argument
120 #define MCU_SBECNT_COUNT(src) ((src) & 0xFFFF) argument
1006 #define L3C_ELR_ERRSYN(src) ((src & 0xFF800000) >> 23) argument
1009 #define L3C_ELR_ERRGRP(src) ((src & 0x00000F00) >> 8) argument
1010 #define L3C_ELR_OPTYPE(src) ((src & 0x000000F0) >> 4) argument
1011 #define L3C_ELR_PADDRHIGH(src) (src & 0x0000000F) argument
1014 #define L3C_BELR_BANK(src) (src & 0x0000000F) argument
1279 #define REQTYPE_RD(src) (((src) & BIT(0))) argument
1280 #define ERRADDRH_RD(src) (((src) & 0xffc00000) >> 22) argument
1313 #define REQTYPE_F2_RD(src) ((src) & BIT(0)) argument
[all …]
/linux/drivers/comedi/drivers/
A Dni_routes.h41 int *src; member
162 static inline bool route_is_valid(const int src, const int dest, in route_is_valid()
265 static inline s8 ni_get_reg_value_roffs(int src, const int dest, in ni_get_reg_value_roffs()
287 static inline int ni_get_reg_value(const int src, const int dest, in ni_get_reg_value()
314 int ni_check_trigger_arg_roffs(int src, const int dest, in ni_check_trigger_arg_roffs()
323 static inline int ni_check_trigger_arg(const int src, const int dest, in ni_check_trigger_arg()
/linux/arch/arm/crypto/
A Dpoly1305-glue.c26 void __weak poly1305_blocks_neon(void *state, const u8 *src, u32 len, u32 hibit) in poly1305_blocks_neon()
54 static void arm_poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in arm_poly1305_blocks()
86 const u8 *src, u32 len, bool do_neon) in arm_poly1305_do_update()
116 const u8 *src, unsigned int srclen) in arm_poly1305_update()
125 const u8 *src, in arm_poly1305_update_neon()
139 void poly1305_update_arch(struct poly1305_desc_ctx *dctx, const u8 *src, in poly1305_update_arch()
/linux/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 …]
/linux/drivers/scsi/lpfc/
A Dlpfc_compat.h40 lpfc_memcpy_to_slim(void __iomem *dest, void *src, unsigned int bytes) in lpfc_memcpy_to_slim()
62 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) in lpfc_memcpy_from_slim()
85 lpfc_memcpy_to_slim( void __iomem *dest, void *src, unsigned int bytes) in lpfc_memcpy_to_slim()
92 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) in lpfc_memcpy_from_slim()
/linux/arch/x86/include/asm/
A Duaccess_64.h50 raw_copy_from_user(void *dst, const void __user *src, unsigned long size) in raw_copy_from_user()
56 raw_copy_to_user(void __user *dst, const void *src, unsigned long size) in raw_copy_to_user()
69 __copy_from_user_inatomic_nocache(void *dst, const void __user *src, in __copy_from_user_inatomic_nocache()
77 __copy_from_user_flushcache(void *dst, const void __user *src, unsigned size) in __copy_from_user_flushcache()

Completed in 52 milliseconds

12345678910>>...83