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

/arch/c6x/kernel/
H A Dsignal.c43 #define COPY(x) (err |= __get_user(regs->x, &sc->sc_##x)) macro
45 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8);
46 COPY(a0); COPY(a
60 #undef COPY macro
108 #define COPY macro
125 #undef COPY macro
169 #define COPY macro
182 #undef COPY macro
[all...]
/arch/x86/um/os-Linux/
H A Dmcontext.c10 #define COPY(X) regs->gp[X] = mc->gregs[REG_##X] macro
14 COPY(EDI); COPY(ESI); COPY(EBP);
16 COPY(EBX); COPY(EDX); COPY(ECX); COPY(EAX);
17 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EF
[all...]
/arch/sh/kernel/
H A Dsignal_64.c211 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) macro
213 COPY(regs[0]); COPY(regs[1]); COPY(regs[2]); COPY(regs[3]);
214 COPY(regs[4]); COPY(regs[5]); COPY(regs[6]); COPY(regs[7]);
215 COPY(reg
242 #undef COPY macro
333 #define COPY macro
355 #undef COPY macro
[all...]
H A Dsignal_32.c118 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) macro
119 COPY(regs[1]);
120 COPY(regs[2]); COPY(regs[3]);
121 COPY(regs[4]); COPY(regs[5]);
122 COPY(regs[6]); COPY(regs[7]);
123 COPY(regs[8]); COPY(reg
130 #undef COPY macro
222 #define COPY macro
234 #undef COPY macro
[all...]
/arch/microblaze/kernel/
H A Dsignal.c64 #define COPY(x) {err |= __get_user(regs->x, &sc->regs.x); } macro
65 COPY(r0);
66 COPY(r1);
67 COPY(r2); COPY(r3); COPY(r4); COPY(r5);
68 COPY(r6); COPY(r7); COPY(r
76 #undef COPY macro
125 #define COPY macro
137 #undef COPY macro
[all...]
/arch/m32r/kernel/
H A Dsignal.c53 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) macro
54 COPY(r4);
55 COPY(r5);
56 COPY(r6);
57 COPY(pt_regs);
58 /* COPY(r0); Skip r0 */
59 COPY(r1);
60 COPY(r2);
61 COPY(r3);
62 COPY(r
80 #undef COPY macro
127 #define COPY macro
154 #undef COPY macro
[all...]
/arch/avr32/kernel/
H A Dsignal.c36 #define COPY(x) err |= __get_user(regs->x, &sc->x) macro
37 COPY(sr);
38 COPY(pc);
39 COPY(lr);
40 COPY(sp);
41 COPY(r12);
42 COPY(r11);
43 COPY(r10);
44 COPY(r9);
45 COPY(r
54 #undef COPY macro
106 #define COPY macro
124 #undef COPY macro
[all...]
/arch/mn10300/kernel/
H A Dsignal.c48 #define COPY(x) err |= __get_user(regs->x, &sc->x) macro
49 COPY(d1); COPY(d2); COPY(d3);
50 COPY(a0); COPY(a1); COPY(a2); COPY(a3);
51 COPY(e0); COPY(e
57 #undef COPY macro
163 #define COPY macro
172 #undef COPY macro
[all...]
/arch/cris/include/arch-v10/arch/
H A Duaccess.h156 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \
158 COPY \
179 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
182 "2: move.w $r9,[%0+]\n" COPY, \
198 #define __asm_copy_from_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
201 "2: move.d $r9,[%0+]\n" COPY, \
217 #define __asm_copy_from_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
220 "4: move.w $r9,[%0+]\n" COPY, \
236 #define __asm_copy_from_user_8x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
239 "4: move.d $r9,[%0+]\n" COPY, \
[all...]
/arch/cris/include/arch-v32/arch/
H A Duaccess.h162 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \
164 COPY \
185 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
187 COPY \
208 #define __asm_copy_from_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
210 COPY \
231 #define __asm_copy_from_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
233 COPY \
253 #define __asm_copy_from_user_8x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
255 COPY \
[all...]
/arch/m68k/atari/
H A Dtime.c66 #define COPY(v) val->v=(mste_rtc.v & 0xf) macro
68 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ;
69 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ;
70 COPY(weekday) ; COPY(day_ones) ; COPY(day_ten
75 #undef COPY macro
80 #define COPY macro
89 #undef COPY macro
[all...]
/arch/metag/lib/
H A Dusercopy.c27 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \
29 COPY \
53 #define __asm_copy_to_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
57 "2: SETW [%0++],D1Ar1\n" COPY, \
72 #define __asm_copy_to_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
76 "2: SETD [%0++],D1Ar1\n" COPY, \
91 #define __asm_copy_to_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
95 "4: SETW [%0++],D1Ar1\n" COPY, \
110 #define __asm_copy_to_user_8x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
114 "4: SETD [%0++],D1Ar1\n" COPY, \
[all...]
/arch/xtensa/boot/lib/
H A DMakefile18 quiet_cmd_copy_zlib = COPY $@
/arch/xtensa/kernel/
H A Dsignal.c141 #define COPY(x) err |= __put_user(regs->x, &sc->sc_##x) macro
142 COPY(pc);
143 COPY(ps);
144 COPY(lbeg);
145 COPY(lend);
146 COPY(lcount);
147 COPY(sar);
148 #undef COPY macro
181 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) macro
182 COPY(p
187 #undef COPY macro
[all...]
/arch/ia64/lib/
H A Dmemcpy.S275 #define COPY(shift,index) \ define
292 COPY(0, 1) /* no point special casing this---it doesn't go any faster without shrp */
293 COPY(8, 0)
294 COPY(16, 0)
295 COPY(24, 0)
296 COPY(32, 0)
297 COPY(40, 0)
298 COPY(48, 0)
299 COPY(56, 0)
/arch/x86/kernel/
H A Dsignal.c46 #define COPY(x) do { \ macro
83 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx);
84 COPY(dx); COPY(cx); COPY(ip);
87 COPY(r
[all...]
/arch/microblaze/lib/
H A Duaccess_old.S106 #define COPY(offset) \ define
143 COPY(0x00 + offset);\
144 COPY(0x20 + offset);\
145 COPY(0x40 + offset);\
146 COPY(0x60 + offset);
/arch/x86/ia32/
H A Dia32_signal.c141 #define COPY(x) { \ macro
186 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx);
187 COPY(dx); COPY(cx); COPY(ip);
/arch/powerpc/boot/
H A DMakefile126 quiet_cmd_copy_zlib = COPY $@
129 quiet_cmd_copy_zlibheader = COPY $@
132 quiet_cmd_copy_zliblinuxheader = COPY $@
144 quiet_cmd_copy_libfdt = COPY $@
/arch/ia64/kernel/
H A Dmodule.c129 N(COPY), N(LTOFF22X), N(LDXMOV), N(TPREL14),

Completed in 388 milliseconds