/linux-4.4.14/arch/ia64/lib/ |
D | copy_user.S | 65 #define dst1 r25 macro 97 mov dst1=dst // copy because of rotation 114 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) 129 and dst2=0x7,dst1 // dst offset 196 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) 239 EX(.failure_out,(EPI) st8 [dst1]=tmp,8); \ 247 (EPI) st8 [dst1]=tmp,8; \ 288 (p14) adds dst1=-8,dst1 289 (p15) sub dst1=dst1,t1 307 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) [all …]
|
D | memcpy_mck.S | 34 #define dst1 r18 macro 100 add dst1=1,in0 // dest odd index 139 add dst1=8,dst0 // 2nd dest pointer 157 EK(.ex_handler, (p17) st8 [dst1]=r37,16) 162 EK(.ex_handler, (p16) st8 [dst1]=r38,16) 177 EX(.ex_hndlr_d, (p7) st8 [dst1]=t2,8) // store byte 2 181 EX(.ex_handler, (p8) st8 [dst1]=t3) // store byte 3 205 add dst1 = 3*8, dst_pre_mem // first t3 dst 228 EK(.ex_handler, (p[D]) st8 [dst1] = t3, 8) // M3 233 EK(.ex_handler, (p[D]) st8 [dst1] = t4, 3*8) [all …]
|
D | copy_page_mck.S | 70 #define dst1 r10 macro 125 add dst1 = 3*8, in0 // first t3 dst 149 (p[D]) st8 [dst1] = t3, 8 // M3 154 (p[D]) st8 [dst1] = t4, 3*8 159 (p[D]) st8 [dst1] = t7, 3*8 164 (p[D]) st8 [dst1] = t10, 8 169 (p[D]) st8 [dst1] = t11, 3*8 174 (p[D]) st8 [dst1] = t14, 8 179 (p[D]) st8 [dst1] = t15, 4*8
|
D | clear_page.S | 25 #define dst1 r8 macro 42 adds dst1 = 16, in0 55 1: stf.spill.nta [dst1] = f0, 64 61 1: stf.spill.nta [dst1] = f0, 64 67 stf.spill.nta [dst1] = f0, 64
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | sysimgblt.c | 53 void *dst1, u32 start_index, u32 pitch_index) in color_imageblit() argument 63 dst2 = dst1; in color_imageblit() 66 dst = dst1; in color_imageblit() 100 dst1 += p->fix.line_length; in color_imageblit() 103 dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); in color_imageblit() 112 void *dst1, u32 fgcolor, u32 bgcolor, in slow_imageblit() argument 123 dst2 = dst1; in slow_imageblit() 131 dst = dst1; in slow_imageblit() 166 dst1 += pitch; in slow_imageblit() 170 dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); in slow_imageblit() [all …]
|
D | cfbimgblt.c | 76 struct fb_info *p, u8 __iomem *dst1, in color_imageblit() argument 89 dst2 = (u32 __iomem *) dst1; in color_imageblit() 92 dst = (u32 __iomem *) dst1; in color_imageblit() 126 dst1 += p->fix.line_length; in color_imageblit() 129 dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); in color_imageblit() 138 u8 __iomem *dst1, u32 fgcolor, in slow_imageblit() argument 152 dst2 = (u32 __iomem *) dst1; in slow_imageblit() 160 dst = (u32 __iomem *) dst1; in slow_imageblit() 195 dst1 += pitch; in slow_imageblit() 199 dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); in slow_imageblit() [all …]
|
/linux-4.4.14/arch/tile/lib/ |
D | memcpy_64.c | 61 char *__restrict dst1 = (char *)dstv; in memcpy() local 71 ST1(dst1++, LD1(src1++)); in memcpy() 90 for (; (uintptr_t)dst1 & (sizeof(op_t) - 1); n--) in memcpy() 91 ST1(dst1++, LD1(src1++)); in memcpy() 94 dst8 = (op_t *)dst1; in memcpy() 317 dst1 = (char *)dst8; in memcpy() 320 ST4((uint32_t *)dst1, final); in memcpy() 321 dst1 += 4; in memcpy() 326 ST2((uint16_t *)dst1, final); in memcpy() 327 dst1 += 2; in memcpy() [all …]
|
/linux-4.4.14/drivers/video/fbdev/ |
D | vt8623fb.c | 146 u8 __iomem *dst1; in vt8623fb_iplan_imageblit() local 152 dst1 = info->screen_base + (image->dy * info->fix.line_length) in vt8623fb_iplan_imageblit() 157 dst = (u32 __iomem *) dst1; in vt8623fb_iplan_imageblit() 164 dst1 += info->fix.line_length; in vt8623fb_iplan_imageblit() 172 u8 __iomem *dst1; in vt8623fb_iplan_fillrect() local 176 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in vt8623fb_iplan_fillrect() 180 dst = (u32 __iomem *) dst1; in vt8623fb_iplan_fillrect() 184 dst1 += info->fix.line_length; in vt8623fb_iplan_fillrect() 202 u8 __iomem *dst1; in vt8623fb_cfb4_imageblit() local 208 dst1 = info->screen_base + (image->dy * info->fix.line_length) in vt8623fb_cfb4_imageblit() [all …]
|
D | arkfb.c | 179 u8 __iomem *dst1; in arkfb_iplan_imageblit() local 185 dst1 = info->screen_base + (image->dy * info->fix.line_length) in arkfb_iplan_imageblit() 190 dst = (u32 __iomem *) dst1; in arkfb_iplan_imageblit() 197 dst1 += info->fix.line_length; in arkfb_iplan_imageblit() 206 u8 __iomem *dst1; in arkfb_iplan_fillrect() local 210 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in arkfb_iplan_fillrect() 214 dst = (u32 __iomem *) dst1; in arkfb_iplan_fillrect() 218 dst1 += info->fix.line_length; in arkfb_iplan_fillrect() 237 u8 __iomem *dst1; in arkfb_cfb4_imageblit() local 243 dst1 = info->screen_base + (image->dy * info->fix.line_length) in arkfb_cfb4_imageblit() [all …]
|
D | s3fb.c | 352 u8 __iomem *dst1; in s3fb_iplan_imageblit() local 358 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_iplan_imageblit() 363 dst = (u32 __iomem *) dst1; in s3fb_iplan_imageblit() 370 dst1 += info->fix.line_length; in s3fb_iplan_imageblit() 379 u8 __iomem *dst1; in s3fb_iplan_fillrect() local 383 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in s3fb_iplan_fillrect() 387 dst = (u32 __iomem *) dst1; in s3fb_iplan_fillrect() 391 dst1 += info->fix.line_length; in s3fb_iplan_fillrect() 409 u8 __iomem *dst1; in s3fb_cfb4_imageblit() local 415 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_cfb4_imageblit() [all …]
|
/linux-4.4.14/net/ceph/ |
D | crypto.c | 346 void *dst1, size_t *dst1_len, in ceph_aes_decrypt2() argument 364 sg_set_buf(&sg_out[0], dst1, *dst1_len); in ceph_aes_decrypt2() 389 last_byte = ((char *)dst1)[src_len - 1]; in ceph_aes_decrypt2() 444 void *dst1, size_t *dst1_len, in ceph_decrypt2() argument 455 memcpy(dst1, src, t); in ceph_decrypt2() 468 dst1, dst1_len, dst2, dst2_len, in ceph_decrypt2()
|
D | crypto.h | 39 void *dst1, size_t *dst1_len,
|
/linux-4.4.14/net/ipv6/ |
D | exthdrs.c | 190 opt->dsthao = opt->dst1; in ipv6_dest_hao() 191 opt->dst1 = 0; in ipv6_dest_hao() 267 opt->lastopt = opt->dst1 = skb_network_header_len(skb); in ipv6_destopt_rcv() 269 dstbuf = opt->dst1; in ipv6_destopt_rcv() 278 opt->nhoff = opt->dst1; in ipv6_destopt_rcv() 350 opt->dst0 = opt->dst1; in ipv6_rthdr_rcv() 351 opt->dst1 = 0; in ipv6_rthdr_rcv()
|
D | datagram.c | 650 if (np->rxopt.bits.odstopts && opt->dst1) { in ip6_datagram_recv_specific_ctl() 651 u8 *ptr = nh + opt->dst1; in ip6_datagram_recv_specific_ctl()
|
D | af_inet6.c | 698 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 1684 struct dst_entry *dst1 = &xdst->u.dst; in xfrm_bundle_create() local 1704 dst0 = dst1; in xfrm_bundle_create() 1706 dst_prev->child = dst_clone(dst1); in xfrm_bundle_create() 1707 dst1->flags |= DST_NOHASH; in xfrm_bundle_create() 1711 dst_copy_metrics(dst1, dst); in xfrm_bundle_create() 1723 dst1->xfrm = xfrm[i]; in xfrm_bundle_create() 1726 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_bundle_create() 1727 dst1->flags |= DST_HOST; in xfrm_bundle_create() 1728 dst1->lastuse = now; in xfrm_bundle_create() 1730 dst1->input = dst_discard; in xfrm_bundle_create() [all …]
|
/linux-4.4.14/include/linux/ |
D | ipv6.h | 102 __u16 dst1; member
|