Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 25 of 2447) sorted by relevance

12345678910>>...98

/linux/drivers/infiniband/core/
A Duverbs_marshall.c69 memset(&dst->grh, 0, sizeof(dst->grh)); in ib_copy_ah_attr_to_user()
82 if (dst->is_global) { in ib_copy_ah_attr_to_user()
92 dst->reserved = 0; in ib_copy_ah_attr_to_user()
132 memset(dst->reserved, 0, sizeof(dst->reserved)); in ib_copy_qp_attr_to_user()
151 dst->sl = src->sl; in __ib_copy_path_rec_to_user()
153 dst->mtu = src->mtu; in __ib_copy_path_rec_to_user()
180 memset(dst, 0, sizeof(*dst)); in ib_copy_path_rec_from_user()
191 memcpy(dst->dgid.raw, src->dgid, sizeof dst->dgid); in ib_copy_path_rec_from_user()
192 memcpy(dst->sgid.raw, src->sgid, sizeof dst->sgid); in ib_copy_path_rec_from_user()
203 dst->sl = src->sl; in ib_copy_path_rec_from_user()
[all …]
/linux/include/net/
A Ddst.h118 return dst->ops->cow_metrics(dst, p); in dst_metrics_write_ptr()
172 advmss = dst->ops->default_advmss(dst); in dst_metric_advmss()
249 if (dst) in dst_clone()
251 return dst; in dst_clone()
376 if (dst) in dst_tclassid()
413 n = dst->ops->neigh_lookup(dst, skb, NULL); in dst_neigh_lookup_skb()
422 dst->ops->confirm_neigh(dst, daddr); in dst_confirm_neigh()
428 if (dst && dst->ops && dst->ops->link_failure) in dst_link_failure()
542 if (dst && dst->ops->update_pmtu) in skb_dst_update_pmtu()
543 dst->ops->update_pmtu(dst, NULL, skb, mtu, true); in skb_dst_update_pmtu()
[all …]
/linux/drivers/video/fbdev/core/
A Dcfbfillrect.c178 FB_WRITEL(FB_READL(dst) ^ val, dst); in bitfill_aligned_rev()
180 FB_WRITEL(FB_READL(dst) ^ val, dst); in bitfill_aligned_rev()
182 FB_WRITEL(FB_READL(dst) ^ val, dst); in bitfill_aligned_rev()
184 FB_WRITEL(FB_READL(dst) ^ val, dst); in bitfill_aligned_rev()
186 FB_WRITEL(FB_READL(dst) ^ val, dst); in bitfill_aligned_rev()
188 FB_WRITEL(FB_READL(dst) ^ val, dst); in bitfill_aligned_rev()
190 FB_WRITEL(FB_READL(dst) ^ val, dst); in bitfill_aligned_rev()
192 FB_WRITEL(FB_READL(dst) ^ val, dst); in bitfill_aligned_rev()
197 FB_WRITEL(FB_READL(dst) ^ val, dst); in bitfill_aligned_rev()
250 FB_WRITEL(FB_READL(dst) ^ pat, dst); in bitfill_unaligned_rev()
[all …]
A Dsysfillrect.c40 *dst = comp(pat, *dst, first); in bitfill_aligned()
46 *dst = comp(pat, *dst, first); in bitfill_aligned()
68 *dst = comp(pat, *dst, last); in bitfill_aligned()
96 *dst = comp(pat, *dst, first); in bitfill_unaligned()
127 *dst = comp(pat, *dst, last); in bitfill_unaligned()
151 *dst = comp(*dst ^ val, *dst, first); in bitfill_aligned_rev()
156 *dst = comp(*dst ^ val, *dst, first); in bitfill_aligned_rev()
178 *dst = comp(*dst ^ val, *dst, last); in bitfill_aligned_rev()
207 *dst = comp(*dst ^ pat, *dst, first); in bitfill_unaligned_rev()
213 *dst = comp(*dst ^ pat, *dst, first); in bitfill_unaligned_rev()
[all …]
A Dsyscopyarea.c44 *dst = comp(*src, *dst, first); in bitcpy()
49 *dst = comp(*src, *dst, first); in bitcpy()
73 *dst = comp(*src, *dst, last); in bitcpy()
89 *dst = comp(*src << left, *dst, first); in bitcpy()
112 *dst = comp(d0 << left, *dst, first); in bitcpy()
159 *dst = comp(d0, *dst, last); in bitcpy()
193 *dst = comp(*src, *dst, last); in bitcpy_rev()
199 *dst = comp(*src, *dst, first); in bitcpy_rev()
222 *dst = comp(*src, *dst, last); in bitcpy_rev()
270 *dst = comp(d0, *dst, first); in bitcpy_rev()
[all …]
A Dcfbcopyarea.c73 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); in bitcpy()
80 dst++; in bitcpy()
132 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); in bitcpy()
157 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); in bitcpy()
159 dst++; in bitcpy()
201 FB_WRITEL(comp(d0, FB_READL(dst), last), dst); in bitcpy()
253 dst--; in bitcpy_rev()
304 FB_WRITEL(comp(d0, FB_READL(dst), last), dst); in bitcpy_rev()
330 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); in bitcpy_rev()
332 dst--; in bitcpy_rev()
[all …]
/linux/net/core/
A Ddst.c93 if (!dst) in dst_alloc()
98 return dst; in dst_alloc()
119 dst->ops->destroy(dst); in dst_destroy()
127 kmem_cache_free(dst->ops->kmem_cachep, dst); in dst_destroy()
129 dst = child; in dst_destroy()
130 if (dst) in dst_destroy()
140 dst = dst_destroy(dst); in dst_destroy_rcu()
158 dst->ops->ifdown(dst, dev, true); in dst_dev_put()
169 if (dst) { in dst_release()
184 if (dst) { in dst_release_immediate()
[all …]
A Ddst_cache.c31 if (dst) in dst_cache_per_cpu_dst_set()
35 dst_cache->dst = dst; in dst_cache_per_cpu_dst_set()
43 dst = idst->dst; in dst_cache_per_cpu_get()
44 if (!dst) in dst_cache_per_cpu_get()
51 (dst->obsolete && !dst->ops->check(dst, idst->cookie)))) { in dst_cache_per_cpu_get()
56 return dst; in dst_cache_per_cpu_get()
82 if (!dst) in dst_cache_get_ip4()
86 return container_of(dst, struct rtable, dst); in dst_cache_get_ip4()
131 if (!dst) in dst_cache_get_ip6()
135 return dst; in dst_cache_get_ip6()
[all …]
/linux/drivers/gpu/drm/selftests/
A Dtest-drm_rect.c55 FAIL(dst.x1 != 0 || dst.x2 != 1 || in igt_drm_rect_clip_scaled_not_clipped()
56 dst.y1 != 0 || dst.y2 != 1, in igt_drm_rect_clip_scaled_not_clipped()
71 FAIL(dst.x1 != 0 || dst.x2 != 1 || in igt_drm_rect_clip_scaled_not_clipped()
72 dst.y1 != 0 || dst.y2 != 1, in igt_drm_rect_clip_scaled_not_clipped()
87 FAIL(dst.x1 != 0 || dst.x2 != 2 || in igt_drm_rect_clip_scaled_not_clipped()
88 dst.y1 != 0 || dst.y2 != 2, in igt_drm_rect_clip_scaled_not_clipped()
112 dst.y1 != 0 || dst.y2 != 1, in igt_drm_rect_clip_scaled_clipped()
128 dst.y1 != 1 || dst.y2 != 2, in igt_drm_rect_clip_scaled_clipped()
144 dst.y1 != 0 || dst.y2 != 1, in igt_drm_rect_clip_scaled_clipped()
160 dst.y1 != 1 || dst.y2 != 2, in igt_drm_rect_clip_scaled_clipped()
[all …]
/linux/drivers/staging/media/hantro/
A Dhantro_vp8.c54 u8 *dst; in hantro_vp8_prob_update() local
66 dst[7] = 0; in hantro_vp8_prob_update()
68 dst += 8; in hantro_vp8_prob_update()
79 dst += 8; in hantro_vp8_prob_update()
88 dst += 8; in hantro_vp8_prob_update()
95 dst += 4; in hantro_vp8_prob_update()
107 dst += 8; in hantro_vp8_prob_update()
112 dst += (8 * 7); in hantro_vp8_prob_update()
120 dst += 4; in hantro_vp8_prob_update()
127 dst += (8 * 55); in hantro_vp8_prob_update()
[all …]
/linux/drivers/media/platform/allegro-dvt/
A Dallegro-mail.c57 dst[i++] = 0; in allegro_enc_init()
121 dst[i++] = val; in allegro_encode_config_blob()
127 dst[i++] = val; in allegro_encode_config_blob()
133 dst[i++] = val; in allegro_encode_config_blob()
139 dst[i++] = val; in allegro_encode_config_blob()
186 dst[i++] = 0; in allegro_encode_config_blob()
199 dst[i++] = 0; in allegro_encode_config_blob()
331 dst[i++] = 0; in allegro_enc_encode_frame()
332 dst[i++] = 0; in allegro_enc_encode_frame()
333 dst[i++] = 0; in allegro_enc_encode_frame()
[all …]
/linux/arch/mips/net/
A Dbpf_jit_comp64.c206 emit(ctx, dsllv, dst, dst, src); in emit_alu_r64()
210 emit(ctx, dsrlv, dst, dst, src); in emit_alu_r64()
214 emit(ctx, dsrav, dst, dst, src); in emit_alu_r64()
218 emit(ctx, daddu, dst, dst, src); in emit_alu_r64()
277 emit(ctx, dsbh, dst, dst); in emit_bswap_r64()
278 emit(ctx, dshd, dst, dst); in emit_bswap_r64()
303 emit_sext(ctx, dst, dst); in emit_bswap_r64()
654 emit_sext(ctx, dst, dst); in build_insn()
689 emit_sext(ctx, dst, dst); in build_insn()
693 emit_sext(ctx, dst, dst); in build_insn()
[all …]
A Dbpf_jit_comp32.c228 emit(ctx, addu, lo(dst), lo(dst), src); in emit_alu_i64()
237 emit(ctx, subu, lo(dst), lo(dst), src); in emit_alu_i64()
240 emit(ctx, addiu, hi(dst), hi(dst), 1); in emit_alu_i64()
244 emit(ctx, or, lo(dst), lo(dst), src); in emit_alu_i64()
250 emit(ctx, and, lo(dst), lo(dst), src); in emit_alu_i64()
256 emit(ctx, xor, lo(dst), lo(dst), src); in emit_alu_i64()
275 emit(ctx, addu, lo(dst), lo(dst), lo(dst)); in emit_alu_r64()
358 emit(ctx, sra, hi(dst), hi(dst), 31); in emit_shift_i64()
453 emit(ctx, subu, hi(dst), hi(dst), lo(dst)); in emit_mul_i64()
565 exclude = BIT(lo(dst)) | BIT(hi(dst)); in emit_divmod_r64()
[all …]
A Dbpf_jit_comp.c315 emit(ctx, sll, dst, dst, imm); in emit_alu_i()
319 emit(ctx, srl, dst, dst, imm); in emit_alu_i()
323 emit(ctx, sra, dst, dst, imm); in emit_alu_i()
343 emit(ctx, and, dst, dst, src); in emit_alu_r()
347 emit(ctx, or, dst, dst, src); in emit_alu_r()
351 emit(ctx, xor, dst, dst, src); in emit_alu_r()
355 emit(ctx, sllv, dst, dst, src); in emit_alu_r()
359 emit(ctx, srlv, dst, dst, src); in emit_alu_r()
363 emit(ctx, srav, dst, dst, src); in emit_alu_r()
463 emit(ctx, wsbh, dst, dst); in emit_bswap_r()
[all …]
/linux/net/dsa/
A Ddsa2.c213 dst = kzalloc(sizeof(*dst), GFP_KERNEL); in dsa_tree_alloc()
241 if (dst) in dsa_tree_get()
292 dst = ds->dst; in dsa_link_touch()
314 struct dsa_switch_tree *dst = ds->dst; in dsa_port_setup_routing_table() local
502 struct dsa_switch_tree *dst = dp->ds->dst; in dsa_port_devlink_setup() local
802 struct dsa_switch_tree *dst = ds->dst; in dsa_switch_setup_tag_protocol() local
1174 struct dsa_switch_tree *dst = ds->dst; in dsa_port_touch() local
1243 struct dsa_switch_tree *dst = ds->dst; in dsa_port_parse_cpu() local
1299 dp->dst = dst; in dsa_port_parse_cpu()
1563 dst = ds->dst; in dsa_switch_probe()
[all …]
/linux/drivers/phy/
A Dphy-xgene.c109 #define CFG_IND_ADDR_SET(dst, src) \ argument
114 #define I_RESET_B_SET(dst, src) \ argument
116 #define I_PLL_FBDIV_SET(dst, src) \ argument
118 #define I_CUSTOMEROV_SET(dst, src) \ argument
132 #define CMU_REG1_PLL_CP_SET(dst, src) \ argument
144 #define CMU_REG2_PLL_LFRES_SET(dst, src) \ argument
146 #define CMU_REG2_PLL_FBDIV_SET(dst, src) \ argument
149 #define CMU_REG3_VCOVARSEL_SET(dst, src) \ argument
298 #define RXTX_REG5_TX_CN1_SET(dst, src) \ argument
300 #define RXTX_REG5_TX_CP1_SET(dst, src) \ argument
[all …]
/linux/arch/nios2/lib/
A Dmemmove.c15 unsigned long dst, src; in memmove() local
27 if (dst & 1) { in memmove()
31 if (dst & 2) { in memmove()
34 dst += 2; in memmove()
40 dst += 4; in memmove()
53 if (dst & 1) { in memmove()
55 dst--; in memmove()
59 if (dst & 2) { in memmove()
61 dst -= 2; in memmove()
67 dst -= 4; in memmove()
[all …]
/linux/mm/
A Dmaccess.c19 __get_kernel_nofault(dst, src, type, err_label); \
20 dst += sizeof(type); \
30 align = (unsigned long)dst | (unsigned long)src; in copy_from_kernel_nofault()
54 dst += sizeof(type); \
92 __get_kernel_nofault(dst, src, u8, Efault); in strncpy_from_kernel_nofault()
93 dst++; in strncpy_from_kernel_nofault()
98 dst[-1] = '\0'; in strncpy_from_kernel_nofault()
102 dst[-1] = '\0'; in strncpy_from_kernel_nofault()
204 dst[-1] = '\0'; in strncpy_from_kernel_nofault()
253 if (access_ok(dst, size)) { in copy_to_user_nofault()
[all …]
/linux/drivers/infiniband/hw/vmw_pvrdma/
A Dpvrdma_misc.c245 memcpy(dst, src, sizeof(*src)); in pvrdma_gid_to_ib()
251 memcpy(dst, src, sizeof(*src)); in ib_gid_to_pvrdma()
258 dst->flow_label = src->flow_label; in pvrdma_global_route_to_ib()
259 dst->sgid_index = src->sgid_index; in pvrdma_global_route_to_ib()
260 dst->hop_limit = src->hop_limit; in pvrdma_global_route_to_ib()
268 dst->flow_label = src->flow_label; in ib_global_route_to_pvrdma()
270 dst->hop_limit = src->hop_limit; in ib_global_route_to_pvrdma()
279 rdma_ah_set_dlid(dst, src->dlid); in pvrdma_ah_attr_to_rdma()
280 rdma_ah_set_sl(dst, src->sl); in pvrdma_ah_attr_to_rdma()
293 dst->sl = rdma_ah_get_sl(src); in rdma_ah_attr_to_pvrdma()
[all …]
/linux/tools/testing/selftests/bpf/progs/
A Dtest_sock_fields.c64 dst->family = src->family; in skcpy()
65 dst->type = src->type; in skcpy()
67 dst->mark = src->mark; in skcpy()
69 dst->src_ip4 = src->src_ip4; in skcpy()
75 dst->dst_ip4 = src->dst_ip4; in skcpy()
81 dst->state = src->state; in skcpy()
88 dst->srtt_us = src->srtt_us; in tpcpy()
89 dst->rtt_min = src->rtt_min; in tpcpy()
91 dst->rcv_nxt = src->rcv_nxt; in tpcpy()
92 dst->snd_nxt = src->snd_nxt; in tpcpy()
[all …]
/linux/arch/arm64/lib/
A Dmemset.S41 dst .req x8 label
72 neg tmp2, dst
83 add dst, dst, tmp2
109 add dst, dst, count
120 sub dst, dst, #16/* Pre-bias. */
130 add dst, dst, #16
169 neg tmp2, dst
191 add dst, dst, #64
194 add dst, dst, tmp2
198 dc zva, dst
[all …]
/linux/include/linux/
A Dbitmap.h204 unsigned long *dst, int nbits);
206 unsigned long *dst, int nbits);
244 memset(dst, 0, len); in bitmap_zero()
250 memset(dst, 0xff, len); in bitmap_fill()
257 memcpy(dst, src, len); in bitmap_copy()
266 bitmap_copy(dst, src, nbits); in bitmap_copy_clear_tail()
301 *dst = *src1 | *src2; in bitmap_or()
310 *dst = *src1 ^ *src2; in bitmap_xor()
327 *dst = ~(*src); in bitmap_complement()
549 dst[0] = mask & ULONG_MAX; in bitmap_from_u64()
[all …]
/linux/net/sched/
A Dem_meta.c109 get_random_bytes(&dst->value, sizeof(dst->value)); in META_COLLECTOR()
179 dst->value = tag; in META_COLLECTOR()
208 dst->value = skb->len; in META_COLLECTOR()
256 dst->value = 0; in META_COLLECTOR()
321 dst->len = 3; in META_COLLECTOR()
697 if (dst->val == 0UL) in meta_var_change()
699 dst->len = len; in meta_var_change()
714 dst->len -= shift; in meta_var_apply_extras()
828 dst->value = v->val; in meta_get()
829 dst->len = v->len; in meta_get()
[all …]
/linux/drivers/video/fbdev/
A Datafb_utils.h224 if (dst < src) in fast_memmove()
283 dst[0] = tmp; in fill8_col()
291 dst[8] = tmp; in fill8_col()
312 dst[0] = tmp; in fill8_2col()
320 dst[8] = tmp; in fill8_2col()
362 *dst++ = m[0]; in fill16_col()
364 *dst++ = m[1]; in fill16_col()
367 *dst++ = m[2]; in fill16_col()
368 *dst++ = m[3]; in fill16_col()
372 return dst; in fill16_col()
[all …]
/linux/arch/mips/cavium-octeon/
A Docteon-memcpy.S205 ADD dst, dst, 16*NBYTES
254 ADD dst, dst, 8*NBYTES
273 ADD dst, dst, 4*NBYTES
291 ADD dst, dst, NBYTES
301 ADD dst, dst, NBYTES
308 ADD dst, dst, NBYTES
339 ADD dst, dst, 4*NBYTES
353 ADD dst, dst, NBYTES
384 SUB dst, dst, 16*NBYTES
403 ADD dst, dst, 1
[all …]

Completed in 79 milliseconds

12345678910>>...98