Home
last modified time | relevance | path

Searched refs:dst1 (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/arch/ia64/lib/
H A Dcopy_user.S67 #define dst1 r25 define
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
134 // that we can reach 8-byte alignment for both src1 and dst1.
141 // to the dst1. Then copy zeros for the rest of dst1.
153 // Optimization. If dst1 is 8-byte aligned (quite common), we don't need
154 // to copy the head to dst1, to start 8-byte copy software pipeline.
198 EX(.failure_out,(EPI) st1 [dst1]
[all...]
H A Dmemcpy_mck.S36 #define dst1 r18 define
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]
[all...]
H A Dcopy_page_mck.S72 #define dst1 r10 define
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 define
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
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Dcopy_user.S67 #define dst1 r25 define
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
134 // that we can reach 8-byte alignment for both src1 and dst1.
141 // to the dst1. Then copy zeros for the rest of dst1.
153 // Optimization. If dst1 is 8-byte aligned (quite common), we don't need
154 // to copy the head to dst1, to start 8-byte copy software pipeline.
198 EX(.failure_out,(EPI) st1 [dst1]
[all...]
H A Dmemcpy_mck.S36 #define dst1 r18 define
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]
[all...]
H A Dcopy_page_mck.S72 #define dst1 r10 define
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 define
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
/kernel/linux/linux-6.6/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, *dst in BPF_PROG() local
334 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2; BPF_PROG() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dsysimgblt.c53 void *dst1, u32 start_index, u32 pitch_index) in color_imageblit()
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()
123 dst2 = dst1; in slow_imageblit()
131 dst = dst1; in slow_imageblit()
166 dst1 += pitch; in slow_imageblit()
170 dst1 in slow_imageblit()
52 color_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 start_index, u32 pitch_index) color_imageblit() argument
111 slow_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) slow_imageblit() argument
186 fast_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor) fast_imageblit() argument
294 void *dst1; sys_imageblit() local
[all...]
H A Dcfbimgblt.c76 struct fb_info *p, u8 __iomem *dst1, in color_imageblit()
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()
152 dst2 = (u32 __iomem *) dst1; in slow_imageblit()
160 dst = (u32 __iomem *) dst1; in slow_imageblit()
195 dst1 += pitch; in slow_imageblit()
199 dst1 in slow_imageblit()
75 color_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 start_index, u32 pitch_index) color_imageblit() argument
137 slow_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) slow_imageblit() argument
215 fast_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor) fast_imageblit() argument
271 u8 __iomem *dst1; cfb_imageblit() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dsysimgblt.c53 void *dst1, u32 start_index, u32 pitch_index) in color_imageblit()
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()
123 dst2 = dst1; in slow_imageblit()
131 dst = dst1; in slow_imageblit()
166 dst1 += pitch; in slow_imageblit()
170 dst1 in slow_imageblit()
52 color_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 start_index, u32 pitch_index) color_imageblit() argument
111 slow_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) slow_imageblit() argument
186 fast_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor) fast_imageblit() argument
294 void *dst1; sys_imageblit() local
[all...]
H A Dcfbimgblt.c76 struct fb_info *p, u8 __iomem *dst1, in color_imageblit()
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()
152 dst2 = (u32 __iomem *) dst1; in slow_imageblit()
160 dst = (u32 __iomem *) dst1; in slow_imageblit()
195 dst1 += pitch; in slow_imageblit()
199 dst1 in slow_imageblit()
75 color_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 start_index, u32 pitch_index) color_imageblit() argument
137 slow_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) slow_imageblit() argument
215 fast_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor) fast_imageblit() argument
324 u8 __iomem *dst1; cfb_imageblit() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Darkfb.c179 u8 __iomem *dst1; in arkfb_iplan_imageblit() local
185 dst1 = info->screen_base + (image->dy * info->fix.line_length) in arkfb_iplan_imageblit()
190 dst = (u32 __iomem *) dst1; in arkfb_iplan_imageblit()
197 dst1 += info->fix.line_length; in arkfb_iplan_imageblit()
206 u8 __iomem *dst1; in arkfb_iplan_fillrect() local
210 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in arkfb_iplan_fillrect()
214 dst = (u32 __iomem *) dst1; in arkfb_iplan_fillrect()
218 dst1 += info->fix.line_length; in arkfb_iplan_fillrect()
237 u8 __iomem *dst1; in arkfb_cfb4_imageblit() local
243 dst1 in arkfb_cfb4_imageblit()
[all...]
H A Dvt8623fb.c146 u8 __iomem *dst1; in vt8623fb_iplan_imageblit() local
152 dst1 = info->screen_base + (image->dy * info->fix.line_length) in vt8623fb_iplan_imageblit()
157 dst = (u32 __iomem *) dst1; in vt8623fb_iplan_imageblit()
164 dst1 += info->fix.line_length; in vt8623fb_iplan_imageblit()
172 u8 __iomem *dst1; in vt8623fb_iplan_fillrect() local
176 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in vt8623fb_iplan_fillrect()
180 dst = (u32 __iomem *) dst1; in vt8623fb_iplan_fillrect()
184 dst1 += info->fix.line_length; in vt8623fb_iplan_fillrect()
202 u8 __iomem *dst1; in vt8623fb_cfb4_imageblit() local
208 dst1 in vt8623fb_cfb4_imageblit()
[all...]
H A Ds3fb.c352 u8 __iomem *dst1; in s3fb_iplan_imageblit() local
358 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_iplan_imageblit()
363 dst = (u32 __iomem *) dst1; in s3fb_iplan_imageblit()
370 dst1 += info->fix.line_length; in s3fb_iplan_imageblit()
379 u8 __iomem *dst1; in s3fb_iplan_fillrect() local
383 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in s3fb_iplan_fillrect()
387 dst = (u32 __iomem *) dst1; in s3fb_iplan_fillrect()
391 dst1 += info->fix.line_length; in s3fb_iplan_fillrect()
409 u8 __iomem *dst1; in s3fb_cfb4_imageblit() local
415 dst1 in s3fb_cfb4_imageblit()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
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 in arkfb_cfb4_imageblit()
[all...]
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 in vt8623fb_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 in s3fb_cfb4_imageblit()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dpmtu.sh1028 dst1="${prefix4}.${b_r1}.1"
1032 dst1="${prefix6}:${b_r1}::1"
1048 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst1}
1052 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})"
1060 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})"
1069 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})"
1133 dst1="${prefix4}.${b_r1}.1"
1138 run_cmd "${ns_a}" ping -q -M want -Q "${dsfield}" -c 1 -w 1 -s "${len}" "${dst1}"
1144 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" "${dst1}" "${policy_mark}")"
1178 dst1
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Dexthdrs.c219 opt->dsthao = opt->dst1; in ipv6_dest_hao()
220 opt->dst1 = 0; in ipv6_dest_hao()
302 opt->lastopt = opt->dst1 = skb_network_header_len(skb); in ipv6_destopt_rcv()
304 dstbuf = opt->dst1; in ipv6_destopt_rcv()
314 opt->nhoff = opt->dst1; in ipv6_destopt_rcv()
724 opt->dst0 = opt->dst1; in ipv6_rthdr_rcv()
725 opt->dst1 = 0; in ipv6_rthdr_rcv()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dpmtu.sh907 dst1="${prefix4}.${b_r1}.1"
911 dst1="${prefix6}:${b_r1}::1"
927 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst1}
931 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})"
939 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})"
948 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})"
1805 dst1="${prefix4}.${b_r1}.1"
1810 dst1="${prefix6}:${b_r1}::1"
1827 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst1}
1831 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})"
[all...]
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_policy.c2565 struct dst_entry *dst1 = &xdst->u.dst; in xfrm_bundle_create() local
2578 * No need to do dst_clone() on dst1 in xfrm_bundle_create()
2594 dst_copy_metrics(dst1, dst); in xfrm_bundle_create()
2611 dst1->xfrm = xfrm[i]; in xfrm_bundle_create()
2614 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_bundle_create()
2615 dst1->lastuse = now; in xfrm_bundle_create()
2617 dst1->input = dst_discard; in xfrm_bundle_create()
2622 dst1->output = afinfo->output; in xfrm_bundle_create()
2624 dst1->output = dst_discard_out; in xfrm_bundle_create()
2894 struct dst_entry *dst1; in xfrm_create_dummy_bundle() local
[all...]
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_policy.c2644 struct dst_entry *dst1 = &xdst->u.dst; in xfrm_bundle_create() local
2657 * No need to do dst_clone() on dst1 in xfrm_bundle_create()
2673 dst_copy_metrics(dst1, dst); in xfrm_bundle_create()
2694 dst1->xfrm = xfrm[i]; in xfrm_bundle_create()
2697 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_bundle_create()
2698 dst1->lastuse = now; in xfrm_bundle_create()
2700 dst1->input = dst_discard; in xfrm_bundle_create()
2705 dst1->output = afinfo->output; in xfrm_bundle_create()
2707 dst1->output = dst_discard_out; in xfrm_bundle_create()
2977 struct dst_entry *dst1; in xfrm_create_dummy_bundle() local
[all...]

Completed in 26 milliseconds

12