/arch/c6x/kernel/ |
D | signal.c | 40 #define COPY(x) (err |= __get_user(regs->x, &sc->sc_##x)) in restore_sigcontext() macro 42 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in restore_sigcontext() 43 COPY(a0); COPY(a1); COPY(a2); COPY(a3); COPY(a5); COPY(a7); COPY(a9); in restore_sigcontext() 44 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext() 46 COPY(a16); COPY(a17); COPY(a18); COPY(a19); in restore_sigcontext() 47 COPY(a20); COPY(a21); COPY(a22); COPY(a23); in restore_sigcontext() 48 COPY(a24); COPY(a25); COPY(a26); COPY(a27); in restore_sigcontext() 49 COPY(a28); COPY(a29); COPY(a30); COPY(a31); in restore_sigcontext() 50 COPY(b16); COPY(b17); COPY(b18); COPY(b19); in restore_sigcontext() 51 COPY(b20); COPY(b21); COPY(b22); COPY(b23); in restore_sigcontext() [all …]
|
/arch/sh/kernel/ |
D | signal_64.c | 208 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 210 COPY(regs[0]); COPY(regs[1]); COPY(regs[2]); COPY(regs[3]); in restore_sigcontext() 211 COPY(regs[4]); COPY(regs[5]); COPY(regs[6]); COPY(regs[7]); in restore_sigcontext() 212 COPY(regs[8]); COPY(regs[9]); COPY(regs[10]); COPY(regs[11]); in restore_sigcontext() 213 COPY(regs[12]); COPY(regs[13]); COPY(regs[14]); COPY(regs[15]); in restore_sigcontext() 214 COPY(regs[16]); COPY(regs[17]); COPY(regs[18]); COPY(regs[19]); in restore_sigcontext() 215 COPY(regs[20]); COPY(regs[21]); COPY(regs[22]); COPY(regs[23]); in restore_sigcontext() 216 COPY(regs[24]); COPY(regs[25]); COPY(regs[26]); COPY(regs[27]); in restore_sigcontext() 217 COPY(regs[28]); COPY(regs[29]); COPY(regs[30]); COPY(regs[31]); in restore_sigcontext() 218 COPY(regs[32]); COPY(regs[33]); COPY(regs[34]); COPY(regs[35]); in restore_sigcontext() [all …]
|
D | signal_32.c | 121 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 122 COPY(regs[1]); in restore_sigcontext() 123 COPY(regs[2]); COPY(regs[3]); in restore_sigcontext() 124 COPY(regs[4]); COPY(regs[5]); in restore_sigcontext() 125 COPY(regs[6]); COPY(regs[7]); in restore_sigcontext() 126 COPY(regs[8]); COPY(regs[9]); in restore_sigcontext() 127 COPY(regs[10]); COPY(regs[11]); in restore_sigcontext() 128 COPY(regs[12]); COPY(regs[13]); in restore_sigcontext() 129 COPY(regs[14]); COPY(regs[15]); in restore_sigcontext() 130 COPY(gbr); COPY(mach); in restore_sigcontext() [all …]
|
/arch/microblaze/kernel/ |
D | signal.c | 64 #define COPY(x) {err |= __get_user(regs->x, &sc->regs.x); } in restore_sigcontext() macro 65 COPY(r0); in restore_sigcontext() 66 COPY(r1); in restore_sigcontext() 67 COPY(r2); COPY(r3); COPY(r4); COPY(r5); in restore_sigcontext() 68 COPY(r6); COPY(r7); COPY(r8); COPY(r9); in restore_sigcontext() 69 COPY(r10); COPY(r11); COPY(r12); COPY(r13); in restore_sigcontext() 70 COPY(r14); COPY(r15); COPY(r16); COPY(r17); in restore_sigcontext() 71 COPY(r18); COPY(r19); COPY(r20); COPY(r21); in restore_sigcontext() 72 COPY(r22); COPY(r23); COPY(r24); COPY(r25); in restore_sigcontext() 73 COPY(r26); COPY(r27); COPY(r28); COPY(r29); in restore_sigcontext() [all …]
|
/arch/x86/um/os-Linux/ |
D | mcontext.c | 11 #define COPY(X) regs->gp[X] = mc->gregs[REG_##X] in get_regs_from_mc() macro 15 COPY(EDI); COPY(ESI); COPY(EBP); in get_regs_from_mc() 17 COPY(EBX); COPY(EDX); COPY(ECX); COPY(EAX); in get_regs_from_mc() 18 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc() 21 #define COPY(X) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##X] in get_regs_from_mc() 22 COPY(R8); COPY(R9); COPY(R10); COPY(R11); in get_regs_from_mc() 23 COPY(R12); COPY(R13); COPY(R14); COPY(R15); in get_regs_from_mc() 24 COPY(RDI); COPY(RSI); COPY(RBP); COPY(RBX); in get_regs_from_mc() 25 COPY(RDX); COPY(RAX); COPY(RCX); COPY(RSP); in get_regs_from_mc() 26 COPY(RIP); in get_regs_from_mc()
|
/arch/m68k/atari/ |
D | time.c | 97 #define COPY(v) val->v=(mste_rtc.v & 0xf) in mste_read() macro 99 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_read() 100 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_read() 101 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read() 102 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ; in mste_read() 103 COPY(year_tens) ; in mste_read() 106 #undef COPY in mste_read() 111 #define COPY(v) mste_rtc.v=val->v in mste_write() macro 113 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_write() 114 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_write() [all …]
|
/arch/xtensa/kernel/ |
D | signal.c | 140 #define COPY(x) err |= __put_user(regs->x, &sc->sc_##x) in setup_sigcontext() macro 141 COPY(pc); in setup_sigcontext() 142 COPY(ps); in setup_sigcontext() 143 COPY(lbeg); in setup_sigcontext() 144 COPY(lend); in setup_sigcontext() 145 COPY(lcount); in setup_sigcontext() 146 COPY(sar); in setup_sigcontext() 147 #undef COPY in setup_sigcontext() 180 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 181 COPY(pc); in restore_sigcontext() [all …]
|
/arch/h8300/kernel/ |
D | signal.c | 86 #define COPY(r) do { err |= get_user(regs->r, &usc->sc_##r); } while (0) in restore_sigcontext() macro 87 COPY(er1); in restore_sigcontext() 88 COPY(er2); in restore_sigcontext() 89 COPY(er3); in restore_sigcontext() 90 COPY(er5); in restore_sigcontext() 91 COPY(pc); in restore_sigcontext() 93 COPY(ccr); in restore_sigcontext() 94 #undef COPY in restore_sigcontext()
|
/arch/ia64/lib/ |
D | memcpy.S | 277 #define COPY(shift,index) \ macro 294 COPY(0, 1) /* no point special casing this---it doesn't go any faster without shrp */ 295 COPY(8, 0) 296 COPY(16, 0) 297 COPY(24, 0) 298 COPY(32, 0) 299 COPY(40, 0) 300 COPY(48, 0) 301 COPY(56, 0)
|
/arch/x86/kernel/ |
D | signal.c | 50 #define COPY(x) do { \ macro 118 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx); in restore_sigcontext() 119 COPY(dx); COPY(cx); COPY(ip); COPY(ax); in restore_sigcontext() 122 COPY(r8); in restore_sigcontext() 123 COPY(r9); in restore_sigcontext() 124 COPY(r10); in restore_sigcontext() 125 COPY(r11); in restore_sigcontext() 126 COPY(r12); in restore_sigcontext() 127 COPY(r13); in restore_sigcontext() 128 COPY(r14); in restore_sigcontext() [all …]
|
/arch/x86/ia32/ |
D | ia32_signal.c | 50 #define COPY(x) { \ macro 88 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx); in ia32_restore_sigcontext() 89 COPY(dx); COPY(cx); COPY(ip); COPY(ax); in ia32_restore_sigcontext()
|
/arch/microblaze/lib/ |
D | uaccess_old.S | 106 #define COPY(offset) \ macro 143 COPY(0x00 + offset);\ 144 COPY(0x20 + offset);\ 145 COPY(0x40 + offset);\ 146 COPY(0x60 + offset);
|
/arch/xtensa/boot/lib/ |
D | Makefile | 25 quiet_cmd_copy_zlib = COPY $@
|
/arch/powerpc/boot/ |
D | Makefile | 176 quiet_cmd_copy_kern_src = COPY $@ 191 quiet_cmd_copy_libfdt = COPY $@
|
/arch/ia64/kernel/ |
D | module.c | 131 N(COPY), N(LTOFF22X), N(LDXMOV), N(TPREL14),
|