/linux-4.4.14/drivers/phy/ |
D | phy-xgene.c | 106 #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/ |
D | dst.h | 122 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 …]
|
D | dst_ops.h | 42 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()
|
D | dst_metadata.h | 9 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
|
D | flow_dissector.h | 51 __be32 dst; member 62 struct in6_addr dst; member 97 __be16 dst; member 110 unsigned char dst[ETH_ALEN]; member
|
D | route.h | 53 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/ |
D | uaccess_64.h | 52 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()
|
D | string_64.h | 35 #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
|
D | checksum_32.h | 41 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()
|
D | mpspec.h | 104 #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/ |
D | blowfish_glue.c | 47 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 …]
|
D | des3_ede_glue.c | 44 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 …]
|
D | twofish_glue_3way.c | 39 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 …]
|
D | twofish_avx_glue.c | 64 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 …]
|
D | camellia_aesni_avx_glue.c | 53 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 …]
|
D | serpent_avx_glue.c | 68 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 …]
|
D | glue_helper.c | 82 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 …]
|
D | serpent_avx2_glue.c | 139 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()
|
D | cast5_avx_glue.c | 113 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()
|
D | serpent_sse2_glue.c | 48 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 …]
|
D | cast6_avx_glue.c | 59 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 …]
|
D | camellia_aesni_avx2_glue.c | 153 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()
|
D | aes_glue.c | 13 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()
|
D | camellia_glue.c | 54 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 …]
|
D | aesni-intel_glue.c | 334 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 …]
|
D | glue_helper-asm-avx.S | 28 #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
|
D | twofish_glue.c | 54 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()
|
D | glue_helper-asm-avx2.S | 23 #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
|
D | chacha20_glue.c | 29 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/ |
D | dst.c | 70 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/ |
D | string_helpers.c | 128 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 …]
|
D | strncpy_from_user.c | 11 #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()
|
D | bitmap.c | 61 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 …]
|
D | iomap.c | 145 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()
|
D | iomap_copy.c | 35 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/ |
D | serpent-sse2.h | 16 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()
|
D | camellia.h | 67 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()
|
D | glue_helper.h | 78 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/ |
D | bpf_jit.c | 150 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/ |
D | pdaudiocf_irq.c | 54 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/ |
D | ftrace.h | 22 #define safe_load(load, src, dst, error) \ argument 44 #define safe_store(store, src, dst, error) \ argument 66 #define safe_load_code(dst, src, error) \ argument 68 #define safe_store_code(src, dst, error) \ argument 71 #define safe_load_stack(dst, src, error) \ argument 74 #define safe_store_stack(src, dst, error) \ argument
|
D | checksum.h | 49 __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/ |
D | bitmap.h | 181 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()
|
D | task_io_accounting_ops.h | 48 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()
|
D | rpmsg.h | 60 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()
|
D | nodemask.h | 115 #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 …]
|
D | string_helpers.h | 30 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()
|
D | pmem.h | 39 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/ |
D | uverbs_marshall.c | 36 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/ |
D | des_glue.c | 70 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 …]
|
D | camellia_glue.c | 57 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()
|
D | aes_glue.c | 199 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/ |
D | br_nf_core.c | 28 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/ |
D | memcpy.S | 17 #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 …]
|
D | copy_user.S | 67 #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
|
D | PeeCeeI.c | 87 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/ |
D | xgene-rng.c | 66 #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/ |
D | des_s390.c | 145 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 …]
|
D | aes_s390.c | 253 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/ |
D | io.c | 34 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/ |
D | ocrdma_hw.h | 48 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/ |
D | drm_rect.c | 68 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/ |
D | io.c | 18 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()
|
D | iomap.c | 97 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()
|
D | memcpy.c | 164 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()
|
D | checksum.c | 117 __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/ |
D | sysfillrect.c | 25 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
|
D | cfbfillrect.c | 35 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/ |
D | checksum.c | 54 __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()
|
D | usercopy.c | 33 #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/ |
D | iomap.c | 80 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/ |
D | xfrm6_policy.c | 35 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()
|
D | inet6_connection_sock.c | 76 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
|
D | xfrm6_state.c | 60 __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()
|
D | route.c | 178 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 …]
|
D | ip6_output.c | 62 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
|
D | tcp_ipv6.c | 94 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/ |
D | maccess.c | 26 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/ |
D | aesbs-glue.c | 105 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()
|
D | aes-ce-glue.c | 166 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()
|
D | aes_glue.c | 16 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/ |
D | iomap.c | 104 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/ |
D | atafb_utils.h | 219 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()
|
D | c2p_iplan2.c | 48 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()
|
D | c2p_planar.c | 48 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/ |
D | runlist.c | 34 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/ |
D | context.h | 40 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/ |
D | addr.h | 58 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/ |
D | aic79xx_inline.h | 76 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/ |
D | aes-glue.c | 99 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/ |
D | rtl819x_BAProc.c | 190 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/ |
D | rtl819x_BAProc.c | 137 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/ |
D | aes-spe-glue.c | 179 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/ |
D | pci_io.h | 90 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()
|
D | io.h | 63 #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
|
D | checksum.h | 50 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/ |
D | usercopy.c | 41 #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()
|
D | csum_partial_copy.c | 31 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/ |
D | csum-wrappers_64.c | 23 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/ |
D | tea.c | 62 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()
|
D | cipher.c | 66 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()
|
D | compress.c | 22 u8 *dst, unsigned int *dlen) in crypto_compress() 30 u8 *dst, unsigned int *dlen) in crypto_decompress()
|
D | ghash-generic.c | 68 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()
|
D | khazad.c | 806 __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()
|
D | 842.c | 41 u8 *dst, unsigned int *dlen) in crypto842_compress() 50 u8 *dst, unsigned int *dlen) in crypto842_decompress()
|
D | crypto_null.c | 33 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()
|
D | pcbc.c | 54 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()
|
D | cbc.c | 51 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()
|
D | xts.c | 86 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
|
D | cts.c | 75 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()
|
D | authencesn.c | 44 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
|
D | anubis.c | 578 __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()
|
D | lzo.c | 52 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_compress() 68 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_decompress()
|
D | lz4hc.c | 49 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()
|
D | lz4.c | 49 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()
|
D | lrw.c | 112 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
|
D | chacha20_generic.c | 84 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/ |
D | xfrm4_policy.c | 57 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()
|
D | tcp_metrics.c | 97 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 …]
|
D | route.c | 148 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/ |
D | geode-aes.c | 47 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/ |
D | nx-aes-ecb.c | 66 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()
|
D | nx-aes-cbc.c | 66 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()
|
D | nx-aes-ctr.c | 85 struct scatterlist *dst, in ctr_aes_nx_crypt() 129 struct scatterlist *dst, in ctr3686_aes_nx_crypt()
|
D | nx-842.c | 176 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/ |
D | dsa.c | 218 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/ |
D | memory.c | 38 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/ |
D | early_printk.c | 67 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/ |
D | io_32.h | 15 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()
|
D | checksum_32.h | 44 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/ |
D | gunzip_util.c | 102 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/ |
D | lzodefs.h | 15 #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/ |
D | xgene_enet_hw.h | 32 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/ |
D | vringh.c | 218 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/ |
D | checksum_copy.c | 30 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/ |
D | quote.c | 20 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/ |
D | atom.c | 587 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/ |
D | csum_partial_copy.c | 102 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/ |
D | mem-functions.c | 195 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/ |
D | emufx.c | 1427 #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/ |
D | xor.h | 17 #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/ |
D | dn_route.c | 154 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/ |
D | vp702x-fe.c | 44 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/ |
D | checksum_wrappers_64.c | 26 __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/ |
D | crypto.c | 15 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()
|
D | armor.c | 36 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/ |
D | zcomp_lz4.c | 45 static int zcomp_lz4_compress(const unsigned char *src, unsigned char *dst, in zcomp_lz4_compress() 53 unsigned char *dst) in zcomp_lz4_decompress()
|
D | zcomp_lzo.c | 45 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/ |
D | memcpy.c | 39 char *dst = v_dst; in memcpy() local 51 char *dst = v_dst; in memcpy() local
|
D | memmove.c | 38 char *dst = v_dst; in memmove() local 61 char *dst = v_dst; in memmove() local
|
/linux-4.4.14/net/dccp/ |
D | ipv6.c | 124 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
|
D | ipv4.c | 151 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/ |
D | maccess.c | 19 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/ |
D | xfrm_policy.c | 125 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/ |
D | atom.c | 590 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/ |
D | obdo.c | 48 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/ |
D | uaccess.h | 80 #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/ |
D | checksum.h | 51 __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/ |
D | checksum_32.h | 48 __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/ |
D | csum_partial_copy.c | 108 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/ |
D | ebt_ip.c | 24 __be16 dst; member 63 u32 dst = ntohs(pptr->dst); in ebt_ip_mt() local
|
D | ebt_mark.c | 61 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()
|
D | ebt_mark_m.c | 45 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()
|
D | ebt_ip6.c | 28 __be16 dst; member 78 u16 dst = ntohs(pptr->tcpudphdr.dst); in ebt_ip6_mt() local
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | string.h | 63 #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/ |
D | iomap.c | 76 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/ |
D | bitblit.c | 25 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
|
D | fbcon_ud.c | 25 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
|
D | fbcon_cw.c | 25 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/ |
D | insn.c | 684 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/ |
D | vrf.c | 74 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/ |
D | checksum.c | 136 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/ |
D | bitmap.h | 23 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/ |
D | trans.c | 38 char *dst; in hfs_mac2asc() local 102 char *dst; in hfs_asc2mac() local
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | uaccess.h | 88 #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/ |
D | vmci_transport_notify.c | 116 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/ |
D | route.c | 30 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/ |
D | validate.c | 16 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/ |
D | io.c | 213 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/ |
D | checksum.h | 31 __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/ |
D | checksum.c | 135 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/ |
D | io.h | 178 #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()
|
D | smp.h | 26 #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/ |
D | checksum.c | 142 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/ |
D | aes.c | 97 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()
|
D | aes_ctr.c | 99 u8 *dst = walk->dst.virt.addr; in p8_aes_ctr_final() local 114 struct scatterlist *dst, in p8_aes_ctr_crypt()
|
D | aes_cbc.c | 99 struct scatterlist *dst, in p8_aes_cbc_encrypt() 140 struct scatterlist *dst, in p8_aes_cbc_decrypt()
|
/linux-4.4.14/net/phonet/ |
D | pn_netlink.c | 171 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/ |
D | em_meta.c | 142 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/ |
D | cacheflush.h | 38 #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/ |
D | cache.c | 107 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/ |
D | coh901318_lli.c | 150 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/ |
D | checksum.h | 44 __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/ |
D | ahci_xgene.c | 57 #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/ |
D | process.c | 447 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/ |
D | xt_hashlimit.c | 66 __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/ |
D | as102_fw.c | 30 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/ |
D | checksum.h | 62 #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/ |
D | ftrace.c | 23 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/ |
D | msgutil.c | 120 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()
|