Searched refs:dst2 (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/lib/ |
D | clear_page.S | 28 #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
|
D | copy_user.S | 69 #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
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
D | sysimgblt.c | 56 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()
|
D | cfbimgblt.c | 81 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()
|
D | svgalib.c | 243 u16 __iomem *dst2 = dst; in svga_tilecopy() local 245 fb_writew(fb_readw(src2), dst2); in svga_tilecopy() 248 dst2 += colstride; in svga_tilecopy()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | pmtu.sh | 909 dst2="${prefix4}.${b_r2}.1" 913 dst2="${prefix6}:${b_r2}::1" 929 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst2} 934 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 943 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 952 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 961 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1400 ${dst2} 962 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 968 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 974 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" [all …]
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | icmp.c | 361 struct dst_entry *dst, *dst2; in icmpv6_route_lookup() local 380 dst2 = dst; in icmpv6_route_lookup() 384 if (dst != dst2) in icmpv6_route_lookup() 397 err = ip6_dst_lookup(net, sk, &dst2, &fl2); in icmpv6_route_lookup() 401 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup() 402 if (!IS_ERR(dst2)) { in icmpv6_route_lookup() 404 dst = dst2; in icmpv6_route_lookup() 406 err = PTR_ERR(dst2); in icmpv6_route_lookup() 409 return dst2; in icmpv6_route_lookup()
|