Searched refs:dst2 (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/ia64/lib/ |
D | clear_page.S | 26 #define dst2 r9 macro 43 adds dst2 = 32, in0 56 stf.spill.nta [dst2] = f0, 64 62 stf.spill.nta [dst2] = f0, 64 68 stf.spill.nta [dst2] = f0, 64
|
D | copy_user.S | 67 #define dst2 r27 macro 129 and dst2=0x7,dst1 // dst offset 155 cmp.eq p14,p15=r0,dst2 169 cmp.leu p14,p15=src2,dst2 170 sub t1=dst2,src2 175 (p15) sub word1=8,dst2 // (8 - dst offset) 368 adds dst2=8,dst1 379 (EPI) st8 [dst2]=val2[PIPE_DEPTH-1],16 577 (EPI) st8 [dst2]=val2[PIPE_DEPTH-1],16
|
/linux-4.4.14/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()
|
/linux-4.4.14/net/ipv6/ |
D | icmp.c | 329 struct dst_entry *dst, *dst2; in icmpv6_route_lookup() local 348 dst2 = dst; in icmpv6_route_lookup() 352 if (dst != dst2) in icmpv6_route_lookup() 365 err = ip6_dst_lookup(net, sk, &dst2, &fl2); in icmpv6_route_lookup() 369 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup() 370 if (!IS_ERR(dst2)) { in icmpv6_route_lookup() 372 dst = dst2; in icmpv6_route_lookup() 374 err = PTR_ERR(dst2); in icmpv6_route_lookup() 377 return dst2; in icmpv6_route_lookup()
|
/linux-4.4.14/net/ceph/ |
D | crypto.c | 347 void *dst2, size_t *dst2_len, in ceph_aes_decrypt2() argument 365 sg_set_buf(&sg_out[1], dst2, *dst2_len); in ceph_aes_decrypt2() 391 last_byte = ((char *)dst2)[src_len - *dst1_len - 1]; in ceph_aes_decrypt2() 445 void *dst2, size_t *dst2_len, in ceph_decrypt2() argument 461 memcpy(dst2, src, t); in ceph_decrypt2() 468 dst1, dst1_len, dst2, dst2_len, in ceph_decrypt2()
|
D | crypto.h | 40 void *dst2, size_t *dst2_len,
|