Home
last modified time | relevance | path

Searched refs:dst1 (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcpumask_success.c245 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2; in BPF_PROG() local
250 if (!create_cpumask_set(&mask1, &mask2, &dst1, &dst2)) in BPF_PROG()
256 if (bpf_cpumask_and(dst1, cast(mask1), cast(mask2))) { in BPF_PROG()
260 if (!bpf_cpumask_empty(cast(dst1))) { in BPF_PROG()
265 bpf_cpumask_or(dst1, cast(mask1), cast(mask2)); in BPF_PROG()
266 if (!bpf_cpumask_test_cpu(0, cast(dst1))) { in BPF_PROG()
270 if (!bpf_cpumask_test_cpu(1, cast(dst1))) { in BPF_PROG()
276 if (!bpf_cpumask_equal(cast(dst1), cast(dst2))) { in BPF_PROG()
284 bpf_cpumask_release(dst1); in BPF_PROG()
292 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2; in BPF_PROG() local
[all …]
/openbmc/linux/arch/ia64/lib/
H A Dcopy_user.S67 #define dst1 r25 macro
99 mov dst1=dst // copy because of rotation
116 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1)
131 and dst2=0x7,dst1 // dst offset
198 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1)
241 EX(.failure_out,(EPI) st8 [dst1]=tmp,8); \
249 (EPI) st8 [dst1]=tmp,8; \
290 (p14) adds dst1=-8,dst1
291 (p15) sub dst1=dst1,t1
309 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1)
[all …]
H A Dmemcpy_mck.S36 #define dst1 r18 macro
103 add dst1=1,in0 // dest odd index
142 add dst1=8,dst0 // 2nd dest pointer
160 EK(.ex_handler, (p17) st8 [dst1]=r37,16)
165 EK(.ex_handler, (p16) st8 [dst1]=r38,16)
180 EX(.ex_hndlr_d, (p7) st8 [dst1]=t2,8) // store byte 2
184 EX(.ex_handler, (p8) st8 [dst1]=t3) // store byte 3
208 add dst1 = 3*8, dst_pre_mem // first t3 dst
231 EK(.ex_handler, (p[D]) st8 [dst1] = t3, 8) // M3
236 EK(.ex_handler, (p[D]) st8 [dst1] = t4, 3*8)
[all …]
H A Dcopy_page_mck.S72 #define dst1 r10 macro
127 add dst1 = 3*8, in0 // first t3 dst
151 (p[D]) st8 [dst1] = t3, 8 // M3
156 (p[D]) st8 [dst1] = t4, 3*8
161 (p[D]) st8 [dst1] = t7, 3*8
166 (p[D]) st8 [dst1] = t10, 8
171 (p[D]) st8 [dst1] = t11, 3*8
176 (p[D]) st8 [dst1] = t14, 8
181 (p[D]) st8 [dst1] = t15, 4*8
H A Dclear_page.S27 #define dst1 r8 macro
44 adds dst1 = 16, in0
57 1: stf.spill.nta [dst1] = f0, 64
63 1: stf.spill.nta [dst1] = f0, 64
69 stf.spill.nta [dst1] = f0, 64
/openbmc/linux/drivers/video/fbdev/core/
H A Dsysimgblt.c53 void *dst1, u32 start_index, u32 pitch_index) in color_imageblit() argument
63 dst2 = dst1; in color_imageblit()
66 dst = dst1; in color_imageblit()
100 dst1 += p->fix.line_length; in color_imageblit()
103 dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); in color_imageblit()
112 void *dst1, u32 fgcolor, u32 bgcolor, in slow_imageblit() argument
123 dst2 = dst1; in slow_imageblit()
131 dst = dst1; in slow_imageblit()
166 dst1 += pitch; in slow_imageblit()
170 dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); in slow_imageblit()
[all …]
H A Dcfbimgblt.c76 struct fb_info *p, u8 __iomem *dst1, in color_imageblit() argument
89 dst2 = (u32 __iomem *) dst1; in color_imageblit()
92 dst = (u32 __iomem *) dst1; in color_imageblit()
126 dst1 += p->fix.line_length; in color_imageblit()
129 dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); in color_imageblit()
138 u8 __iomem *dst1, u32 fgcolor, in slow_imageblit() argument
152 dst2 = (u32 __iomem *) dst1; in slow_imageblit()
160 dst = (u32 __iomem *) dst1; in slow_imageblit()
195 dst1 += pitch; in slow_imageblit()
199 dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); in slow_imageblit()
[all …]
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_extra.c.inc47 TCGv dst1 = gpr_dst(ctx, a->rd, EXT_NONE);
51 gen_helper_rdtime_d(dst1, tcg_env);
53 tcg_gen_sextract_tl(dst1, dst1, high ? 32 : 0, 32);
/openbmc/linux/drivers/video/fbdev/
H A Dvt8623fb.c147 u8 __iomem *dst1; in vt8623fb_iplan_imageblit() local
153 dst1 = info->screen_base + (image->dy * info->fix.line_length) in vt8623fb_iplan_imageblit()
158 dst = (u32 __iomem *) dst1; in vt8623fb_iplan_imageblit()
165 dst1 += info->fix.line_length; in vt8623fb_iplan_imageblit()
173 u8 __iomem *dst1; in vt8623fb_iplan_fillrect() local
177 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in vt8623fb_iplan_fillrect()
181 dst = (u32 __iomem *) dst1; in vt8623fb_iplan_fillrect()
185 dst1 += info->fix.line_length; in vt8623fb_iplan_fillrect()
203 u8 __iomem *dst1; in vt8623fb_cfb4_imageblit() local
209 dst1 = info->screen_base + (image->dy * info->fix.line_length) in vt8623fb_cfb4_imageblit()
[all …]
H A Darkfb.c180 u8 __iomem *dst1; in arkfb_iplan_imageblit() local
186 dst1 = info->screen_base + (image->dy * info->fix.line_length) in arkfb_iplan_imageblit()
191 dst = (u32 __iomem *) dst1; in arkfb_iplan_imageblit()
198 dst1 += info->fix.line_length; in arkfb_iplan_imageblit()
207 u8 __iomem *dst1; in arkfb_iplan_fillrect() local
211 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in arkfb_iplan_fillrect()
215 dst = (u32 __iomem *) dst1; in arkfb_iplan_fillrect()
219 dst1 += info->fix.line_length; in arkfb_iplan_fillrect()
238 u8 __iomem *dst1; in arkfb_cfb4_imageblit() local
244 dst1 = info->screen_base + (image->dy * info->fix.line_length) in arkfb_cfb4_imageblit()
[all …]
H A Ds3fb.c353 u8 __iomem *dst1; in s3fb_iplan_imageblit() local
359 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_iplan_imageblit()
364 dst = (u32 __iomem *) dst1; in s3fb_iplan_imageblit()
371 dst1 += info->fix.line_length; in s3fb_iplan_imageblit()
380 u8 __iomem *dst1; in s3fb_iplan_fillrect() local
384 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in s3fb_iplan_fillrect()
388 dst = (u32 __iomem *) dst1; in s3fb_iplan_fillrect()
392 dst1 += info->fix.line_length; in s3fb_iplan_fillrect()
410 u8 __iomem *dst1; in s3fb_cfb4_imageblit() local
416 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_cfb4_imageblit()
[all …]
/openbmc/linux/Documentation/bpf/
H A Dcpumasks.rst291 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2;
307 bpf_cpumask_and(dst1, (const struct cpumask *)mask1, (const struct cpumask *)mask2);
308 if (!bpf_cpumask_empty((const struct cpumask *)dst1))
312 bpf_cpumask_or(dst1, (const struct cpumask *)mask1, (const struct cpumask *)mask2);
313 if (!bpf_cpumask_test_cpu(0, (const struct cpumask *)dst1))
317 if (!bpf_cpumask_test_cpu(1, (const struct cpumask *)dst1))
322 if (!bpf_cpumask_equal((const struct cpumask *)dst1,
330 bpf_cpumask_release(dst1);
/openbmc/linux/tools/testing/selftests/net/
H A Dpmtu.sh1076 dst1="${prefix4}.${b_r1}.1"
1080 dst1="${prefix6}:${b_r1}::1"
1096 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst1}
1100 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})"
1108 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})"
1117 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})"
1181 dst1="${prefix4}.${b_r1}.1"
1186 run_cmd "${ns_a}" ping -q -M want -Q "${dsfield}" -c 1 -w 1 -s "${len}" "${dst1}"
1192 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" "${dst1}" dsfield "${policy_mark}")"
1226 dst1="${prefix4}.${b_r1}.1"
[all …]
/openbmc/linux/net/ipv6/
H A Dexthdrs.c242 opt->dsthao = opt->dst1; in ipv6_dest_hao()
243 opt->dst1 = 0; in ipv6_dest_hao()
319 opt->lastopt = opt->dst1 = skb_network_header_len(skb); in ipv6_destopt_rcv()
321 dstbuf = opt->dst1; in ipv6_destopt_rcv()
330 opt->nhoff = opt->dst1; in ipv6_destopt_rcv()
712 opt->dst0 = opt->dst1; in ipv6_rthdr_rcv()
713 opt->dst1 = 0; in ipv6_rthdr_rcv()
H A Ddatagram.c719 if (np->rxopt.bits.odstopts && opt->dst1) { in ip6_datagram_recv_specific_ctl()
720 u8 *ptr = nh + opt->dst1; in ip6_datagram_recv_specific_ctl()
H A Daf_inet6.c875 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c2668 struct dst_entry *dst1 = &xdst->u.dst; in xfrm_bundle_create() local
2697 dst_copy_metrics(dst1, dst); in xfrm_bundle_create()
2718 dst1->xfrm = xfrm[i]; in xfrm_bundle_create()
2721 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_bundle_create()
2722 dst1->lastuse = now; in xfrm_bundle_create()
2724 dst1->input = dst_discard; in xfrm_bundle_create()
2729 dst1->output = afinfo->output; in xfrm_bundle_create()
2731 dst1->output = dst_discard_out; in xfrm_bundle_create()
3001 struct dst_entry *dst1; in xfrm_create_dummy_bundle() local
3014 dst1 = &xdst->u.dst; in xfrm_create_dummy_bundle()
[all …]
/openbmc/linux/include/linux/
H A Dipv6.h130 __u16 dst1; member
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch14188 +void ff_bwdif_filter_edge_neon(void *dst1, void *prev1, void *cur1, void *next1,
14192 +void ff_bwdif_filter_intra_neon(void *dst1, void *cur1, int w, int prefs, int mrefs,
14195 +void ff_bwdif_filter_line_neon(void *dst1, void *prev1, void *cur1, void *next1,
14200 +void ff_bwdif_filter_line3_neon(void * dst1, int d_stride,
14205 +static void filter_line3_helper(void * dst1, int d_stride,
14218 + ff_bwdif_filter_line3_neon(dst1, d_stride,
14223 + ff_bwdif_filter_line3_c((char *)dst1 + w0, d_stride,
14228 +static void filter_line_helper(void *dst1, void *prev1, void *cur1, void *next1,
14235 + ff_bwdif_filter_line_neon(dst1, prev1, cur1, next1,
14239 + ff_bwdif_filter_line_c((char *)dst1 + w0, (char *)prev1 + w0, (char *)cur1 + w0, (char *)n…
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-neon.c2949 TCGv_i32 dst0, dst1; in trans_VCVT_B16_F32() local
2972 dst1 = tcg_temp_new_i32(); in trans_VCVT_B16_F32()
2978 gen_helper_bfcvt_pair(dst1, tmp, fpst); in trans_VCVT_B16_F32()
2981 write_neon_element32(dst1, a->vd, 1, MO_32); in trans_VCVT_B16_F32()