Home
last modified time | relevance | path

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

/arch/sh/kernel/
Dsignal_64.c350 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro
352 COPY(regs[0]); COPY(regs[1]); COPY(regs[2]); COPY(regs[3]); in restore_sigcontext()
353 COPY(regs[4]); COPY(regs[5]); COPY(regs[6]); COPY(regs[7]); in restore_sigcontext()
354 COPY(regs[8]); COPY(regs[9]); COPY(regs[10]); COPY(regs[11]); in restore_sigcontext()
355 COPY(regs[12]); COPY(regs[13]); COPY(regs[14]); COPY(regs[15]); in restore_sigcontext()
356 COPY(regs[16]); COPY(regs[17]); COPY(regs[18]); COPY(regs[19]); in restore_sigcontext()
357 COPY(regs[20]); COPY(regs[21]); COPY(regs[22]); COPY(regs[23]); in restore_sigcontext()
358 COPY(regs[24]); COPY(regs[25]); COPY(regs[26]); COPY(regs[27]); in restore_sigcontext()
359 COPY(regs[28]); COPY(regs[29]); COPY(regs[30]); COPY(regs[31]); in restore_sigcontext()
360 COPY(regs[32]); COPY(regs[33]); COPY(regs[34]); COPY(regs[35]); in restore_sigcontext()
[all …]
Dsignal_32.c177 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro
178 COPY(regs[1]); in restore_sigcontext()
179 COPY(regs[2]); COPY(regs[3]); in restore_sigcontext()
180 COPY(regs[4]); COPY(regs[5]); in restore_sigcontext()
181 COPY(regs[6]); COPY(regs[7]); in restore_sigcontext()
182 COPY(regs[8]); COPY(regs[9]); in restore_sigcontext()
183 COPY(regs[10]); COPY(regs[11]); in restore_sigcontext()
184 COPY(regs[12]); COPY(regs[13]); in restore_sigcontext()
185 COPY(regs[14]); COPY(regs[15]); in restore_sigcontext()
186 COPY(gbr); COPY(mach); in restore_sigcontext()
[all …]
/arch/m32r/kernel/
Dsignal.c93 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro
94 COPY(r4); in restore_sigcontext()
95 COPY(r5); in restore_sigcontext()
96 COPY(r6); in restore_sigcontext()
97 COPY(pt_regs); in restore_sigcontext()
99 COPY(r1); in restore_sigcontext()
100 COPY(r2); in restore_sigcontext()
101 COPY(r3); in restore_sigcontext()
102 COPY(r7); in restore_sigcontext()
103 COPY(r8); in restore_sigcontext()
[all …]
/arch/avr32/kernel/
Dsignal.c44 #define COPY(x) err |= __get_user(regs->x, &sc->x) in restore_sigcontext() macro
45 COPY(sr); in restore_sigcontext()
46 COPY(pc); in restore_sigcontext()
47 COPY(lr); in restore_sigcontext()
48 COPY(sp); in restore_sigcontext()
49 COPY(r12); in restore_sigcontext()
50 COPY(r11); in restore_sigcontext()
51 COPY(r10); in restore_sigcontext()
52 COPY(r9); in restore_sigcontext()
53 COPY(r8); in restore_sigcontext()
[all …]
/arch/mn10300/kernel/
Dsignal.c108 #define COPY(x) err |= __get_user(regs->x, &sc->x) in restore_sigcontext() macro
109 COPY(d1); COPY(d2); COPY(d3); in restore_sigcontext()
110 COPY(a0); COPY(a1); COPY(a2); COPY(a3); in restore_sigcontext()
111 COPY(e0); COPY(e1); COPY(e2); COPY(e3); in restore_sigcontext()
112 COPY(e4); COPY(e5); COPY(e6); COPY(e7); in restore_sigcontext()
113 COPY(lar); COPY(lir); in restore_sigcontext()
114 COPY(mdr); COPY(mdrq); in restore_sigcontext()
115 COPY(mcvf); COPY(mcrl); COPY(mcrh); in restore_sigcontext()
116 COPY(sp); COPY(pc); in restore_sigcontext()
117 #undef COPY in restore_sigcontext()
[all …]
/arch/cris/include/arch-v32/arch/
Duaccess.h163 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
165 COPY \
186 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
188 COPY \
209 #define __asm_copy_from_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
211 COPY \
232 #define __asm_copy_from_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
234 COPY \
254 #define __asm_copy_from_user_8x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
256 COPY \
[all …]
/arch/cris/include/arch-v10/arch/
Duaccess.h156 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
158 COPY \
179 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
182 "2: move.w $r9,[%0+]\n" COPY, \
198 #define __asm_copy_from_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
201 "2: move.d $r9,[%0+]\n" COPY, \
217 #define __asm_copy_from_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
220 "4: move.w $r9,[%0+]\n" COPY, \
236 #define __asm_copy_from_user_8x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
239 "4: move.d $r9,[%0+]\n" COPY, \
[all …]
/arch/m68k/atari/
Dtime.c65 #define COPY(v) val->v=(mste_rtc.v & 0xf) in mste_read() macro
67 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_read()
68 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_read()
69 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read()
70 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ; in mste_read()
71 COPY(year_tens) ; in mste_read()
74 #undef COPY in mste_read()
79 #define COPY(v) mste_rtc.v=val->v in mste_write() macro
81 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_write()
82 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_write()
[all …]
/arch/xtensa/kernel/
Dsignal.c145 #define COPY(x) err |= __put_user(regs->x, &sc->sc_##x) in setup_sigcontext() macro
146 COPY(pc); in setup_sigcontext()
147 COPY(ps); in setup_sigcontext()
148 COPY(lbeg); in setup_sigcontext()
149 COPY(lend); in setup_sigcontext()
150 COPY(lcount); in setup_sigcontext()
151 COPY(sar); in setup_sigcontext()
152 #undef COPY in setup_sigcontext()
185 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro
186 COPY(pc); in restore_sigcontext()
[all …]
/arch/ia64/lib/
Dmemcpy.S275 #define COPY(shift,index) \ macro
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/
Dsignal.c53 #define COPY(x) { \ macro
93 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx); in restore_sigcontext()
94 COPY(dx); COPY(cx); COPY(ip); in restore_sigcontext()
97 COPY(r8); in restore_sigcontext()
98 COPY(r9); in restore_sigcontext()
99 COPY(r10); in restore_sigcontext()
100 COPY(r11); in restore_sigcontext()
101 COPY(r12); in restore_sigcontext()
102 COPY(r13); in restore_sigcontext()
103 COPY(r14); in restore_sigcontext()
[all …]
/arch/x86/ia32/
Dia32_signal.c176 #define COPY(x) { \ macro
228 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx); in ia32_restore_sigcontext()
229 COPY(dx); COPY(cx); COPY(ip); in ia32_restore_sigcontext()
/arch/h8300/kernel/
Dsignal.c197 #define COPY(r) err |= __get_user(regs->r, &usc->sc_##r) /* restore passed registers */ in restore_sigcontext() macro
198 COPY(er1); in restore_sigcontext()
199 COPY(er2); in restore_sigcontext()
200 COPY(er3); in restore_sigcontext()
201 COPY(er5); in restore_sigcontext()
202 COPY(pc); in restore_sigcontext()
204 COPY(ccr); in restore_sigcontext()
205 #undef COPY in restore_sigcontext()
/arch/xtensa/boot/lib/
DMakefile11 quiet_cmd_copy_zlib = COPY $@
/arch/ia64/ia32/
Dia32_signal.c666 #define COPY(ia64x, ia32x) err |= __get_user(regs->ia64x, &sc->ia32x) in restore_sigcontext_ia32() macro
696 COPY(r15, edi); in restore_sigcontext_ia32()
697 COPY(r14, esi); in restore_sigcontext_ia32()
698 COPY(r13, ebp); in restore_sigcontext_ia32()
699 COPY(r12, esp); in restore_sigcontext_ia32()
700 COPY(r11, ebx); in restore_sigcontext_ia32()
701 COPY(r10, edx); in restore_sigcontext_ia32()
702 COPY(r9, ecx); in restore_sigcontext_ia32()
703 COPY(cr_iip, eip); in restore_sigcontext_ia32()
/arch/powerpc/boot/
DMakefile81 quiet_cmd_copy_zlib = COPY $@
84 quiet_cmd_copy_zlibheader = COPY $@
87 quiet_cmd_copy_zliblinuxheader = COPY $@
/arch/ia64/kernel/
Dmodule.c129 N(COPY), N(LTOFF22X), N(LDXMOV), N(TPREL14),