dst2 81 drivers/video/fbdev/core/cfbimgblt.c u32 __iomem *dst, *dst2; dst2 89 drivers/video/fbdev/core/cfbimgblt.c dst2 = (u32 __iomem *) dst1; dst2 128 drivers/video/fbdev/core/cfbimgblt.c dst2 += p->fix.line_length; dst2 129 drivers/video/fbdev/core/cfbimgblt.c dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); dst2 144 drivers/video/fbdev/core/cfbimgblt.c u32 __iomem *dst, *dst2; dst2 152 drivers/video/fbdev/core/cfbimgblt.c dst2 = (u32 __iomem *) dst1; dst2 198 drivers/video/fbdev/core/cfbimgblt.c dst2 += pitch; dst2 199 drivers/video/fbdev/core/cfbimgblt.c dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); dst2 243 drivers/video/fbdev/core/svgalib.c u16 __iomem *dst2 = dst; dst2 245 drivers/video/fbdev/core/svgalib.c fb_writew(fb_readw(src2), dst2); dst2 248 drivers/video/fbdev/core/svgalib.c dst2 += colstride; dst2 56 drivers/video/fbdev/core/sysimgblt.c u32 *dst, *dst2; dst2 63 drivers/video/fbdev/core/sysimgblt.c dst2 = dst1; dst2 102 drivers/video/fbdev/core/sysimgblt.c dst2 += p->fix.line_length; dst2 103 drivers/video/fbdev/core/sysimgblt.c dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); dst2 116 drivers/video/fbdev/core/sysimgblt.c u32 *dst, *dst2; dst2 123 drivers/video/fbdev/core/sysimgblt.c dst2 = dst1; dst2 169 drivers/video/fbdev/core/sysimgblt.c dst2 += pitch; dst2 170 drivers/video/fbdev/core/sysimgblt.c dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); dst2 337 net/ipv6/icmp.c struct dst_entry *dst, *dst2; dst2 356 net/ipv6/icmp.c dst2 = dst; dst2 360 net/ipv6/icmp.c if (dst != dst2) dst2 373 net/ipv6/icmp.c err = ip6_dst_lookup(net, sk, &dst2, &fl2); dst2 377 net/ipv6/icmp.c dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); dst2 378 net/ipv6/icmp.c if (!IS_ERR(dst2)) { dst2 380 net/ipv6/icmp.c dst = dst2; dst2 382 net/ipv6/icmp.c err = PTR_ERR(dst2); dst2 385 net/ipv6/icmp.c return dst2;