Home
last modified time | relevance | path

Searched refs:dst8 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/tile/lib/
Dmemcpy_64.c65 op_t *__restrict dst8; /* 8-byte pointer to destination memory. */ in memcpy() local
94 dst8 = (op_t *)dst1; in memcpy()
106 (((uintptr_t)dst8) & ((CHIP_L2_LINE_SIZE() << 2) - 1)); in memcpy()
141 ST8(dst8++, tmp0); in memcpy()
145 ST8(dst8++, tmp1); in memcpy()
149 ST8(dst8++, tmp2); in memcpy()
153 ST8(dst8++, tmp3); in memcpy()
159 ST8(dst8++, tmp0); in memcpy()
201 __insn_wh64(dst8); in memcpy()
203 ST8(dst8++, tmp0); in memcpy()
[all …]
/linux-4.1.27/drivers/staging/sm7xxfb/
Dsm7xxfb.c353 u8 *dst8 = (u8 *)dst; in smtcfb_read() local
358 *dst8++ = fb_readb(++src8); in smtcfb_read()
360 *dst8++ = fb_readb(--src8); in smtcfb_read()
444 u8 __iomem *dst8 = (u8 __iomem *)dst; in smtcfb_write() local
448 fb_writeb(*src8++, ++dst8); in smtcfb_write()
450 fb_writeb(*src8++, --dst8); in smtcfb_write()
451 dst8 += 2; in smtcfb_write()
454 dst = (u32 __iomem *)dst8; in smtcfb_write()
/linux-4.1.27/drivers/mtd/devices/
Ddocg3.c228 u8 data8, *dst8; in doc_read_data_area() local
249 dst8 = (u8 *)dst16; in doc_read_data_area()
252 if (dst8) { in doc_read_data_area()
253 *dst8 = data8; in doc_read_data_area()
254 dst8++; in doc_read_data_area()