Home
last modified time | relevance | path

Searched refs:COPY (Results 1 – 25 of 29) sorted by relevance

12

/linux-2.4.37.9/arch/sh64/kernel/
Dsignal.c273 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro
275 COPY(regs[0]); COPY(regs[1]); COPY(regs[2]); COPY(regs[3]); in restore_sigcontext()
276 COPY(regs[4]); COPY(regs[5]); COPY(regs[6]); COPY(regs[7]); in restore_sigcontext()
277 COPY(regs[8]); COPY(regs[9]); COPY(regs[10]); COPY(regs[11]); in restore_sigcontext()
278 COPY(regs[12]); COPY(regs[13]); COPY(regs[14]); COPY(regs[15]); in restore_sigcontext()
279 COPY(regs[16]); COPY(regs[17]); COPY(regs[18]); COPY(regs[19]); in restore_sigcontext()
280 COPY(regs[20]); COPY(regs[21]); COPY(regs[22]); COPY(regs[23]); in restore_sigcontext()
281 COPY(regs[24]); COPY(regs[25]); COPY(regs[26]); COPY(regs[27]); in restore_sigcontext()
282 COPY(regs[28]); COPY(regs[29]); COPY(regs[30]); COPY(regs[31]); in restore_sigcontext()
283 COPY(regs[32]); COPY(regs[33]); COPY(regs[34]); COPY(regs[35]); in restore_sigcontext()
[all …]
/linux-2.4.37.9/arch/sh/kernel/
Dsignal.c226 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro
227 COPY(regs[0]); COPY(regs[1]); in restore_sigcontext()
228 COPY(regs[2]); COPY(regs[3]); in restore_sigcontext()
229 COPY(regs[4]); COPY(regs[5]); in restore_sigcontext()
230 COPY(regs[6]); COPY(regs[7]); in restore_sigcontext()
231 COPY(regs[8]); COPY(regs[9]); in restore_sigcontext()
232 COPY(regs[10]); COPY(regs[11]); in restore_sigcontext()
233 COPY(regs[12]); COPY(regs[13]); in restore_sigcontext()
234 COPY(regs[14]); COPY(regs[15]); in restore_sigcontext()
235 COPY(gbr); COPY(mach); in restore_sigcontext()
[all …]
/linux-2.4.37.9/arch/m68k/atari/
Dtime.c59 #define COPY(v) val->v=(mste_rtc.v & 0xf) in mste_read() macro
61 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_read()
62 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_read()
63 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read()
64 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ; in mste_read()
65 COPY(year_tens) ; in mste_read()
68 #undef COPY in mste_read()
73 #define COPY(v) mste_rtc.v=val->v in mste_write() macro
75 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_write()
76 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_write()
[all …]
/linux-2.4.37.9/include/asm-cris/
Duaccess.h422 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
424 COPY \
445 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
448 "2: move.w $r9,[%0+]\n" COPY, \
464 #define __asm_copy_from_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
467 "2: move.d $r9,[%0+]\n" COPY, \
483 #define __asm_copy_from_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
486 "4: move.w $r9,[%0+]\n" COPY, \
502 #define __asm_copy_from_user_8x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
505 "4: move.d $r9,[%0+]\n" COPY, \
[all …]
/linux-2.4.37.9/arch/x86_64/kernel/
Dsignal.c139 #define COPY(x) err |= __get_user(regs->x, &sc->x) in restore_sigcontext() macro
143 COPY(rdi); COPY(rsi); COPY(rbp); COPY(rsp); COPY(rbx); in restore_sigcontext()
144 COPY(rdx); COPY(rcx); in restore_sigcontext()
145 COPY(rip); in restore_sigcontext()
150 COPY(r8); in restore_sigcontext()
151 COPY(r9); in restore_sigcontext()
152 COPY(r10); in restore_sigcontext()
153 COPY(r11); in restore_sigcontext()
154 COPY(r12); in restore_sigcontext()
155 COPY(r13); in restore_sigcontext()
[all …]
/linux-2.4.37.9/arch/ia64/lib/
Dmemcpy.S293 #define COPY(shift,index) \ macro
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)
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_signal.c178 #define COPY(x) { \ in ia32_restore_sigcontext() macro
208 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx); in ia32_restore_sigcontext()
209 COPY(dx); COPY(cx); COPY(ip); in ia32_restore_sigcontext()
/linux-2.4.37.9/arch/i386/kernel/
Dsignal.c193 #define COPY(x) err |= __get_user(regs->x, &sc->x) in restore_sigcontext() macro
214 COPY(edi); in restore_sigcontext()
215 COPY(esi); in restore_sigcontext()
216 COPY(ebp); in restore_sigcontext()
217 COPY(esp); in restore_sigcontext()
218 COPY(ebx); in restore_sigcontext()
219 COPY(edx); in restore_sigcontext()
220 COPY(ecx); in restore_sigcontext()
221 COPY(eip); in restore_sigcontext()
/linux-2.4.37.9/arch/ia64/ia32/
Dia32_signal.c742 #define COPY(ia64x, ia32x) err |= __get_user(regs->ia64x, &sc->ia32x) in restore_sigcontext_ia32() macro
772 COPY(r15, edi); in restore_sigcontext_ia32()
773 COPY(r14, esi); in restore_sigcontext_ia32()
774 COPY(r13, ebp); in restore_sigcontext_ia32()
775 COPY(r12, esp); in restore_sigcontext_ia32()
776 COPY(r11, ebx); in restore_sigcontext_ia32()
777 COPY(r10, edx); in restore_sigcontext_ia32()
778 COPY(r9, ecx); in restore_sigcontext_ia32()
779 COPY(cr_iip, eip); in restore_sigcontext_ia32()
/linux-2.4.37.9/lib/zlib_inflate/
Dinfcodes.c147 c->mode = COPY;
148 case COPY: /* o: copying bytes in window, waiting for space */
Dinfutil.h148 COPY, /* o: copying bytes in window, waiting for space */ enumerator
/linux-2.4.37.9/drivers/mtd/devices/
Ddocecc.c90 #define COPY(a,b,n) {\ macro
330 COPY(lambda,t,NN-KK+1); in eras_dec_rs()
345 COPY(&reg[1],&lambda[1],NN-KK); in eras_dec_rs()
/linux-2.4.37.9/include/scsi/
Dscsi.h38 #define COPY 0x18 macro
/linux-2.4.37.9/drivers/usb/storage/
Ddebug.c71 case COPY: what = "COPY"; break; in usb_stor_show_command()
/linux-2.4.37.9/drivers/scsi/
Dmac53c94.c525 case COPY: in data_goes_out()
Dfd_mcs.c983 case CHANGE_DEFINITION: case COMPARE: case COPY: in fd_mcs_intr()
Dfdomain.c1510 case CHANGE_DEFINITION: case COMPARE: case COPY: in do_fdomain_16x0_intr()
Deata_pio.c329 case CHANGE_DEFINITION: case COMPARE: case COPY: in eata_pio_queue()
Deata_dma.c527 case CHANGE_DEFINITION: case COMPARE: case COPY: in eata_queue()
Dwd33c93.c260 case COMPARE: case COPY: case COPY_VERIFY: in is_dir_out()
Din2000.c266 case COMPARE: case COPY: case COPY_VERIFY: in is_dir_out()
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.c1648 COPY, /* o: copying bytes in window, waiting for space */ enumerator
1815 c->mode = COPY;
1816 case COPY: /* o: copying bytes in window, waiting for space */
/linux-2.4.37.9/arch/ppc/boot/lib/
Dzlib.c1632 COPY, /* o: copying bytes in window, waiting for space */ enumerator
1799 c->mode = COPY;
1800 case COPY: /* o: copying bytes in window, waiting for space */
/linux-2.4.37.9/drivers/usb/
Dmicrotek.c253 case COPY: what = "COPY"; break; in mts_show_command()
/linux-2.4.37.9/drivers/sbus/char/
Dsunkeymap.map138 # COPY/L6

12