Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 200 of 1201) sorted by relevance

1234567

/linux-4.4.14/drivers/phy/
Dphy-xgene.c106 #define REGSPEC_CFG_I_TX_WORDMODE0_SET(dst, src) \ argument
108 #define REGSPEC_CFG_I_RX_WORDMODE0_SET(dst, src) \ argument
111 #define REGSPEC_CFG_I_CUSTOMER_PIN_MODE0_SET(dst, src) \ argument
114 #define CFG_I_SPD_SEL_CDR_OVR1_SET(dst, src) \ argument
121 #define CFG_IND_ADDR_SET(dst, src) \ argument
126 #define I_RESET_B_SET(dst, src) \ argument
128 #define I_PLL_FBDIV_SET(dst, src) \ argument
130 #define I_CUSTOMEROV_SET(dst, src) \ argument
138 #define CMU_REG0_PLL_REF_SEL_SET(dst, src) \ argument
141 #define CMU_REG0_CAL_COUNT_RESOL_SET(dst, src) \ argument
[all …]
/linux-4.4.14/include/net/
Ddst.h122 static inline bool dst_metrics_read_only(const struct dst_entry *dst) in dst_metrics_read_only()
129 static inline void dst_destroy_metrics_generic(struct dst_entry *dst) in dst_destroy_metrics_generic()
136 static inline u32 *dst_metrics_write_ptr(struct dst_entry *dst) in dst_metrics_write_ptr()
150 static inline void dst_init_metrics(struct dst_entry *dst, in dst_init_metrics()
169 static inline u32 *dst_metrics_ptr(struct dst_entry *dst) in dst_metrics_ptr()
175 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw()
183 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric()
192 dst_metric_advmss(const struct dst_entry *dst) in dst_metric_advmss()
202 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set()
217 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature()
[all …]
Ddst_ops.h42 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast()
47 static inline int dst_entries_get_slow(struct dst_ops *dst) in dst_entries_get_slow()
57 static inline void dst_entries_add(struct dst_ops *dst, int val) in dst_entries_add()
64 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init()
69 static inline void dst_entries_destroy(struct dst_ops *dst) in dst_entries_destroy()
Ddst_metadata.h9 struct dst_entry dst; member
28 struct dst_entry *dst; in skb_tunnel_info() local
42 struct dst_entry *dst = skb_dst(skb); in skb_valid_dst() local
105 struct metadata_dst *dst; in skb_tunnel_info_unclone() local
Dflow_dissector.h51 __be32 dst; member
62 struct in6_addr dst; member
97 __be16 dst; member
110 unsigned char dst[ETH_ALEN]; member
Droute.h53 struct dst_entry dst; member
180 static inline int ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src, in ip_route_input()
259 static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, __be32 src, in ip_route_connect_init()
274 __be32 dst, __be32 src, u32 tos, in ip_route_connect()
334 static inline int ip4_dst_hoplimit(const struct dst_entry *dst) in ip4_dst_hoplimit()
/linux-4.4.14/arch/x86/include/asm/
Duaccess_64.h52 int __copy_from_user_nocheck(void *dst, const void __user *src, unsigned size) in __copy_from_user_nocheck()
95 int __copy_from_user(void *dst, const void __user *src, unsigned size) in __copy_from_user()
102 int __copy_to_user_nocheck(void __user *dst, const void *src, unsigned size) in __copy_to_user_nocheck()
145 int __copy_to_user(void __user *dst, const void *src, unsigned size) in __copy_to_user()
152 int __copy_in_user(void __user *dst, const void __user *src, unsigned size) in __copy_in_user()
205 __copy_from_user_inatomic(void *dst, const void __user *src, unsigned size) in __copy_from_user_inatomic()
211 __copy_to_user_inatomic(void __user *dst, const void *src, unsigned size) in __copy_to_user_inatomic()
220 __copy_from_user_nocache(void *dst, const void __user *src, unsigned size) in __copy_from_user_nocache()
227 __copy_from_user_inatomic_nocache(void *dst, const void __user *src, in __copy_from_user_inatomic_nocache()
Dstring_64.h35 #define memcpy(dst, src, len) \ argument
51 #define memcpy(dst, src, len) __inline_memcpy((dst), (src), (len)) argument
76 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument
77 #define memmove(dst, src, len) __memmove(dst, src, len) argument
Dchecksum_32.h41 static inline __wsum csum_partial_copy_nocheck(const void *src, void *dst, in csum_partial_copy_nocheck()
48 void *dst, in csum_partial_copy_from_user()
181 void __user *dst, in csum_and_copy_to_user()
Dmpspec.h104 #define physids_and(dst, src1, src2) \ argument
107 #define physids_or(dst, src1, src2) \ argument
113 #define physids_complement(dst, src) \ argument
/linux-4.4.14/arch/x86/crypto/
Dblowfish_glue.c47 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk()
52 static inline void blowfish_enc_blk_xor(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_xor()
58 static inline void blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_4way()
64 static inline void blowfish_enc_blk_xor_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_xor_4way()
70 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_encrypt()
75 static void blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_decrypt()
125 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
134 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
150 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_encrypt() local
167 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
[all …]
Ddes3_ede_glue.c44 static inline void des3_ede_enc_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_enc_blk()
52 static inline void des3_ede_dec_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_dec_blk()
60 static inline void des3_ede_enc_blk_3way(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_enc_blk_3way()
68 static inline void des3_ede_dec_blk_3way(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_dec_blk_3way()
76 static void des3_ede_x86_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_x86_encrypt()
81 static void des3_ede_x86_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_x86_decrypt()
130 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
140 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
157 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_encrypt() local
174 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
[all …]
Dtwofish_glue_3way.c39 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_3way()
45 static inline void twofish_enc_blk_xor_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_xor_3way()
51 void twofish_dec_blk_cbc_3way(void *ctx, u128 *dst, const u128 *src) in twofish_dec_blk_cbc_3way()
65 void twofish_enc_blk_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in twofish_enc_blk_ctr()
80 void twofish_enc_blk_ctr_3way(void *ctx, u128 *dst, const u128 *src, in twofish_enc_blk_ctr_3way()
154 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
160 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
166 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
173 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
180 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
[all …]
Dtwofish_avx_glue.c64 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_3way()
70 static void twofish_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) in twofish_xts_enc()
76 static void twofish_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) in twofish_xts_dec()
173 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
179 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
185 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
192 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
199 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
265 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
291 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
[all …]
Dcamellia_aesni_avx_glue.c53 void camellia_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_xts_enc()
60 void camellia_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_xts_dec()
157 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
163 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
169 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
176 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
183 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
261 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
287 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
313 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
[all …]
Dserpent_avx_glue.c68 void __serpent_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in __serpent_crypt_ctr()
80 void serpent_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) in serpent_xts_enc()
87 void serpent_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) in serpent_xts_dec()
173 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
179 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
185 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
192 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
199 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
271 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
297 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
[all …]
Dglue_helper.c82 struct blkcipher_desc *desc, struct scatterlist *dst, in glue_ecb_crypt_128bit()
100 u128 *dst = (u128 *)walk->dst.virt.addr; in __glue_cbc_encrypt_128bit() local
119 struct scatterlist *dst, in glue_cbc_encrypt_128bit()
146 u128 *dst = (u128 *)walk->dst.virt.addr; in __glue_cbc_decrypt_128bit() local
193 struct scatterlist *dst, in glue_cbc_decrypt_128bit()
222 u8 *dst = (u8 *)walk->dst.virt.addr; in glue_ctr_crypt_final_128bit() local
244 u128 *dst = (u128 *)walk->dst.virt.addr; in __glue_ctr_crypt_128bit() local
276 struct blkcipher_desc *desc, struct scatterlist *dst, in glue_ctr_crypt_128bit()
314 u128 *dst = (u128 *)walk->dst.virt.addr; in __glue_xts_crypt_128bit() local
344 struct blkcipher_desc *desc, struct scatterlist *dst, in glue_xts_crypt_128bit()
[all …]
Dserpent_avx2_glue.c139 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
145 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
151 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
158 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
165 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
235 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
261 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
287 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
297 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Dcast5_avx_glue.c113 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
122 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
138 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_encrypt() local
155 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
179 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_decrypt() local
227 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
255 u8 *dst = walk->dst.virt.addr; in ctr_crypt_final() local
272 u64 *dst = (u64 *)walk->dst.virt.addr; in __ctr_crypt() local
311 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
Dserpent_sse2_glue.c48 static void serpent_decrypt_cbc_xway(void *ctx, u128 *dst, const u128 *src) in serpent_decrypt_cbc_xway()
62 static void serpent_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in serpent_crypt_ctr()
73 static void serpent_crypt_ctr_xway(void *ctx, u128 *dst, const u128 *src, in serpent_crypt_ctr_xway()
142 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
148 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
154 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
161 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
168 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
244 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
270 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
[all …]
Dcast6_avx_glue.c59 static void cast6_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) in cast6_xts_enc()
65 static void cast6_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) in cast6_xts_dec()
71 static void cast6_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in cast6_crypt_ctr()
160 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
166 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
172 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
179 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
186 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
261 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
287 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
[all …]
Dcamellia_aesni_avx2_glue.c153 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
159 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
165 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
172 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
179 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
269 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
295 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
321 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
331 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Daes_glue.c13 void crypto_aes_encrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src) in crypto_aes_encrypt_x86()
19 void crypto_aes_decrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src) in crypto_aes_decrypt_x86()
25 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt()
30 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt()
Dcamellia_glue.c54 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in camellia_encrypt()
59 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in camellia_decrypt()
1282 void camellia_decrypt_cbc_2way(void *ctx, u128 *dst, const u128 *src) in camellia_decrypt_cbc_2way()
1292 void camellia_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_crypt_ctr()
1306 void camellia_crypt_ctr_2way(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_crypt_ctr_2way()
1376 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
1382 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
1388 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
1395 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
1402 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
[all …]
Daesni-intel_glue.c334 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt()
347 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt()
360 static void __aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in __aes_encrypt()
367 static void __aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in __aes_decrypt()
375 struct scatterlist *dst, struct scatterlist *src, in ecb_encrypt()
399 struct scatterlist *dst, struct scatterlist *src, in ecb_decrypt()
423 struct scatterlist *dst, struct scatterlist *src, in cbc_encrypt()
447 struct scatterlist *dst, struct scatterlist *src, in cbc_decrypt()
477 u8 *dst = walk->dst.virt.addr; in ctr_crypt_final() local
506 struct scatterlist *dst, struct scatterlist *src, in ctr_crypt()
[all …]
Dglue_helper-asm-avx.S28 #define store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
38 #define store_cbc_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
82 #define store_ctr_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
100 #define load_xts_8way(iv, src, dst, x0, x1, x2, x3, x4, x5, x6, x7, tiv, t0, \ argument
141 #define store_xts_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
Dtwofish_glue.c54 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_encrypt()
59 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_decrypt()
Dglue_helper-asm-avx2.S23 #define store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
33 #define store_cbc_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7, t0) \ argument
93 #define store_ctr_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
123 #define load_xts_16way(iv, src, dst, x0, x1, x2, x3, x4, x5, x6, x7, tiv, \ argument
171 #define store_xts_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
Dchacha20_glue.c29 static void chacha20_dosimd(u32 *state, u8 *dst, const u8 *src, in chacha20_dosimd()
66 static int chacha20_simd(struct blkcipher_desc *desc, struct scatterlist *dst, in chacha20_simd()
/linux-4.4.14/net/core/
Ddst.c70 struct dst_entry *dst, *next, head; in dst_gc_task() local
163 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init()
203 struct dst_entry *dst; in dst_alloc() local
220 static void ___dst_free(struct dst_entry *dst) in ___dst_free()
232 void __dst_free(struct dst_entry *dst) in __dst_free()
248 struct dst_entry *dst_destroy(struct dst_entry * dst) in dst_destroy()
293 struct dst_entry *dst = container_of(head, struct dst_entry, rcu_head); in dst_destroy_rcu() local
300 void dst_release(struct dst_entry *dst) in dst_release()
316 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic()
341 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old) in __dst_destroy_metrics_generic()
[all …]
/linux-4.4.14/lib/
Dstring_helpers.c128 static bool unescape_space(char **src, char **dst) in unescape_space()
156 static bool unescape_octal(char **src, char **dst) in unescape_octal()
175 static bool unescape_hex(char **src, char **dst) in unescape_hex()
199 static bool unescape_special(char **src, char **dst) in unescape_special()
262 int string_unescape(char *src, char *dst, size_t size, unsigned int flags) in string_unescape()
297 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
307 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
343 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
373 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
391 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
[all …]
Dstrncpy_from_user.c11 #define IS_UNALIGNED(src, dst) 0 argument
13 #define IS_UNALIGNED(src, dst) \ argument
23 static inline long do_strncpy_from_user(char *dst, const char __user *src, long count, unsigned lon… in do_strncpy_from_user()
99 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
Dbitmap.c61 void __bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int bits) in __bitmap_complement()
83 void __bitmap_shift_right(unsigned long *dst, const unsigned long *src, in __bitmap_shift_right()
128 void __bitmap_shift_left(unsigned long *dst, const unsigned long *src, in __bitmap_shift_left()
153 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and()
169 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or()
180 void __bitmap_xor(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_xor()
191 int __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_andnot()
708 void bitmap_remap(unsigned long *dst, const unsigned long *src, in bitmap_remap()
868 void bitmap_onto(unsigned long *dst, const unsigned long *orig, in bitmap_onto()
908 void bitmap_fold(unsigned long *dst, const unsigned long *orig, in bitmap_fold()
[all …]
Diomap.c145 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) in mmio_insb()
153 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) in mmio_insw()
161 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) in mmio_insl()
195 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep()
199 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep()
203 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep()
Diomap_copy.c35 u32 __iomem *dst = to; in __iowrite32_copy() local
59 u64 __iomem *dst = to; in __iowrite64_copy() local
/linux-4.4.14/arch/x86/include/asm/crypto/
Dserpent-sse2.h16 static inline void serpent_enc_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_enc_blk_xway()
22 static inline void serpent_enc_blk_xway_xor(struct serpent_ctx *ctx, u8 *dst, in serpent_enc_blk_xway_xor()
28 static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_dec_blk_xway()
43 static inline void serpent_enc_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_enc_blk_xway()
49 static inline void serpent_enc_blk_xway_xor(struct serpent_ctx *ctx, u8 *dst, in serpent_enc_blk_xway_xor()
55 static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_dec_blk_xway()
Dcamellia.h67 static inline void camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk()
73 static inline void camellia_enc_blk_xor(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk_xor()
79 static inline void camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk_2way()
85 static inline void camellia_enc_blk_xor_2way(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk_xor_2way()
Dglue_helper.h78 static inline void le128_to_be128(be128 *dst, const le128 *src) in le128_to_be128()
84 static inline void be128_to_le128(le128 *dst, const be128 *src) in be128_to_le128()
103 static inline void le128_gf128mul_x_ble(le128 *dst, const le128 *src) in le128_gf128mul_x_ble()
/linux-4.4.14/arch/mips/net/
Dbpf_jit.c150 static inline void emit_addu(unsigned int dst, unsigned int src1, in emit_addu()
162 static inline void emit_load_imm(unsigned int dst, u32 imm, struct jit_ctx *ctx) in emit_load_imm()
182 static inline void emit_or(unsigned int dst, unsigned int src1, in emit_or()
188 static inline void emit_ori(unsigned int dst, unsigned src, u32 imm, in emit_ori()
199 static inline void emit_daddiu(unsigned int dst, unsigned int src, in emit_daddiu()
209 static inline void emit_addiu(unsigned int dst, unsigned int src, in emit_addiu()
220 static inline void emit_and(unsigned int dst, unsigned int src1, in emit_and()
226 static inline void emit_andi(unsigned int dst, unsigned int src, in emit_andi()
238 static inline void emit_xor(unsigned int dst, unsigned int src1, in emit_xor()
244 static inline void emit_xori(ptr dst, ptr src, u32 imm, struct jit_ctx *ctx) in emit_xori()
[all …]
/linux-4.4.14/sound/pcmcia/pdaudiocf/
Dpdaudiocf_irq.c54 static inline void pdacf_transfer_mono16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono16()
62 static inline void pdacf_transfer_mono32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono32()
74 static inline void pdacf_transfer_stereo16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo16()
82 static inline void pdacf_transfer_stereo32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo32()
95 static inline void pdacf_transfer_mono16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono16sw()
103 static inline void pdacf_transfer_mono32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono32sw()
115 static inline void pdacf_transfer_stereo16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo16sw()
123 static inline void pdacf_transfer_stereo32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo32sw()
136 static inline void pdacf_transfer_mono24le(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24le()
152 static inline void pdacf_transfer_mono24be(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24be()
[all …]
/linux-4.4.14/arch/mips/include/asm/
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
Dchecksum.h49 __wsum csum_partial_copy_from_user(const void __user *src, void *dst, int len, in csum_partial_copy_from_user()
63 __wsum csum_and_copy_from_user(const void __user *src, void *dst, in csum_and_copy_from_user()
80 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len, in csum_and_copy_to_user()
/linux-4.4.14/include/linux/
Dbitmap.h181 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
191 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
201 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy()
212 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
220 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
229 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
238 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
246 static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, in bitmap_complement()
305 static inline void bitmap_shift_right(unsigned long *dst, const unsigned long *src, in bitmap_shift_right()
314 static inline void bitmap_shift_left(unsigned long *dst, const unsigned long *src, in bitmap_shift_left()
Dtask_io_accounting_ops.h48 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, in task_blk_io_accounting_add()
84 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, in task_blk_io_accounting_add()
92 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add()
101 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add()
107 static inline void task_io_accounting_add(struct task_io_accounting *dst, in task_io_accounting_add()
Drpmsg.h60 u32 dst; member
115 u32 dst; member
199 u32 src = rpdev->src, dst = rpdev->dst; in rpmsg_send() local
223 int rpmsg_sendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst) in rpmsg_sendto()
251 int rpmsg_send_offchannel(struct rpmsg_channel *rpdev, u32 src, u32 dst, in rpmsg_send_offchannel()
276 u32 src = rpdev->src, dst = rpdev->dst; in rpmsg_trysend() local
299 int rpmsg_trysendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst) in rpmsg_trysendto()
326 int rpmsg_trysend_offchannel(struct rpmsg_channel *rpdev, u32 src, u32 dst, in rpmsg_trysend_offchannel()
Dnodemask.h115 #define node_set(node, dst) __node_set((node), &(dst)) argument
121 #define node_clear(node, dst) __node_clear((node), &(dst)) argument
127 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES) argument
133 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES) argument
149 #define nodes_and(dst, src1, src2) \ argument
157 #define nodes_or(dst, src1, src2) \ argument
165 #define nodes_xor(dst, src1, src2) \ argument
173 #define nodes_andnot(dst, src1, src2) \ argument
181 #define nodes_complement(dst, src) \ argument
231 #define nodes_shift_right(dst, src, n) \ argument
[all …]
Dstring_helpers.h30 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any()
54 char *dst, size_t osz, const char *only) in string_escape_mem_any_np()
59 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str()
65 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np()
Dpmem.h39 static inline void arch_memcpy_to_pmem(void __pmem *dst, const void *src, in arch_memcpy_to_pmem()
63 static inline void memcpy_from_pmem(void *dst, void __pmem const *src, size_t size) in memcpy_from_pmem()
94 static inline void default_memcpy_to_pmem(void __pmem *dst, const void *src, in default_memcpy_to_pmem()
126 static inline void memcpy_to_pmem(void __pmem *dst, const void *src, size_t n) in memcpy_to_pmem()
/linux-4.4.14/drivers/infiniband/core/
Duverbs_marshall.c36 void ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst, in ib_copy_ah_attr_to_user()
55 void ib_copy_qp_attr_to_user(struct ib_uverbs_qp_attr *dst, in ib_copy_qp_attr_to_user()
94 void ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, in ib_copy_path_rec_to_user()
120 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst, in ib_copy_path_rec_from_user()
/linux-4.4.14/arch/sparc/crypto/
Ddes_glue.c70 static void des_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des_encrypt()
78 static void des_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des_decrypt()
94 struct scatterlist *dst, struct scatterlist *src, in __ecb_crypt()
125 struct scatterlist *dst, struct scatterlist *src, in ecb_encrypt()
132 struct scatterlist *dst, struct scatterlist *src, in ecb_decrypt()
142 struct scatterlist *dst, struct scatterlist *src, in cbc_encrypt()
173 struct scatterlist *dst, struct scatterlist *src, in cbc_decrypt()
240 static void des3_ede_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_encrypt()
248 static void des3_ede_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_decrypt()
262 struct scatterlist *dst, struct scatterlist *src, in __ecb3_crypt()
[all …]
Dcamellia_glue.c57 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in camellia_encrypt()
66 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in camellia_decrypt()
86 struct scatterlist *dst, struct scatterlist *src, in __ecb_crypt()
127 struct scatterlist *dst, struct scatterlist *src, in ecb_encrypt()
134 struct scatterlist *dst, struct scatterlist *src, in ecb_decrypt()
149 struct scatterlist *dst, struct scatterlist *src, in cbc_encrypt()
188 struct scatterlist *dst, struct scatterlist *src, in cbc_decrypt()
Daes_glue.c199 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt()
206 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt()
216 struct scatterlist *dst, struct scatterlist *src, in ecb_encrypt()
245 struct scatterlist *dst, struct scatterlist *src, in ecb_decrypt()
276 struct scatterlist *dst, struct scatterlist *src, in cbc_encrypt()
305 struct scatterlist *dst, struct scatterlist *src, in cbc_decrypt()
342 u8 *dst = walk->dst.virt.addr; in ctr_crypt_final() local
353 struct scatterlist *dst, struct scatterlist *src, in ctr_crypt()
/linux-4.4.14/net/bridge/
Dbr_nf_core.c28 static void fake_update_pmtu(struct dst_entry *dst, struct sock *sk, in fake_update_pmtu()
33 static void fake_redirect(struct dst_entry *dst, struct sock *sk, in fake_redirect()
38 static u32 *fake_cow_metrics(struct dst_entry *dst, unsigned long old) in fake_cow_metrics()
43 static struct neighbour *fake_neigh_lookup(const struct dst_entry *dst, in fake_neigh_lookup()
50 static unsigned int fake_mtu(const struct dst_entry *dst) in fake_mtu()
/linux-4.4.14/arch/sparc/lib/
Dmemcpy.S17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
41 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
49 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
55 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
86 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
94 #define RMOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
[all …]
Dcopy_user.S67 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
81 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
91 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
99 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
109 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
DPeeCeeI.c87 void insb(unsigned long __addr, void *dst, unsigned long count) in insb()
115 void insw(unsigned long __addr, void *dst, unsigned long count) in insw()
143 void insl(unsigned long __addr, void *dst, unsigned long count) in insl()
/linux-4.4.14/drivers/char/hw_random/
Dxgene-rng.c66 #define MAX_REFILL_CYCLES_SET(dst, src) \ argument
68 #define MIN_REFILL_CYCLES_SET(dst, src) \ argument
70 #define ALARM_THRESHOLD_SET(dst, src) \ argument
72 #define ENABLE_RNG_SET(dst, src) \ argument
74 #define REGSPEC_TEST_MODE_SET(dst, src) \ argument
76 #define MONOBIT_FAIL_MASK_SET(dst, src) \ argument
78 #define POKER_FAIL_MASK_SET(dst, src) \ argument
80 #define LONG_RUN_FAIL_MASK_SET(dst, src) \ argument
82 #define RUN_FAIL_MASK_SET(dst, src) \ argument
84 #define NOISE_FAIL_MASK_SET(dst, src) \ argument
[all …]
/linux-4.4.14/arch/s390/crypto/
Ddes_s390.c145 struct scatterlist *dst, struct scatterlist *src, in ecb_des_encrypt()
156 struct scatterlist *dst, struct scatterlist *src, in ecb_des_decrypt()
187 struct scatterlist *dst, struct scatterlist *src, in cbc_des_encrypt()
197 struct scatterlist *dst, struct scatterlist *src, in cbc_des_decrypt()
257 static void des3_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_encrypt()
264 static void des3_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_decrypt()
291 struct scatterlist *dst, struct scatterlist *src, in ecb_des3_encrypt()
302 struct scatterlist *dst, struct scatterlist *src, in ecb_des3_decrypt()
333 struct scatterlist *dst, struct scatterlist *src, in cbc_des3_encrypt()
343 struct scatterlist *dst, struct scatterlist *src, in cbc_des3_decrypt()
[all …]
Daes_s390.c253 struct scatterlist *dst, struct scatterlist *src, in fallback_blk_dec()
270 struct scatterlist *dst, struct scatterlist *src, in fallback_blk_enc()
340 struct scatterlist *dst, struct scatterlist *src, in ecb_aes_encrypt()
354 struct scatterlist *dst, struct scatterlist *src, in ecb_aes_decrypt()
481 struct scatterlist *dst, struct scatterlist *src, in cbc_aes_encrypt()
495 struct scatterlist *dst, struct scatterlist *src, in cbc_aes_decrypt()
552 struct scatterlist *dst, struct scatterlist *src, in xts_fallback_decrypt()
569 struct scatterlist *dst, struct scatterlist *src, in xts_fallback_encrypt()
664 struct scatterlist *dst, struct scatterlist *src, in xts_aes_encrypt()
678 struct scatterlist *dst, struct scatterlist *src, in xts_aes_decrypt()
[all …]
/linux-4.4.14/arch/hexagon/lib/
Dio.c34 short int *dst = (short int *) data; in __raw_readsw() local
53 volatile short int *dst = (short int *)addr; in __raw_writesw() local
68 long *dst = (long *) data; in __raw_readsl() local
82 volatile long *dst = (long *)addr; in __raw_writesl() local
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_hw.h48 static inline void ocrdma_cpu_to_le32(void *dst, u32 len) in ocrdma_cpu_to_le32()
59 static inline void ocrdma_le32_to_cpu(void *dst, u32 len) in ocrdma_le32_to_cpu()
70 static inline void ocrdma_copy_cpu_to_le32(void *dst, void *src, u32 len) in ocrdma_copy_cpu_to_le32()
83 static inline void ocrdma_copy_le32_to_cpu(void *dst, void *src, u32 len) in ocrdma_copy_le32_to_cpu()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_rect.c68 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst, in drm_rect_clip_scaled()
99 static int drm_calc_scale(int src, int dst) in drm_calc_scale()
128 const struct drm_rect *dst, in drm_rect_calc_hscale()
159 const struct drm_rect *dst, in drm_rect_calc_vscale()
196 struct drm_rect *dst, in drm_rect_calc_hscale_relaxed()
246 struct drm_rect *dst, in drm_rect_calc_vscale_relaxed()
/linux-4.4.14/arch/parisc/lib/
Dio.c18 void memcpy_toio(volatile void __iomem *dst, const void *src, int count) in memcpy_toio()
53 void memcpy_fromio(void *dst, const volatile void __iomem *src, int count) in memcpy_fromio()
126 void insb (unsigned long port, void *dst, unsigned long count) in insb()
166 void insw (unsigned long port, void *dst, unsigned long count) in insw()
238 void insl (unsigned long port, void *dst, unsigned long count) in insl()
Diomap.c97 static void ioport_read8r(void __iomem *addr, void *dst, unsigned long count) in ioport_read8r()
102 static void ioport_read16r(void __iomem *addr, void *dst, unsigned long count) in ioport_read16r()
107 static void ioport_read32r(void __iomem *addr, void *dst, unsigned long count) in ioport_read32r()
198 static void iomem_read8r(void __iomem *addr, void *dst, unsigned long count) in iomem_read8r()
206 static void iomem_read16r(void __iomem *addr, void *dst, unsigned long count) in iomem_read16r()
214 static void iomem_read32r(void __iomem *addr, void *dst, unsigned long count) in iomem_read32r()
353 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep()
365 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep()
377 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep()
Dmemcpy.c164 static noinline unsigned long copy_dstaligned(unsigned long dst, in copy_dstaligned()
282 register unsigned long src, dst, t1, t2, t3; in pa_memcpy_internal() local
492 unsigned long copy_to_user(void __user *dst, const void *src, unsigned long len) in copy_to_user()
500 unsigned long __copy_from_user(void *dst, const void __user *src, unsigned long len) in __copy_from_user()
507 unsigned long copy_in_user(void __user *dst, const void __user *src, unsigned long len) in copy_in_user()
515 void * memcpy(void * dst,const void *src, size_t count) in memcpy()
528 long probe_kernel_read(void *dst, const void *src, size_t size) in probe_kernel_read()
Dchecksum.c117 __wsum csum_partial_copy_nocheck(const void *src, void *dst, in csum_partial_copy_nocheck()
136 void *dst, int len, in csum_partial_copy_from_user()
/linux-4.4.14/drivers/video/fbdev/core/
Dsysfillrect.c25 bitfill_aligned(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_aligned()
81 bitfill_unaligned(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_unaligned()
135 bitfill_aligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_aligned_rev()
191 bitfill_unaligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_unaligned_rev()
249 unsigned long *dst; in sys_fillrect() local
Dcfbfillrect.c35 bitfill_aligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, in bitfill_aligned()
92 bitfill_unaligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, in bitfill_unaligned()
146 bitfill_aligned_rev(struct fb_info *p, unsigned long __iomem *dst, in bitfill_aligned_rev()
217 bitfill_unaligned_rev(struct fb_info *p, unsigned long __iomem *dst, in bitfill_unaligned_rev()
284 unsigned long __iomem *dst; in cfb_fillrect() local
/linux-4.4.14/arch/mn10300/lib/
Dchecksum.c54 __wsum csum_partial_copy(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy()
61 __wsum csum_partial_copy_nocheck(const void *src, void *dst, in csum_partial_copy_nocheck()
70 __wsum csum_partial_copy_from_user(const void *src, void *dst, in csum_partial_copy_from_user()
86 __wsum csum_and_copy_to_user(const void *src, void *dst, in csum_and_copy_to_user()
Dusercopy.c33 #define __do_strncpy_from_user(dst, src, count, res) \ argument
69 __strncpy_from_user(char *dst, const char *src, long count) in __strncpy_from_user()
77 strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user()
/linux-4.4.14/arch/sh/kernel/
Diomap.c80 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) in mmio_insb()
89 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) in mmio_insw()
98 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) in mmio_insl()
131 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep()
137 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep()
143 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep()
/linux-4.4.14/net/ipv6/
Dxfrm6_policy.c35 struct dst_entry *dst; in xfrm6_dst_lookup() local
59 struct dst_entry *dst; in xfrm6_get_saddr() local
77 static int xfrm6_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm6_init_path()
227 static void xfrm6_update_pmtu(struct dst_entry *dst, struct sock *sk, in xfrm6_update_pmtu()
236 static void xfrm6_redirect(struct dst_entry *dst, struct sock *sk, in xfrm6_redirect()
245 static void xfrm6_dst_destroy(struct dst_entry *dst) in xfrm6_dst_destroy()
255 static void xfrm6_dst_ifdown(struct dst_entry *dst, struct net_device *dev, in xfrm6_dst_ifdown()
Dinet6_connection_sock.c76 struct dst_entry *dst; in inet6_csk_route_req() local
125 struct dst_entry *dst; in inet6_csk_route_socket() local
157 struct dst_entry *dst; in inet6_csk_xmit() local
184 struct dst_entry *dst = inet6_csk_route_socket(sk, &fl6); in inet6_csk_update_pmtu() local
Dxfrm6_state.c60 __xfrm6_sort(void **dst, void **src, int n, int (*cmp)(void *p), int maxclass) in __xfrm6_sort()
117 __xfrm6_state_sort(struct xfrm_state **dst, struct xfrm_state **src, int n) in __xfrm6_state_sort()
150 __xfrm6_tmpl_sort(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n) in __xfrm6_tmpl_sort()
Droute.c178 static u32 *ipv6_cow_metrics(struct dst_entry *dst, unsigned long old) in ipv6_cow_metrics()
203 static struct neighbour *ip6_neigh_lookup(const struct dst_entry *dst, in ip6_neigh_lookup()
235 static unsigned int ip6_blackhole_mtu(const struct dst_entry *dst) in ip6_blackhole_mtu()
242 static void ip6_rt_blackhole_update_pmtu(struct dst_entry *dst, struct sock *sk, in ip6_rt_blackhole_update_pmtu()
247 static void ip6_rt_blackhole_redirect(struct dst_entry *dst, struct sock *sk, in ip6_rt_blackhole_redirect()
319 struct dst_entry *dst = &rt->dst; in rt6_info_init() local
367 static void ip6_dst_destroy(struct dst_entry *dst) in ip6_dst_destroy()
387 static void ip6_dst_ifdown(struct dst_entry *dst, struct net_device *dev, in ip6_dst_ifdown()
886 struct dst_entry *dst; in rt6_lookup() local
1180 struct dst_entry *dst; in ip6_route_output_flags() local
[all …]
Dip6_output.c62 struct dst_entry *dst = skb_dst(skb); in ip6_finish_output2() local
163 struct dst_entry *dst = skb_dst(skb); in ip6_xmit() local
339 static unsigned int ip6_dst_mtu_forward(const struct dst_entry *dst) in ip6_dst_mtu_forward()
380 struct dst_entry *dst = skb_dst(skb); in ip6_forward() local
858 struct dst_entry *dst, in ip6_sk_dst_check()
905 struct dst_entry **dst, struct flowi6 *fl6) in ip6_dst_lookup_tail()
1020 int ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst, in ip6_dst_lookup()
1042 struct dst_entry *dst = NULL; in ip6_dst_lookup_flow() local
1074 struct dst_entry *dst = sk_dst_check(sk, inet6_sk(sk)->dst_cookie); in ip6_sk_dst_lookup_flow() local
Dtcp_ipv6.c94 struct dst_entry *dst = skb_dst(skb); in inet6_sk_rx_dst_set() local
124 struct dst_entry *dst; in tcp_v6_connect() local
305 struct dst_entry *dst; in tcp_v6_mtu_reduced() local
379 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in tcp_v6_err() local
439 static int tcp_v6_send_synack(const struct sock *sk, struct dst_entry *dst, in tcp_v6_send_synack()
748 struct dst_entry *dst; in tcp_v6_send_response() local
973 struct dst_entry *dst, in tcp_v6_syn_recv_sock()
1226 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v6_do_rcv() local
1556 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v6_early_demux() local
/linux-4.4.14/mm/
Dmaccess.c26 long __probe_kernel_read(void *dst, const void *src, size_t size) in __probe_kernel_read()
54 long __probe_kernel_write(void *dst, const void *src, size_t size) in __probe_kernel_write()
86 long strncpy_from_unsafe(char *dst, const void *unsafe_addr, long count) in strncpy_from_unsafe()
/linux-4.4.14/arch/arm/crypto/
Daesbs-glue.c105 struct scatterlist *dst, in aesbs_cbc_encrypt()
130 u8 *dst = walk.dst.virt.addr; in aesbs_cbc_encrypt() local
146 struct scatterlist *dst, in aesbs_cbc_decrypt()
165 u8 *dst = walk.dst.virt.addr; in aesbs_cbc_decrypt() local
204 struct scatterlist *dst, struct scatterlist *src, in aesbs_ctr_encrypt()
253 struct scatterlist *dst, in aesbs_xts_encrypt()
277 struct scatterlist *dst, in aesbs_xts_decrypt()
Daes-ce-glue.c166 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
189 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
212 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
236 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
260 static int ctr_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_encrypt()
303 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
328 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Daes_glue.c16 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt()
22 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt()
/linux-4.4.14/arch/mips/lib/
Diomap.c104 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) in mmio_insb()
113 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) in mmio_insw()
122 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) in mmio_insl()
155 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep()
162 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep()
169 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep()
/linux-4.4.14/drivers/video/fbdev/
Datafb_utils.h219 static inline void fast_memmove(char *dst, const char *src, size_t size) in fast_memmove()
279 static inline void fill8_col(u8 *dst, u32 m[]) in fill8_col()
300 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) in fill8_2col()
358 static inline u32 *fill16_col(u32 *dst, int rows, u32 m[]) in fill16_col()
374 static inline void memmove32_col(void *dst, void *src, u32 mask, u32 h, u32 bytes) in memmove32_col()
Dc2p_iplan2.c48 static inline void store_iplan2(void *dst, u32 bpp, u32 d[4]) in store_iplan2()
61 static inline void store_iplan2_masked(void *dst, u32 bpp, u32 d[4], u32 mask) in store_iplan2_masked()
85 void c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width, in c2p_iplan2()
Dc2p_planar.c48 static inline void store_planar(void *dst, u32 dst_inc, u32 bpp, u32 d[8]) in store_planar()
61 static inline void store_planar_masked(void *dst, u32 dst_inc, u32 bpp, in store_planar_masked()
86 void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width, in c2p_planar()
/linux-4.4.14/fs/ntfs/
Drunlist.c34 static inline void ntfs_rl_mm(runlist_element *base, int dst, int src, in ntfs_rl_mm()
47 static inline void ntfs_rl_mc(runlist_element *dstbase, int dst, in ntfs_rl_mc()
155 static inline bool ntfs_are_rl_mergeable(runlist_element *dst, in ntfs_are_rl_mergeable()
189 static inline void __ntfs_rl_merge(runlist_element *dst, runlist_element *src) in __ntfs_rl_merge()
218 static inline runlist_element *ntfs_rl_append(runlist_element *dst, in ntfs_rl_append()
285 static inline runlist_element *ntfs_rl_insert(runlist_element *dst, in ntfs_rl_insert()
381 static inline runlist_element *ntfs_rl_replace(runlist_element *dst, in ntfs_rl_replace()
470 static inline runlist_element *ntfs_rl_split(runlist_element *dst, int dsize, in ntfs_rl_split()
1252 static inline int ntfs_write_significant_bytes(s8 *dst, const s8 *dst_max, in ntfs_write_significant_bytes()
1323 int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, in ntfs_mapping_pairs_build()
/linux-4.4.14/security/selinux/ss/
Dcontext.h40 static inline int mls_context_cpy(struct context *dst, struct context *src) in mls_context_cpy()
60 static inline int mls_context_cpy_low(struct context *dst, struct context *src) in mls_context_cpy_low()
80 static inline int mls_context_cpy_high(struct context *dst, struct context *src) in mls_context_cpy_high()
117 static inline int context_cpy(struct context *dst, struct context *src) in context_cpy()
/linux-4.4.14/include/linux/sunrpc/
Daddr.h58 static inline bool __rpc_copy_addr4(struct sockaddr *dst, in __rpc_copy_addr4()
84 static inline bool __rpc_copy_addr6(struct sockaddr *dst, in __rpc_copy_addr6()
102 static inline bool __rpc_copy_addr6(struct sockaddr *dst, in __rpc_copy_addr6()
156 static inline bool rpc_copy_addr(struct sockaddr *dst, in rpc_copy_addr()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx_inline.h76 ahd_known_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_known_modes()
85 ahd_build_mode_state(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_build_mode_state()
92 ahd_mode *src, ahd_mode *dst) in ahd_extract_mode_state()
/linux-4.4.14/arch/arm64/crypto/
Daes-glue.c99 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
121 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
143 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
166 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
189 static int ctr_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_encrypt()
235 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
259 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BAProc.c190 u8 *dst, in ieee80211_DELBA()
255 u8 *dst, PBA_RECORD pBA) in ieee80211_send_ADDBAReq()
282 static void ieee80211_send_ADDBARsp(struct ieee80211_device *ieee, u8 *dst, in ieee80211_send_ADDBARsp()
310 static void ieee80211_send_DELBA(struct ieee80211_device *ieee, u8 *dst, in ieee80211_send_DELBA()
338 u8 *dst = NULL, *pDialogToken = NULL, *tag = NULL; in ieee80211_rx_ADDBAReq() local
441 u8 *dst = NULL, *pDialogToken = NULL, *tag = NULL; in ieee80211_rx_ADDBARsp() local
574 u8 *dst = NULL; in ieee80211_rx_DELBA() local
/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_BAProc.c137 static struct sk_buff *rtllib_DELBA(struct rtllib_device *ieee, u8 *dst, in rtllib_DELBA()
189 static void rtllib_send_ADDBAReq(struct rtllib_device *ieee, u8 *dst, in rtllib_send_ADDBAReq()
204 static void rtllib_send_ADDBARsp(struct rtllib_device *ieee, u8 *dst, in rtllib_send_ADDBARsp()
216 static void rtllib_send_DELBA(struct rtllib_device *ieee, u8 *dst, in rtllib_send_DELBA()
233 u8 *dst = NULL, *pDialogToken = NULL, *tag = NULL; in rtllib_rx_ADDBAReq() local
324 u8 *dst = NULL, *pDialogToken = NULL, *tag = NULL; in rtllib_rx_ADDBARsp() local
427 u8 *dst = NULL; in rtllib_rx_DELBA() local
/linux-4.4.14/arch/powerpc/crypto/
Daes-spe-glue.c179 static int ppc_ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_ecb_encrypt()
207 static int ppc_ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_ecb_decrypt()
235 static int ppc_cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_cbc_encrypt()
263 static int ppc_cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_cbc_decrypt()
291 static int ppc_ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_ctr_crypt()
321 static int ppc_xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_xts_encrypt()
352 static int ppc_xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_xts_decrypt()
/linux-4.4.14/arch/s390/include/asm/
Dpci_io.h90 static inline int zpci_read_single(u64 req, u64 *dst, u64 offset, u8 len) in zpci_read_single()
122 static inline u8 zpci_get_max_write_size(u64 src, u64 dst, int len, int max) in zpci_get_max_write_size()
134 static inline int zpci_memcpy_fromio(void *dst, in zpci_memcpy_fromio()
156 static inline int zpci_memcpy_toio(volatile void __iomem *dst, in zpci_memcpy_toio()
184 static inline int zpci_memset_io(volatile void __iomem *dst, in zpci_memset_io()
Dio.h63 #define memcpy_fromio(dst, src, count) zpci_memcpy_fromio(dst, src, count) argument
64 #define memcpy_toio(dst, src, count) zpci_memcpy_toio(dst, src, count) argument
65 #define memset_io(dst, val, count) zpci_memset_io(dst, val, count) argument
Dchecksum.h50 csum_partial_copy_from_user(const void __user *src, void *dst, in csum_partial_copy_from_user()
61 csum_partial_copy_nocheck (const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck()
/linux-4.4.14/arch/m32r/lib/
Dusercopy.c41 #define __do_strncpy_from_user(dst,src,count,res) \ argument
75 #define __do_strncpy_from_user(dst,src,count,res) \ argument
113 __strncpy_from_user(char *dst, const char __user *src, long count) in __strncpy_from_user()
121 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
Dcsum_partial_copy.c31 csum_partial_copy_nocheck (const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck()
45 csum_partial_copy_from_user (const void __user *src, void *dst, in csum_partial_copy_from_user()
/linux-4.4.14/arch/x86/lib/
Dcsum-wrappers_64.c23 csum_partial_copy_from_user(const void __user *src, void *dst, in csum_partial_copy_from_user()
84 csum_partial_copy_to_user(const void *src, void __user *dst, in csum_partial_copy_to_user()
130 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck()
/linux-4.4.14/crypto/
Dtea.c62 static void tea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tea_encrypt()
90 static void tea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tea_decrypt()
135 static void xtea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xtea_encrypt()
156 static void xtea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xtea_decrypt()
179 static void xeta_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xeta_encrypt()
200 static void xeta_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xeta_decrypt()
Dcipher.c66 u8 *dst, const u8 *src) in cipher_crypt_unaligned()
79 u8 *dst, const u8 *src) in cipher_encrypt_unaligned()
93 u8 *dst, const u8 *src) in cipher_decrypt_unaligned()
Dcompress.c22 u8 *dst, unsigned int *dlen) in crypto_compress()
30 u8 *dst, unsigned int *dlen) in crypto_decompress()
Dghash-generic.c68 u8 *dst = dctx->buffer; in ghash_update() local
105 u8 *dst = dctx->buffer; in ghash_flush() local
119 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
Dkhazad.c806 __be64 *dst = (__be64 *)ciphertext; in khazad_crypt() local
837 static void khazad_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in khazad_encrypt()
843 static void khazad_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in khazad_decrypt()
D842.c41 u8 *dst, unsigned int *dlen) in crypto842_compress()
50 u8 *dst, unsigned int *dlen) in crypto842_decompress()
Dcrypto_null.c33 unsigned int slen, u8 *dst, unsigned int *dlen) in null_compress()
72 static void null_crypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in null_crypt()
78 struct scatterlist *dst, in skcipher_null_crypt()
Dpcbc.c54 u8 *dst = walk->dst.virt.addr; in crypto_pcbc_encrypt_segment() local
98 struct scatterlist *dst, struct scatterlist *src, in crypto_pcbc_encrypt()
132 u8 *dst = walk->dst.virt.addr; in crypto_pcbc_decrypt_segment() local
178 struct scatterlist *dst, struct scatterlist *src, in crypto_pcbc_decrypt()
Dcbc.c51 u8 *dst = walk->dst.virt.addr; in crypto_cbc_encrypt_segment() local
91 struct scatterlist *dst, struct scatterlist *src, in crypto_cbc_encrypt()
123 u8 *dst = walk->dst.virt.addr; in crypto_cbc_decrypt_segment() local
170 struct scatterlist *dst, struct scatterlist *src, in crypto_cbc_decrypt()
Dxts.c86 static inline void xts_round(struct sinfo *s, void *dst, const void *src) in xts_round()
147 static int encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in encrypt()
158 static int decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in decrypt()
177 be128 *src, *dst, *t; in xts_crypt() local
Dcts.c75 struct scatterlist *dst, in cts_cbc_encrypt()
126 struct scatterlist *dst, struct scatterlist *src, in crypto_cts_encrypt()
161 struct scatterlist *dst, in cts_cbc_decrypt()
221 struct scatterlist *dst, struct scatterlist *src, in crypto_cts_decrypt()
Dauthencesn.c44 struct scatterlist dst[2]; member
112 struct scatterlist *dst = req->dst; in crypto_authenc_esn_genicv_tail() local
146 struct scatterlist *dst = req->dst; in crypto_authenc_esn_genicv() local
202 struct scatterlist *src, *dst; in crypto_authenc_esn_encrypt() local
244 struct scatterlist *dst = req->dst; in crypto_authenc_esn_decrypt_tail() local
289 struct scatterlist *dst = req->dst; in crypto_authenc_esn_decrypt() local
Danubis.c578 __be32 *dst = (__be32 *)ciphertext; in anubis_crypt() local
662 static void anubis_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in anubis_encrypt()
668 static void anubis_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in anubis_decrypt()
Dlzo.c52 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_compress()
68 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_decompress()
Dlz4hc.c49 unsigned int slen, u8 *dst, unsigned int *dlen) in lz4hc_compress_crypto()
65 unsigned int slen, u8 *dst, unsigned int *dlen) in lz4hc_decompress_crypto()
Dlz4.c49 unsigned int slen, u8 *dst, unsigned int *dlen) in lz4_compress_crypto()
65 unsigned int slen, u8 *dst, unsigned int *dlen) in lz4_decompress_crypto()
Dlrw.c112 static inline void lrw_round(struct sinfo *s, void *dst, const void *src) in lrw_round()
195 static int encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in encrypt()
206 static int decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in decrypt()
226 be128 *iv, *src, *dst, *t; in lrw_crypt() local
Dchacha20_generic.c84 static void chacha20_docrypt(u32 *state, u8 *dst, const u8 *src, in chacha20_docrypt()
143 int crypto_chacha20_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in crypto_chacha20_crypt()
/linux-4.4.14/net/ipv4/
Dxfrm4_policy.c57 struct dst_entry *dst; in xfrm4_get_saddr() local
74 static int xfrm4_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm4_init_path()
226 static void xfrm4_update_pmtu(struct dst_entry *dst, struct sock *sk, in xfrm4_update_pmtu()
235 static void xfrm4_redirect(struct dst_entry *dst, struct sock *sk, in xfrm4_redirect()
244 static void xfrm4_dst_destroy(struct dst_entry *dst) in xfrm4_dst_destroy()
253 static void xfrm4_dst_ifdown(struct dst_entry *dst, struct net_device *dev, in xfrm4_dst_ifdown()
Dtcp_metrics.c97 const struct dst_entry *dst, in tcpm_suck_dst()
139 static void tcpm_check_stamp(struct tcp_metrics_block *tm, struct dst_entry *dst) in tcpm_check_stamp()
151 static struct tcp_metrics_block *tcpm_new(struct dst_entry *dst, in tcpm_new()
235 struct dst_entry *dst) in __tcp_get_metrics_req()
319 struct dst_entry *dst, in tcp_get_metrics()
370 struct dst_entry *dst = __sk_dst_get(sk); in tcp_update_metrics() local
490 struct dst_entry *dst = __sk_dst_get(sk); in tcp_init_metrics() local
579 bool tcp_peer_is_proven(struct request_sock *req, struct dst_entry *dst, in tcp_peer_is_proven()
610 void tcp_fetch_timewait_stamp(struct sock *sk, struct dst_entry *dst) in tcp_fetch_timewait_stamp()
635 struct dst_entry *dst = __sk_dst_get(sk); in tcp_remember_stamp() local
[all …]
Droute.c148 static u32 *ipv4_cow_metrics(struct dst_entry *dst, unsigned long old) in ipv4_cow_metrics()
340 struct ip_rt_acct *dst, *src; in rt_acct_proc_show() local
443 static struct neighbour *ipv4_neigh_lookup(const struct dst_entry *dst, in ipv4_neigh_lookup()
785 static void ip_do_redirect(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb) in ip_do_redirect()
801 static struct dst_entry *ipv4_negative_advice(struct dst_entry *dst) in ipv4_negative_advice()
969 struct dst_entry *dst = &rt->dst; in __ip_rt_update_pmtu() local
995 static void ip_rt_update_pmtu(struct dst_entry *dst, struct sock *sk, in ip_rt_update_pmtu()
1128 static struct dst_entry *ipv4_dst_check(struct dst_entry *dst, u32 cookie) in ipv4_dst_check()
1218 static unsigned int ipv4_default_advmss(const struct dst_entry *dst) in ipv4_default_advmss()
1231 static unsigned int ipv4_mtu(const struct dst_entry *dst) in ipv4_mtu()
[all …]
/linux-4.4.14/drivers/crypto/
Dgeode-aes.c47 do_crypt(void *src, void *dst, int len, u32 flags) in do_crypt()
183 struct scatterlist *dst, struct scatterlist *src, in fallback_blk_dec()
199 struct scatterlist *dst, struct scatterlist *src, in fallback_blk_enc()
305 struct scatterlist *dst, struct scatterlist *src, in geode_cbc_decrypt()
337 struct scatterlist *dst, struct scatterlist *src, in geode_cbc_encrypt()
418 struct scatterlist *dst, struct scatterlist *src, in geode_ecb_decrypt()
448 struct scatterlist *dst, struct scatterlist *src, in geode_ecb_encrypt()
/linux-4.4.14/drivers/crypto/nx/
Dnx-aes-ecb.c66 struct scatterlist *dst, in ecb_aes_nx_crypt()
115 struct scatterlist *dst, in ecb_aes_nx_encrypt()
123 struct scatterlist *dst, in ecb_aes_nx_decrypt()
Dnx-aes-cbc.c66 struct scatterlist *dst, in cbc_aes_nx_crypt()
115 struct scatterlist *dst, in cbc_aes_nx_encrypt()
123 struct scatterlist *dst, in cbc_aes_nx_decrypt()
Dnx-aes-ctr.c85 struct scatterlist *dst, in ctr_aes_nx_crypt()
129 struct scatterlist *dst, in ctr3686_aes_nx_crypt()
Dnx-842.c176 u8 *src = p->in, *dst = p->out; in compress() local
260 u8 *dst, unsigned int *dlen) in nx842_crypto_compress()
354 u8 *src = p->in, *dst = p->out; in decompress() local
444 u8 *dst, unsigned int *dlen) in nx842_crypto_decompress()
/linux-4.4.14/net/dsa/
Ddsa.c218 struct dsa_switch_tree *dst = ds->dst; in dsa_switch_setup_one() local
376 dsa_switch_setup(struct dsa_switch_tree *dst, int index, in dsa_switch_setup()
513 struct dsa_switch_tree *dst; in dsa_link_poll_work() local
530 struct dsa_switch_tree *dst = (void *)_dst; in dsa_link_poll_timer() local
840 static int dsa_setup_dst(struct dsa_switch_tree *dst, struct net_device *dev, in dsa_setup_dst()
898 struct dsa_switch_tree *dst; in dsa_probe() local
953 static void dsa_remove_dst(struct dsa_switch_tree *dst) in dsa_remove_dst()
972 struct dsa_switch_tree *dst = platform_get_drvdata(pdev); in dsa_remove() local
987 struct dsa_switch_tree *dst = dev->dsa_ptr; in dsa_switch_rcv() local
1010 struct dsa_switch_tree *dst = platform_get_drvdata(pdev); in dsa_suspend() local
[all …]
/linux-4.4.14/sound/core/
Dmemory.c38 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count) in copy_to_user_fromio()
71 int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size_t count) in copy_from_user_toio()
/linux-4.4.14/arch/x86/platform/efi/
Dearly_printk.c67 unsigned long *dst; in early_efi_clear_scanline() local
81 unsigned long *dst, *src; in early_efi_scroll_up() local
106 static void early_efi_write_char(u32 *dst, unsigned char c, unsigned int h) in early_efi_write_char()
132 void *dst; in early_efi_write() local
/linux-4.4.14/arch/sparc/include/asm/
Dio_32.h15 static inline void _memset_io(volatile void __iomem *dst, in _memset_io()
26 static inline void _memcpy_fromio(void *dst, const volatile void __iomem *src, in _memcpy_fromio()
38 static inline void _memcpy_toio(volatile void __iomem *dst, const void *src, in _memcpy_toio()
96 static inline void sbus_memcpy_fromio(void *dst, in sbus_memcpy_fromio()
109 static inline void sbus_memcpy_toio(volatile void __iomem *dst, in sbus_memcpy_toio()
Dchecksum_32.h44 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck()
62 csum_partial_copy_from_user(const void __user *src, void *dst, int len, in csum_partial_copy_from_user()
86 csum_partial_copy_to_user(const void *src, void __user *dst, int len, in csum_partial_copy_to_user()
/linux-4.4.14/arch/powerpc/boot/
Dgunzip_util.c102 int gunzip_partial(struct gunzip_state *state, void *dst, int dstlen) in gunzip_partial()
140 void gunzip_exactly(struct gunzip_state *state, void *dst, int dstlen) in gunzip_exactly()
193 int gunzip_finish(struct gunzip_state *state, void *dst, int dstlen) in gunzip_finish()
/linux-4.4.14/lib/lzo/
Dlzodefs.h15 #define COPY4(dst, src) \ argument
18 #define COPY8(dst, src) \ argument
21 #define COPY8(dst, src) \ argument
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.h32 static inline void xgene_set_bits(u32 *dst, u32 val, u32 start, u32 len) in xgene_set_bits()
128 #define PHY_CONTROL_SET(dst, val) xgene_set_bits(dst, val, 0, 16) argument
146 #define CFG_TXCLK_MUXSEL0_SET(dst, val) xgene_set_bits(dst, val, 29, 3) argument
147 #define CFG_RXCLK_MUXSEL0_SET(dst, val) xgene_set_bits(dst, val, 26, 3) argument
149 #define CFG_CLE_IP_PROTOCOL0_SET(dst, val) xgene_set_bits(dst, val, 16, 2) argument
150 #define CFG_CLE_DSTQID0_SET(dst, val) xgene_set_bits(dst, val, 0, 12) argument
151 #define CFG_CLE_FPSEL0_SET(dst, val) xgene_set_bits(dst, val, 16, 4) argument
152 #define CFG_MACMODE_SET(dst, val) xgene_set_bits(dst, val, 18, 2) argument
153 #define CFG_WAITASYNCRD_SET(dst, val) xgene_set_bits(dst, val, 0, 16) argument
174 #define PHY_ADDR_SET(dst, val) xgene_set_bits(dst, val, 8, 5) argument
[all …]
/linux-4.4.14/drivers/vhost/
Dvringh.c218 static int slow_copy(struct vringh *vrh, void *dst, const void *src, in slow_copy()
228 int (*copy)(void *dst, const void *src, size_t len)) in slow_copy()
263 int (*copy)(void *dst, const void *src, size_t len)) in __vringh_iov()
405 int (*putused)(struct vring_used_elem *dst, in __vringh_complete()
565 static inline int copydesc_user(void *dst, const void *src, size_t len) in copydesc_user()
571 static inline int putused_user(struct vring_used_elem *dst, in putused_user()
579 static inline int xfer_from_user(void *src, void *dst, size_t len) in xfer_from_user()
585 static inline int xfer_to_user(void *dst, void *src, size_t len) in xfer_to_user()
705 ssize_t vringh_iov_pull_user(struct vringh_iov *riov, void *dst, size_t len) in vringh_iov_pull_user()
833 static inline int copydesc_kern(void *dst, const void *src, size_t len) in copydesc_kern()
[all …]
/linux-4.4.14/arch/score/lib/
Dchecksum_copy.c30 unsigned int csum_partial_copy(const char *src, char *dst, in csum_partial_copy()
39 unsigned int csum_partial_copy_from_user(const char *src, char *dst, in csum_partial_copy_from_user()
/linux-4.4.14/tools/perf/util/
Dquote.c20 static void sq_quote_buf(struct strbuf *dst, const char *src) in sq_quote_buf()
42 void sq_quote_argv(struct strbuf *dst, const char** argv, size_t maxlen) in sq_quote_argv()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Datom.c587 uint32_t dst, src, saved; in atom_op_add() local
601 uint32_t dst, src, saved; in atom_op_and() local
648 uint32_t dst, src; in atom_op_compare() local
674 uint32_t dst, src; in atom_op_div() local
692 uint32_t dst, src; in atom_op_div32() local
770 uint32_t dst, mask, src, saved; in atom_op_mask() local
804 uint32_t dst, src; in atom_op_mul() local
816 uint32_t dst, src; in atom_op_mul32() local
834 uint32_t dst, src, saved; in atom_op_or() local
924 uint32_t saved, dst; in atom_op_shift_left() local
[all …]
/linux-4.4.14/arch/alpha/lib/
Dcsum_partial_copy.c102 csum_partial_cfu_aligned(const unsigned long __user *src, unsigned long *dst, in csum_partial_cfu_aligned()
143 unsigned long *dst, in csum_partial_cfu_dest_aligned()
197 unsigned long *dst, in csum_partial_cfu_src_aligned()
255 unsigned long * dst, in csum_partial_cfu_unaligned()
333 csum_partial_copy_from_user(const void __user *src, void *dst, int len, in csum_partial_copy_from_user()
379 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck()
/linux-4.4.14/tools/perf/bench/
Dmem-functions.c195 static void memcpy_alloc_mem(void **dst, void **src, size_t size) in memcpy_alloc_mem()
212 void *src = NULL, *dst = NULL; in do_memcpy_cycles() local
238 void *src = NULL, *dst = NULL; in do_memcpy_gettimeofday() local
293 static void memset_alloc_mem(void **dst, size_t size) in memset_alloc_mem()
304 void *dst = NULL; in do_memset_cycles() local
328 void *dst = NULL; in do_memset_gettimeofday() local
/linux-4.4.14/sound/pci/emu10k1/
Demufx.c1427 #define _A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument
1429 #define A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument
1431 #define _A_SWITCH_NEG(icode, ptr, dst, src) \ in _snd_emu10k1_audigy_init_efx() argument
1433 #define A_SWITCH_NEG(icode, ptr, dst, src) \ in _snd_emu10k1_audigy_init_efx() argument
1766 static void _volume(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume()
1773 static void _volume_add(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume_add()
1781 static void _volume_out(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume_out()
1790 #define VOLUME(icode, ptr, dst, src, vol) \ argument
1792 #define VOLUME_IN(icode, ptr, dst, src, vol) \ argument
1794 #define VOLUME_ADD(icode, ptr, dst, src, vol) \ argument
[all …]
/linux-4.4.14/arch/arm/include/asm/
Dxor.h17 #define GET_BLOCK_2(dst) \ argument
22 #define GET_BLOCK_4(dst) \ argument
39 #define PUT_BLOCK_2(dst) \ argument
44 #define PUT_BLOCK_4(dst) \ argument
/linux-4.4.14/net/decnet/
Ddn_route.c154 static void dn_dst_destroy(struct dst_entry *dst) in dn_dst_destroy()
163 static void dn_dst_ifdown(struct dst_entry *dst, struct net_device *dev, int how) in dn_dst_ifdown()
177 static __inline__ unsigned int dn_hash(__le16 src, __le16 dst) in dn_hash()
270 static void dn_dst_update_pmtu(struct dst_entry *dst, struct sock *sk, in dn_dst_update_pmtu()
299 static void dn_dst_redirect(struct dst_entry *dst, struct sock *sk, in dn_dst_redirect()
307 static struct dst_entry *dn_dst_check(struct dst_entry *dst, __u32 cookie) in dn_dst_check()
312 static struct dst_entry *dn_dst_negative_advice(struct dst_entry *dst) in dn_dst_negative_advice()
437 __le16 *dst; in dn_return_short() local
749 struct dst_entry *dst = skb_dst(skb); in dn_output() local
788 struct dst_entry *dst = skb_dst(skb); in dn_forward() local
[all …]
/linux-4.4.14/drivers/media/usb/dvb-usb/
Dvp702x-fe.c44 struct vp702x_device_state *dst = st->d->priv; in vp702x_fe_refresh_state() local
143 struct vp702x_device_state *dst = st->d->priv; in vp702x_fe_set_frontend() local
220 struct vp702x_device_state *dst = st->d->priv; in vp702x_fe_send_diseqc_msg() local
258 struct vp702x_device_state *dst = st->d->priv; in vp702x_fe_set_tone() local
292 struct vp702x_device_state *dst = st->d->priv; in vp702x_fe_set_voltage() local
/linux-4.4.14/arch/powerpc/lib/
Dchecksum_wrappers_64.c26 __wsum csum_and_copy_from_user(const void __user *src, void *dst, in csum_and_copy_from_user()
67 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len, in csum_and_copy_to_user()
/linux-4.4.14/net/ceph/
Dcrypto.c15 int ceph_crypto_key_clone(struct ceph_crypto_key *dst, in ceph_crypto_key_clone()
160 void *dst, size_t *dst_len, in ceph_aes_encrypt()
218 static int ceph_aes_encrypt2(const void *key, int key_len, void *dst, in ceph_aes_encrypt2()
282 void *dst, size_t *dst_len, in ceph_aes_decrypt()
423 int ceph_decrypt(struct ceph_crypto_key *secret, void *dst, size_t *dst_len, in ceph_decrypt()
476 int ceph_encrypt(struct ceph_crypto_key *secret, void *dst, size_t *dst_len, in ceph_encrypt()
496 int ceph_encrypt2(struct ceph_crypto_key *secret, void *dst, size_t *dst_len, in ceph_encrypt2()
Darmor.c36 int ceph_armor(char *dst, const char *src, const char *end) in ceph_armor()
74 int ceph_unarmor(char *dst, const char *src, const char *end) in ceph_unarmor()
/linux-4.4.14/drivers/block/zram/
Dzcomp_lz4.c45 static int zcomp_lz4_compress(const unsigned char *src, unsigned char *dst, in zcomp_lz4_compress()
53 unsigned char *dst) in zcomp_lz4_decompress()
Dzcomp_lzo.c45 static int lzo_compress(const unsigned char *src, unsigned char *dst, in lzo_compress()
53 unsigned char *dst) in lzo_decompress()
/linux-4.4.14/arch/microblaze/lib/
Dmemcpy.c39 char *dst = v_dst; in memcpy() local
51 char *dst = v_dst; in memcpy() local
Dmemmove.c38 char *dst = v_dst; in memmove() local
61 char *dst = v_dst; in memmove() local
/linux-4.4.14/net/dccp/
Dipv6.c124 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in dccp_v6_err() local
132 struct dst_entry *dst = NULL; in dccp_v6_err() local
192 struct dst_entry *dst; in dccp_v6_send_response() local
249 struct dst_entry *dst; in dccp_v6_ctl_send_reset() local
388 struct dst_entry *dst, in dccp_v6_request_recv_sock()
770 struct dst_entry *dst; in dccp_v6_connect() local
Dipv4.c151 struct dst_entry *dst; in dccp_do_pmtu_discovery() local
192 struct dst_entry *dst = __sk_dst_check(sk, 0); in dccp_do_redirect() local
360 __be32 src, __be32 dst) in dccp_v4_csum_finish()
394 struct dst_entry *dst, in dccp_v4_request_recv_sock()
476 struct dst_entry *dst; in dccp_v4_send_response() local
506 struct dst_entry *dst; in dccp_v4_ctl_send_reset() local
/linux-4.4.14/arch/blackfin/mm/
Dmaccess.c19 long probe_kernel_read(void *dst, const void *src, size_t size) in probe_kernel_read()
58 long probe_kernel_write(void *dst, const void *src, size_t size) in probe_kernel_write()
/linux-4.4.14/net/xfrm/
Dxfrm_policy.c125 struct dst_entry *dst; in __xfrm_dst_lookup() local
147 struct dst_entry *dst; in xfrm_dst_lookup() local
1531 struct dst_entry *dst = &xdst->u.dst; in xfrm_bundle_flo_get() local
1554 struct dst_entry *dst = &xdst->u.dst; in xfrm_bundle_flo_check() local
1567 struct dst_entry *dst = &xdst->u.dst; in xfrm_bundle_flo_delete() local
1602 struct dst_entry *dst = &xdst->u.dst; in xfrm_alloc_dst() local
1614 static inline int xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path()
1656 struct dst_entry *dst) in xfrm_bundle_create()
1793 static int xfrm_dst_update_parent(struct dst_entry *dst, in xfrm_dst_update_parent()
1805 static int xfrm_dst_update_origin(struct dst_entry *dst, in xfrm_dst_update_origin()
[all …]
/linux-4.4.14/drivers/gpu/drm/radeon/
Datom.c590 uint32_t dst, src, saved; in atom_op_add() local
604 uint32_t dst, src, saved; in atom_op_and() local
651 uint32_t dst, src; in atom_op_compare() local
677 uint32_t dst, src; in atom_op_div() local
752 uint32_t dst, mask, src, saved; in atom_op_mask() local
786 uint32_t dst, src; in atom_op_mul() local
802 uint32_t dst, src, saved; in atom_op_or() local
892 uint32_t saved, dst; in atom_op_shift_left() local
908 uint32_t saved, dst; in atom_op_shift_right() local
924 uint32_t saved, dst; in atom_op_shl() local
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobdo.c48 void obdo_set_parent_fid(struct obdo *dst, const struct lu_fid *parent) in obdo_set_parent_fid()
59 void obdo_from_inode(struct obdo *dst, struct inode *src, u32 valid) in obdo_from_inode()
/linux-4.4.14/arch/arc/include/asm/
Duaccess.h80 #define __arc_get_user_one(dst, src, op, ret) \ argument
97 #define __arc_get_user_one_64(dst, src, ret) \ argument
128 #define __arc_put_user_one(src, dst, op, ret) \ argument
145 #define __arc_put_user_one_64(src, dst, ret) \ argument
660 __arc_strncpy_from_user(char *dst, const char __user *src, long count) in __arc_strncpy_from_user()
/linux-4.4.14/arch/xtensa/include/asm/
Dchecksum.h51 __wsum csum_partial_copy_nocheck(const void *src, void *dst, in csum_partial_copy_nocheck()
58 __wsum csum_partial_copy_from_user(const void __user *src, void *dst, in csum_partial_copy_from_user()
245 void __user *dst, int len, in csum_and_copy_to_user()
/linux-4.4.14/arch/sh/include/asm/
Dchecksum_32.h48 __wsum csum_partial_copy_nocheck(const void *src, void *dst, in csum_partial_copy_nocheck()
55 __wsum csum_partial_copy_from_user(const void __user *src, void *dst, in csum_partial_copy_from_user()
202 void __user *dst, in csum_and_copy_to_user()
/linux-4.4.14/arch/ia64/lib/
Dcsum_partial_copy.c108 csum_partial_copy_from_user(const void __user *src, void *dst, in csum_partial_copy_from_user()
134 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck()
/linux-4.4.14/net/bridge/netfilter/
Debt_ip.c24 __be16 dst; member
63 u32 dst = ntohs(pptr->dst); in ebt_ip_mt() local
Debt_mark.c61 static void mark_tg_compat_from_user(void *dst, const void *src) in mark_tg_compat_from_user()
70 static int mark_tg_compat_to_user(void __user *dst, const void *src) in mark_tg_compat_to_user()
Debt_mark_m.c45 static void mark_mt_compat_from_user(void *dst, const void *src) in mark_mt_compat_from_user()
56 static int mark_mt_compat_to_user(void __user *dst, const void *src) in mark_mt_compat_to_user()
Debt_ip6.c28 __be16 dst; member
78 u16 dst = ntohs(pptr->tcpudphdr.dst); in ebt_ip6_mt() local
/linux-4.4.14/arch/arm64/include/asm/
Dstring.h63 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument
64 #define memmove(dst, src, len) __memmove(dst, src, len) argument
/linux-4.4.14/arch/powerpc/kernel/
Diomap.c76 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep()
80 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep()
84 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep()
/linux-4.4.14/drivers/video/console/
Dbitblit.c25 static void update_attr(u8 *dst, u8 *src, int attribute, in update_attr()
80 struct fb_image *image, u8 *buf, u8 *dst) in bit_putcs_aligned()
113 u8 *dst) in bit_putcs_unaligned()
155 u8 *dst, *buf = NULL; in bit_putcs() local
270 u8 *dst; in bit_cursor() local
Dfbcon_ud.c25 static void ud_update_attr(u8 *dst, u8 *src, int attribute, in ud_update_attr()
88 struct fb_image *image, u8 *buf, u8 *dst) in ud_putcs_aligned()
121 u8 *dst) in ud_putcs_unaligned()
164 u8 *dst, *buf = NULL; in ud_putcs() local
290 u8 *dst; in ud_cursor() local
Dfbcon_cw.c25 static void cw_update_attr(u8 *dst, u8 *src, int attribute, in cw_update_attr()
86 struct fb_image *image, u8 *buf, u8 *dst) in cw_putcs_aligned()
127 u8 *dst, *buf = NULL; in cw_putcs() local
242 u8 *dst; in cw_cursor() local
/linux-4.4.14/arch/arm64/kernel/
Dinsn.c684 u32 aarch64_insn_gen_add_sub_imm(enum aarch64_insn_register dst, in aarch64_insn_gen_add_sub_imm()
729 u32 aarch64_insn_gen_bitfield(enum aarch64_insn_register dst, in aarch64_insn_gen_bitfield()
778 u32 aarch64_insn_gen_movewide(enum aarch64_insn_register dst, in aarch64_insn_gen_movewide()
823 u32 aarch64_insn_gen_add_sub_shifted_reg(enum aarch64_insn_register dst, in aarch64_insn_gen_add_sub_shifted_reg()
873 u32 aarch64_insn_gen_data1(enum aarch64_insn_register dst, in aarch64_insn_gen_data1()
912 u32 aarch64_insn_gen_data2(enum aarch64_insn_register dst, in aarch64_insn_gen_data2()
962 u32 aarch64_insn_gen_data3(enum aarch64_insn_register dst, in aarch64_insn_gen_data3()
1005 u32 aarch64_insn_gen_logical_shifted_reg(enum aarch64_insn_register dst, in aarch64_insn_gen_logical_shifted_reg()
/linux-4.4.14/drivers/net/
Dvrf.c74 static struct dst_entry *vrf_ip_check(struct dst_entry *dst, u32 cookie) in vrf_ip_check()
84 static unsigned int vrf_v4_mtu(const struct dst_entry *dst) in vrf_v4_mtu()
90 static void vrf_dst_destroy(struct dst_entry *dst) in vrf_dst_destroy()
95 static unsigned int vrf_default_advmss(const struct dst_entry *dst) in vrf_default_advmss()
239 struct dst_entry *dst; in vrf_process_v6_outbound() local
363 static struct dst_entry *vrf_ip6_check(struct dst_entry *dst, u32 cookie) in vrf_ip6_check()
407 struct dst_entry *dst = skb_dst(skb); in vrf_finish_output6() local
453 struct dst_entry *dst; in vrf_rt6_create() local
516 struct dst_entry *dst = skb_dst(skb); in vrf_finish_output() local
573 struct dst_entry *dst = (struct dst_entry *)vrf->rth; in vrf_rtable_destroy() local
/linux-4.4.14/arch/m68k/lib/
Dchecksum.c136 csum_partial_copy_from_user(const void __user *src, void *dst, in csum_partial_copy_from_user()
331 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck()
/linux-4.4.14/tools/perf/util/include/linux/
Dbitmap.h23 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero()
40 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
/linux-4.4.14/fs/hfs/
Dtrans.c38 char *dst; in hfs_mac2asc() local
102 char *dst; in hfs_asc2mac() local
/linux-4.4.14/arch/hexagon/include/asm/
Duaccess.h88 #define __strncpy_from_user(dst, src, n) hexagon_strncpy_from_user(dst, src, n) argument
101 static inline long hexagon_strncpy_from_user(char *dst, const char __user *src, in hexagon_strncpy_from_user()
/linux-4.4.14/net/vmw_vsock/
Dvmci_transport_notify.c116 struct sockaddr_vm *dst, in vmci_transport_handle_waiting_read()
146 struct sockaddr_vm *dst, in vmci_transport_handle_waiting_write()
176 struct sockaddr_vm *dst, struct sockaddr_vm *src) in vmci_transport_handle_read()
312 struct sockaddr_vm *dst, struct sockaddr_vm *src) in vmci_transport_handle_wrote()
610 struct sockaddr_vm *dst, in vmci_transport_notify_pkt_handle_pkt()
/linux-4.4.14/sound/core/oss/
Droute.c30 int dst = 0; in zero_areas() local
52 int nsrcs, ndsts, dst; in route_transfer() local
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c16 static void do_one(char *src, char *dst, unsigned long src_off, in do_one()
64 char *src, *dst, *redzone, *fill; in test_copy_loop() local
/linux-4.4.14/arch/alpha/kernel/
Dio.c213 void ioread8_rep(void __iomem *port, void *dst, unsigned long count) in ioread8_rep()
241 void insb(unsigned long port, void *dst, unsigned long count) in insb()
256 void ioread16_rep(void __iomem *port, void *dst, unsigned long count) in ioread16_rep()
281 void insw(unsigned long port, void *dst, unsigned long count) in insw()
296 void ioread32_rep(void __iomem *port, void *dst, unsigned long count) in ioread32_rep()
313 void insl(unsigned long port, void *dst, unsigned long count) in insl()
/linux-4.4.14/arch/x86/um/asm/
Dchecksum.h31 __wsum csum_partial_copy_nocheck(const void *src, void *dst, in csum_partial_copy_nocheck()
47 __wsum csum_partial_copy_from_user(const void __user *src, void *dst, in csum_partial_copy_from_user()
/linux-4.4.14/arch/frv/lib/
Dchecksum.c135 csum_partial_copy_from_user(const void __user *src, void *dst, in csum_partial_copy_from_user()
160 csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy_nocheck()
/linux-4.4.14/arch/m32r/include/asm/
Dio.h178 #define ioread8_rep(p, dst, count) insb((unsigned long)(p), (dst), (count)) argument
179 #define ioread16_rep(p, dst, count) insw((unsigned long)(p), (dst), (count)) argument
180 #define ioread32_rep(p, dst, count) insl((unsigned long)(p), (dst), (count)) argument
202 memcpy_fromio(void *dst, volatile void __iomem *src, int count) in memcpy_fromio()
208 memcpy_toio(volatile void __iomem *dst, const void *src, int count) in memcpy_toio()
Dsmp.h26 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MA… argument
27 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX… argument
29 #define physids_complement(dst, src) bitmap_complement((dst).mask,(src).mask, MAX_APICS) argument
/linux-4.4.14/arch/metag/lib/
Dchecksum.c142 csum_partial_copy_from_user(const void __user *src, void *dst, int len, in csum_partial_copy_from_user()
162 csum_partial_copy(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy()
/linux-4.4.14/drivers/crypto/vmx/
Daes.c97 static void p8_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in p8_aes_encrypt()
114 static void p8_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in p8_aes_decrypt()
Daes_ctr.c99 u8 *dst = walk->dst.virt.addr; in p8_aes_ctr_final() local
114 struct scatterlist *dst, in p8_aes_ctr_crypt()
Daes_cbc.c99 struct scatterlist *dst, in p8_aes_cbc_encrypt()
140 struct scatterlist *dst, in p8_aes_cbc_decrypt()
/linux-4.4.14/net/phonet/
Dpn_netlink.c171 static int fill_route(struct sk_buff *skb, struct net_device *dev, u8 dst, in fill_route()
202 void rtm_phonet_notify(int event, struct net_device *dev, u8 dst) in rtm_phonet_notify()
236 u8 dst; in route_doit() local
/linux-4.4.14/net/sched/
Dem_meta.c142 static inline int int_dev(struct net_device *dev, struct meta_obj *dst) in int_dev()
151 static inline int var_dev(struct net_device *dev, struct meta_obj *dst) in var_dev()
694 static int meta_var_change(struct meta_value *dst, struct nlattr *nla) in meta_var_change()
711 struct meta_obj *dst) in meta_var_apply_extras()
747 static int meta_int_change(struct meta_value *dst, struct nlattr *nla) in meta_int_change()
762 struct meta_obj *dst) in meta_int_apply_extras()
825 struct meta_value *v, struct meta_obj *dst) in meta_get()
884 static inline int meta_change_data(struct meta_value *dst, struct nlattr *nla) in meta_change_data()
/linux-4.4.14/arch/score/include/asm/
Dcacheflush.h38 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
41 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
/linux-4.4.14/arch/xtensa/mm/
Dcache.c107 void copy_user_highpage(struct page *dst, struct page *src, in copy_user_highpage()
262 unsigned long vaddr, void *dst, const void *src, in copy_to_user_page()
298 unsigned long vaddr, void *dst, const void *src, in copy_from_user_page()
/linux-4.4.14/drivers/dma/
Dcoh901318_lli.c150 dma_addr_t dst = destination; in coh901318_lli_fill_memcpy() local
183 dma_addr_t dst; in coh901318_lli_fill_single() local
242 dma_addr_t dst = 0; in coh901318_lli_fill_sg() local
/linux-4.4.14/arch/avr32/include/asm/
Dchecksum.h44 __wsum csum_partial_copy_nocheck(const void *src, void *dst, in csum_partial_copy_nocheck()
51 __wsum csum_partial_copy_from_user(const void __user *src, void *dst, in csum_partial_copy_from_user()
/linux-4.4.14/drivers/ata/
Dahci_xgene.c57 #define PORTADDR_SET(dst, src) \ argument
60 #define PORTPHY1CFG_FRCPHYRDY_SET(dst, src) \ argument
67 #define PORTPHY5CFG_RTCHG_SET(dst, src) \ argument
69 #define PORTAXICFG_EN_CONTEXT_SET(dst, src) \ argument
72 #define PORTAXICFG_OUTTRANS_SET(dst, src) \ argument
75 #define PORTRANSCFG_RXWM_SET(dst, src) \ argument
/linux-4.4.14/arch/ia64/kernel/
Dprocess.c447 elf_greg_t *dst = arg; in do_copy_task_regs() local
518 elf_fpreg_t *dst = arg; in do_dump_task_fpu() local
549 ia64_elf_core_copy_regs (struct pt_regs *pt, elf_gregset_t dst) in ia64_elf_core_copy_regs()
555 dump_fpu (struct pt_regs *pt, elf_fpregset_t dst) in dump_fpu()
/linux-4.4.14/net/netfilter/
Dxt_hashlimit.c66 __be32 dst; member
71 __be32 dst[4]; member
82 struct dsthash_dst dst; member
127 hash_dst(const struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst) in hash_dst()
143 const struct dsthash_dst *dst) in dsthash_find()
161 const struct dsthash_dst *dst, bool *race) in dsthash_alloc_init()
519 struct dsthash_dst *dst, in hashlimit_init_dst()
612 struct dsthash_dst dst; in hashlimit_mt() local
/linux-4.4.14/drivers/media/usb/as102/
Das102_fw.c30 static unsigned char atohx(unsigned char *dst, char *src) in atohx()
54 unsigned char *src, dst; in parse_hex_line() local
/linux-4.4.14/arch/powerpc/include/asm/
Dchecksum.h62 #define csum_partial_copy_from_user(src, dst, len, sum, errp) \ argument
66 #define csum_partial_copy_nocheck(src, dst, len, sum) \ argument
/linux-4.4.14/arch/blackfin/kernel/
Dftrace.c23 unsigned long dst) in bfin_make_pcrel24()
31 #define bfin_make_pcrel24(insn, src, dst) bfin_make_pcrel24(insn, src, (unsigned long)(dst)) argument
/linux-4.4.14/ipc/
Dmsgutil.c120 struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst) in copy_msg()
147 struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst) in copy_msg()

1234567