/linux-4.1.27/arch/c6x/kernel/ |
D | signal.c | 43 #define COPY(x) (err |= __get_user(regs->x, &sc->sc_##x)) in restore_sigcontext() macro 45 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in restore_sigcontext() 46 COPY(a0); COPY(a1); COPY(a2); COPY(a3); COPY(a5); COPY(a7); COPY(a9); in restore_sigcontext() 47 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext() 49 COPY(a16); COPY(a17); COPY(a18); COPY(a19); in restore_sigcontext() 50 COPY(a20); COPY(a21); COPY(a22); COPY(a23); in restore_sigcontext() 51 COPY(a24); COPY(a25); COPY(a26); COPY(a27); in restore_sigcontext() 52 COPY(a28); COPY(a29); COPY(a30); COPY(a31); in restore_sigcontext() 53 COPY(b16); COPY(b17); COPY(b18); COPY(b19); in restore_sigcontext() 54 COPY(b20); COPY(b21); COPY(b22); COPY(b23); in restore_sigcontext() [all …]
|
/linux-4.1.27/arch/sh/kernel/ |
D | signal_64.c | 211 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 213 COPY(regs[0]); COPY(regs[1]); COPY(regs[2]); COPY(regs[3]); in restore_sigcontext() 214 COPY(regs[4]); COPY(regs[5]); COPY(regs[6]); COPY(regs[7]); in restore_sigcontext() 215 COPY(regs[8]); COPY(regs[9]); COPY(regs[10]); COPY(regs[11]); in restore_sigcontext() 216 COPY(regs[12]); COPY(regs[13]); COPY(regs[14]); COPY(regs[15]); in restore_sigcontext() 217 COPY(regs[16]); COPY(regs[17]); COPY(regs[18]); COPY(regs[19]); in restore_sigcontext() 218 COPY(regs[20]); COPY(regs[21]); COPY(regs[22]); COPY(regs[23]); in restore_sigcontext() 219 COPY(regs[24]); COPY(regs[25]); COPY(regs[26]); COPY(regs[27]); in restore_sigcontext() 220 COPY(regs[28]); COPY(regs[29]); COPY(regs[30]); COPY(regs[31]); in restore_sigcontext() 221 COPY(regs[32]); COPY(regs[33]); COPY(regs[34]); COPY(regs[35]); in restore_sigcontext() [all …]
|
D | signal_32.c | 118 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 119 COPY(regs[1]); in restore_sigcontext() 120 COPY(regs[2]); COPY(regs[3]); in restore_sigcontext() 121 COPY(regs[4]); COPY(regs[5]); in restore_sigcontext() 122 COPY(regs[6]); COPY(regs[7]); in restore_sigcontext() 123 COPY(regs[8]); COPY(regs[9]); in restore_sigcontext() 124 COPY(regs[10]); COPY(regs[11]); in restore_sigcontext() 125 COPY(regs[12]); COPY(regs[13]); in restore_sigcontext() 126 COPY(regs[14]); COPY(regs[15]); in restore_sigcontext() 127 COPY(gbr); COPY(mach); in restore_sigcontext() [all …]
|
/linux-4.1.27/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 …]
|
/linux-4.1.27/arch/x86/um/os-Linux/ |
D | mcontext.c | 10 #define COPY(X) regs->gp[X] = mc->gregs[REG_##X] in get_regs_from_mc() macro 14 COPY(EDI); COPY(ESI); COPY(EBP); in get_regs_from_mc() 16 COPY(EBX); COPY(EDX); COPY(ECX); COPY(EAX); in get_regs_from_mc() 17 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc() 20 #define COPY(X) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##X] in get_regs_from_mc() 21 COPY(R8); COPY(R9); COPY(R10); COPY(R11); in get_regs_from_mc() 22 COPY(R12); COPY(R13); COPY(R14); COPY(R15); in get_regs_from_mc() 23 COPY(RDI); COPY(RSI); COPY(RBP); COPY(RBX); in get_regs_from_mc() 24 COPY(RDX); COPY(RAX); COPY(RCX); COPY(RSP); in get_regs_from_mc() 25 COPY(RIP); in get_regs_from_mc()
|
/linux-4.1.27/arch/m32r/kernel/ |
D | signal.c | 53 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 54 COPY(r4); in restore_sigcontext() 55 COPY(r5); in restore_sigcontext() 56 COPY(r6); in restore_sigcontext() 57 COPY(pt_regs); in restore_sigcontext() 59 COPY(r1); in restore_sigcontext() 60 COPY(r2); in restore_sigcontext() 61 COPY(r3); in restore_sigcontext() 62 COPY(r7); in restore_sigcontext() 63 COPY(r8); in restore_sigcontext() [all …]
|
/linux-4.1.27/arch/avr32/kernel/ |
D | signal.c | 36 #define COPY(x) err |= __get_user(regs->x, &sc->x) in restore_sigcontext() macro 37 COPY(sr); in restore_sigcontext() 38 COPY(pc); in restore_sigcontext() 39 COPY(lr); in restore_sigcontext() 40 COPY(sp); in restore_sigcontext() 41 COPY(r12); in restore_sigcontext() 42 COPY(r11); in restore_sigcontext() 43 COPY(r10); in restore_sigcontext() 44 COPY(r9); in restore_sigcontext() 45 COPY(r8); in restore_sigcontext() [all …]
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | signal.c | 48 #define COPY(x) err |= __get_user(regs->x, &sc->x) in restore_sigcontext() macro 49 COPY(d1); COPY(d2); COPY(d3); in restore_sigcontext() 50 COPY(a0); COPY(a1); COPY(a2); COPY(a3); in restore_sigcontext() 51 COPY(e0); COPY(e1); COPY(e2); COPY(e3); in restore_sigcontext() 52 COPY(e4); COPY(e5); COPY(e6); COPY(e7); in restore_sigcontext() 53 COPY(lar); COPY(lir); in restore_sigcontext() 54 COPY(mdr); COPY(mdrq); in restore_sigcontext() 55 COPY(mcvf); COPY(mcrl); COPY(mcrh); in restore_sigcontext() 56 COPY(sp); COPY(pc); in restore_sigcontext() 57 #undef COPY in restore_sigcontext() [all …]
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
D | uaccess.h | 156 #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 …]
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | uaccess.h | 162 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 164 COPY \ 185 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 187 COPY \ 208 #define __asm_copy_from_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 210 COPY \ 231 #define __asm_copy_from_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 233 COPY \ 253 #define __asm_copy_from_user_8x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 255 COPY \ [all …]
|
/linux-4.1.27/arch/m68k/atari/ |
D | time.c | 65 #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 …]
|
/linux-4.1.27/arch/metag/lib/ |
D | usercopy.c | 27 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 29 COPY \ 53 #define __asm_copy_to_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 57 "2: SETW [%0++],D1Ar1\n" COPY, \ 72 #define __asm_copy_to_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 76 "2: SETD [%0++],D1Ar1\n" COPY, \ 91 #define __asm_copy_to_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 95 "4: SETW [%0++],D1Ar1\n" COPY, \ 110 #define __asm_copy_to_user_8x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 114 "4: SETD [%0++],D1Ar1\n" COPY, \ [all …]
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | signal.c | 141 #define COPY(x) err |= __put_user(regs->x, &sc->sc_##x) in setup_sigcontext() macro 142 COPY(pc); in setup_sigcontext() 143 COPY(ps); in setup_sigcontext() 144 COPY(lbeg); in setup_sigcontext() 145 COPY(lend); in setup_sigcontext() 146 COPY(lcount); in setup_sigcontext() 147 COPY(sar); in setup_sigcontext() 148 #undef COPY in setup_sigcontext() 181 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 182 COPY(pc); in restore_sigcontext() [all …]
|
/linux-4.1.27/arch/x86/kernel/ |
D | signal.c | 46 #define COPY(x) do { \ macro 82 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx); in restore_sigcontext() 83 COPY(dx); COPY(cx); COPY(ip); COPY(ax); in restore_sigcontext() 86 COPY(r8); in restore_sigcontext() 87 COPY(r9); in restore_sigcontext() 88 COPY(r10); in restore_sigcontext() 89 COPY(r11); in restore_sigcontext() 90 COPY(r12); in restore_sigcontext() 91 COPY(r13); in restore_sigcontext() 92 COPY(r14); in restore_sigcontext() [all …]
|
/linux-4.1.27/arch/ia64/lib/ |
D | memcpy.S | 275 #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)
|
/linux-4.1.27/arch/x86/ia32/ |
D | ia32_signal.c | 141 #define COPY(x) { \ macro 185 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx); in ia32_restore_sigcontext() 186 COPY(dx); COPY(cx); COPY(ip); COPY(ax); in ia32_restore_sigcontext()
|
/linux-4.1.27/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);
|
/linux-4.1.27/arch/xtensa/boot/lib/ |
D | Makefile | 18 quiet_cmd_copy_zlib = COPY $@
|
/linux-4.1.27/lib/zlib_inflate/ |
D | inflate.h | 30 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
|
D | inflate.c | 430 state->mode = COPY; in zlib_inflate() 431 case COPY: in zlib_inflate()
|
/linux-4.1.27/arch/powerpc/boot/ |
D | Makefile | 128 quiet_cmd_copy_zlib = COPY $@ 131 quiet_cmd_copy_zlibheader = COPY $@ 134 quiet_cmd_copy_zliblinuxheader = COPY $@ 146 quiet_cmd_copy_libfdt = COPY $@
|
/linux-4.1.27/drivers/usb/storage/ |
D | debug.c | 80 case COPY: what = "COPY"; break; in usb_stor_show_command()
|
/linux-4.1.27/include/trace/events/ |
D | target.h | 35 scsi_opcode_name(COPY), \
|
D | scsi.h | 33 scsi_opcode_name(COPY), \
|
/linux-4.1.27/include/scsi/ |
D | scsi.h | 74 #define COPY 0x18 macro
|
/linux-4.1.27/tools/lib/traceevent/ |
D | plugin_scsi.c | 31 #define COPY 0x18 macro
|
/linux-4.1.27/drivers/usb/image/ |
D | microtek.c | 247 case COPY: what = "COPY"; break; in mts_show_command()
|
/linux-4.1.27/Documentation/networking/ |
D | ixgb.txt | 193 - COPY these lines and paste them into ixgb_perf.sh: 210 - COPY these lines and paste them into sysctl_ixgb.conf:
|
/linux-4.1.27/arch/ia64/kernel/ |
D | module.c | 129 N(COPY), N(LTOFF22X), N(LDXMOV), N(TPREL14),
|
/linux-4.1.27/drivers/scsi/ |
D | in2000.c | 269 case COPY: in is_dir_out()
|
/linux-4.1.27/drivers/scsi/arm/ |
D | acornscsi.c | 600 case CHANGE_DEFINITION: case COMPARE: case COPY: in acornscsi_datadirection()
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 92 case COPY: in scsi_show_command()
|
/linux-4.1.27/ |
D | MAINTAINERS | 8218 READ-COPY UPDATE (RCU) 9082 SLEEPABLE READ-COPY UPDATE (SRCU)
|