Home
last modified time | relevance | path

Searched refs:dst2 (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/arch/ia64/lib/
Dclear_page.S28 #define dst2 r9 macro
45 adds dst2 = 32, in0
58 stf.spill.nta [dst2] = f0, 64
64 stf.spill.nta [dst2] = f0, 64
70 stf.spill.nta [dst2] = f0, 64
Dcopy_user.S69 #define dst2 r27 macro
131 and dst2=0x7,dst1 // dst offset
157 cmp.eq p14,p15=r0,dst2
171 cmp.leu p14,p15=src2,dst2
172 sub t1=dst2,src2
177 (p15) sub word1=8,dst2 // (8 - dst offset)
370 adds dst2=8,dst1
381 (EPI) st8 [dst2]=val2[PIPE_DEPTH-1],16
579 (EPI) st8 [dst2]=val2[PIPE_DEPTH-1],16
/Linux-v6.1/drivers/video/fbdev/core/
Dsysimgblt.c56 u32 *dst, *dst2; in color_imageblit() local
63 dst2 = dst1; in color_imageblit()
102 dst2 += p->fix.line_length; in color_imageblit()
103 dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); in color_imageblit()
116 u32 *dst, *dst2; in slow_imageblit() local
123 dst2 = dst1; in slow_imageblit()
169 dst2 += pitch; in slow_imageblit()
170 dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); in slow_imageblit()
Dcfbimgblt.c81 u32 __iomem *dst, *dst2; in color_imageblit() local
89 dst2 = (u32 __iomem *) dst1; in color_imageblit()
128 dst2 += p->fix.line_length; in color_imageblit()
129 dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); in color_imageblit()
144 u32 __iomem *dst, *dst2; in slow_imageblit() local
152 dst2 = (u32 __iomem *) dst1; in slow_imageblit()
198 dst2 += pitch; in slow_imageblit()
199 dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); in slow_imageblit()
Dsvgalib.c243 u16 __iomem *dst2 = dst; in svga_tilecopy() local
245 fb_writew(fb_readw(src2), dst2); in svga_tilecopy()
248 dst2 += colstride; in svga_tilecopy()
/Linux-v6.1/tools/testing/selftests/net/
Dpmtu.sh1035 dst2="${prefix4}.${b_r2}.1"
1039 dst2="${prefix6}:${b_r2}::1"
1055 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst2}
1060 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})"
1069 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})"
1078 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})"
1087 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1400 ${dst2}
1088 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})"
1094 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})"
1100 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})"
[all …]
/Linux-v6.1/net/ipv6/
Dicmp.c354 struct dst_entry *dst, *dst2; in icmpv6_route_lookup() local
373 dst2 = dst; in icmpv6_route_lookup()
377 if (dst != dst2) in icmpv6_route_lookup()
390 err = ip6_dst_lookup(net, sk, &dst2, &fl2); in icmpv6_route_lookup()
394 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup()
395 if (!IS_ERR(dst2)) { in icmpv6_route_lookup()
397 dst = dst2; in icmpv6_route_lookup()
399 err = PTR_ERR(dst2); in icmpv6_route_lookup()
402 return dst2; in icmpv6_route_lookup()