Searched refs:COPY (Results 1 - 25 of 38) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dsignal.c229 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) macro
230 COPY(regs[1]);
231 COPY(regs[2]); COPY(regs[3]);
232 COPY(regs[4]); COPY(regs[5]);
233 COPY(regs[6]); COPY(regs[7]);
234 COPY(regs[8]); COPY(reg
241 #undef COPY macro
342 #define COPY macro
354 #undef COPY macro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/atari/
H A Dtime.c59 #define COPY(v) val->v=(mste_rtc.v & 0xf) macro
61 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ;
62 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ;
63 COPY(weekday) ; COPY(day_ones) ; COPY(day_ten
68 #undef COPY macro
73 #define COPY macro
82 #undef COPY macro
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Duaccess.h450 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \
452 COPY \
473 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
476 "2: move.w $r9,[%0+]\n" COPY, \
492 #define __asm_copy_from_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
495 "2: move.d $r9,[%0+]\n" COPY, \
511 #define __asm_copy_from_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
514 "4: move.w $r9,[%0+]\n" COPY, \
530 #define __asm_copy_from_user_8x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
533 "4: move.d $r9,[%0+]\n" COPY, \
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Duaccess.h447 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \
449 COPY \
470 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
473 "2: move.w $r9,[%0+]\n" COPY, \
489 #define __asm_copy_from_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
492 "2: move.d $r9,[%0+]\n" COPY, \
508 #define __asm_copy_from_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
511 "4: move.w $r9,[%0+]\n" COPY, \
527 #define __asm_copy_from_user_8x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
530 "4: move.d $r9,[%0+]\n" COPY, \
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/lib/
H A Dmemcpy.S293 #define COPY(shift,index) \ define
310 COPY(0, 1) /* no point special casing this---it doesn't go any faster without shrp */
311 COPY(8, 0)
312 COPY(16, 0)
313 COPY(24, 0)
314 COPY(32, 0)
315 COPY(40, 0)
316 COPY(48, 0)
317 COPY(56, 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsignal.c135 #define COPY(x) err |= __get_user(regs->x, &sc->x) macro
137 COPY(x); \
149 COPY(rdi); COPY(rsi); COPY(rbp); COPY_CANON(rsp); COPY(rbx);
150 COPY(rdx); COPY(rcx); COPY_CANON(rip);
151 COPY(r8);
152 COPY(r
183 #undef COPY macro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dia32_signal.c161 #define COPY(x) { \ macro
188 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx);
189 COPY(dx); COPY(cx); COPY(ip);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dinfcodes.c23 COPY, /* o: copying bytes in window, waiting for space */ enumerator in enum:__anon176
47 } copy; /* if EXT or COPY, where and how much */
197 c->mode = COPY;
198 case COPY: /* o: copying bytes in window, waiting for space */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsignal.c192 #define COPY(x) err |= __get_user(regs->x, &sc->x) macro
213 COPY(edi);
214 COPY(esi);
215 COPY(ebp);
216 COPY(esp);
217 COPY(ebx);
218 COPY(edx);
219 COPY(ecx);
220 COPY(eip);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/ia32/
H A Dia32_signal.c404 #define COPY(ia64x, ia32x) err |= __get_user(regs->ia64x, &sc->ia32x) macro
434 COPY(r15, edi);
435 COPY(r14, esi);
436 COPY(r13, ebp);
437 COPY(r12, esp);
438 COPY(r11, ebx);
439 COPY(r10, edx);
440 COPY(r9, ecx);
441 COPY(cr_iip, eip);
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_inflate/
H A Dinfcodes.c147 c->mode = COPY;
148 case COPY: /* o: copying bytes in window, waiting for space */
H A Dinfutil.h148 COPY, /* o: copying bytes in window, waiting for space */ enumerator in enum:__anon7389
171 } copy; /* if EXT or COPY, where and how much */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/devices/
H A Ddocecc.c90 #define COPY(a,b,n) {\ macro
330 COPY(lambda,t,NN-KK+1);
345 COPY(&reg[1],&lambda[1],NN-KK);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/scsi/
H A Dscsi.h38 #define COPY 0x18 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/scsi/
H A Dscsi.h38 #define COPY 0x18 macro
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dmerge.c193 goto COPY;
200 COPY: b = t;
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/SGI/
H A Didb.pl117 @copyfile = grep (/^COPY/,@allfiles);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Ddebug.c71 case COPY: what = "COPY"; break;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/lib/
H A Dzlib.c1634 COPY, /* o: copying bytes in window, waiting for space */ enumerator in enum:inflate_codes_state::__anon540
1652 } copy; /* if EXT or COPY, where and how much */
1801 c->mode = COPY;
1802 case COPY: /* o: copying bytes in window, waiting for space */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Dzlib.c1647 COPY, /* o: copying bytes in window, waiting for space */ enumerator in enum:inflate_codes_state::__anon561
1665 } copy; /* if EXT or COPY, where and how much */
1814 c->mode = COPY;
1815 case COPY: /* o: copying bytes in window, waiting for space */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dmac53c94.c505 case COPY:
H A Deata_pio.c329 case CHANGE_DEFINITION: case COMPARE: case COPY:
H A Dfd_mcs.c865 COPY 18 DATA OUT
866 COPY AND VERIFY 3a DATA OUT
983 case CHANGE_DEFINITION: case COMPARE: case COPY:
H A Dfdomain.c1357 COPY 18 DATA OUT
1358 COPY AND VERIFY 3a DATA OUT
1475 case CHANGE_DEFINITION: case COMPARE: case COPY:
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dmicrotek.c253 case COPY: what = "COPY"; break;

Completed in 145 milliseconds

12