Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/net/ipv6/
Dicmp.c340 struct dst_entry *dst, *dst2; in icmpv6_route_lookup() local
359 dst2 = dst; in icmpv6_route_lookup()
363 if (dst != dst2) in icmpv6_route_lookup()
376 err = ip6_dst_lookup(net, sk, &dst2, &fl2); in icmpv6_route_lookup()
380 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup()
381 if (!IS_ERR(dst2)) { in icmpv6_route_lookup()
383 dst = dst2; in icmpv6_route_lookup()
385 err = PTR_ERR(dst2); in icmpv6_route_lookup()
388 return dst2; in icmpv6_route_lookup()