/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | signal.c | 41 #define COPY(x) (err |= __get_user(regs->x, &sc->sc_##x)) in restore_sigcontext() macro 43 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in restore_sigcontext() 44 COPY(a0); COPY(a in restore_sigcontext() 58 #undef COPY restore_sigcontext() macro 106 #define COPY setup_sigcontext() macro 123 #undef COPY setup_sigcontext() macro 167 #define COPY setup_rt_frame() macro 180 #undef COPY setup_rt_frame() macro [all...] |
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | signal.c | 62 #define COPY(x) {err |= __get_user(regs->x, &sc->regs.x); } in restore_sigcontext() macro 63 COPY(r0); in restore_sigcontext() 64 COPY(r1); in restore_sigcontext() 65 COPY(r2); COPY(r3); COPY(r4); COPY(r5); in restore_sigcontext() 66 COPY(r6); COPY(r7); COPY(r in restore_sigcontext() 74 #undef COPY restore_sigcontext() macro 123 #define COPY setup_sigcontext() macro 135 #undef COPY setup_sigcontext() macro [all...] |
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | signal.c | 62 #define COPY(x) {err |= __get_user(regs->x, &sc->regs.x); } in restore_sigcontext() macro 63 COPY(r0); in restore_sigcontext() 64 COPY(r1); in restore_sigcontext() 65 COPY(r2); COPY(r3); COPY(r4); COPY(r5); in restore_sigcontext() 66 COPY(r6); COPY(r7); COPY(r in restore_sigcontext() 74 #undef COPY restore_sigcontext() macro 123 #define COPY setup_sigcontext() macro 135 #undef COPY setup_sigcontext() macro [all...] |
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/ |
H A 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(EF in get_regs_from_mc() [all...] |
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/ |
H A 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(EF in get_regs_from_mc() [all...] |
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | signal_32.c | 120 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 121 COPY(regs[1]); in restore_sigcontext() 122 COPY(regs[2]); COPY(regs[3]); in restore_sigcontext() 123 COPY(regs[4]); COPY(regs[5]); in restore_sigcontext() 124 COPY(regs[6]); COPY(regs[7]); in restore_sigcontext() 125 COPY(regs[8]); COPY(reg in restore_sigcontext() 132 #undef COPY restore_sigcontext() macro 226 #define COPY setup_sigcontext() macro 238 #undef COPY setup_sigcontext() macro [all...] |
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | signal_32.c | 120 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 121 COPY(regs[1]); in restore_sigcontext() 122 COPY(regs[2]); COPY(regs[3]); in restore_sigcontext() 123 COPY(regs[4]); COPY(regs[5]); in restore_sigcontext() 124 COPY(regs[6]); COPY(regs[7]); in restore_sigcontext() 125 COPY(regs[8]); COPY(reg in restore_sigcontext() 132 #undef COPY restore_sigcontext() macro 226 #define COPY setup_sigcontext() macro 238 #undef COPY setup_sigcontext() macro [all...] |
/kernel/linux/linux-5.10/arch/m68k/atari/ |
H A 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_ten in mste_read() 106 #undef COPY mste_read() macro 111 #define COPY mste_write() macro 120 #undef COPY mste_write() macro [all...] |
/kernel/linux/linux-6.6/arch/m68k/atari/ |
H A D | time.c | 98 #define COPY(v) val->v=(mste_rtc.v & 0xf) in mste_read() macro 100 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_read() 101 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_read() 102 COPY(weekday) ; COPY(day_ones) ; COPY(day_ten in mste_read() 107 #undef COPY mste_read() macro 112 #define COPY mste_write() macro 121 #undef COPY mste_write() macro [all...] |
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A 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() macro 180 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 181 COPY(p in restore_sigcontext() 186 #undef COPY restore_sigcontext() macro [all...] |
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | signal.c | 150 #define COPY(x) err |= __put_user(regs->x, &sc->sc_##x) in setup_sigcontext() macro 151 COPY(pc); in setup_sigcontext() 152 COPY(ps); in setup_sigcontext() 153 COPY(lbeg); in setup_sigcontext() 154 COPY(lend); in setup_sigcontext() 155 COPY(lcount); in setup_sigcontext() 156 COPY(sar); in setup_sigcontext() 157 #undef COPY in setup_sigcontext() macro 189 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 190 COPY(p in restore_sigcontext() 195 #undef COPY restore_sigcontext() macro [all...] |
/kernel/linux/linux-5.10/arch/ia64/lib/ |
H A D | memcpy.S | 277 #define COPY(shift,index) \ define 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)
|
/kernel/linux/linux-6.6/arch/ia64/lib/ |
H A D | memcpy.S | 277 #define COPY(shift,index) \ define 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)
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | signal.c | 85 #define COPY(r) do { err |= get_user(regs->r, &usc->sc_##r); } while (0) in restore_sigcontext() macro 86 COPY(er1); in restore_sigcontext() 87 COPY(er2); in restore_sigcontext() 88 COPY(er3); in restore_sigcontext() 89 COPY(er5); in restore_sigcontext() 90 COPY(pc); in restore_sigcontext() 92 COPY(ccr); in restore_sigcontext() 93 #undef COPY in restore_sigcontext() macro
|
/kernel/linux/linux-6.6/arch/microblaze/lib/ |
H A D | uaccess_old.S | 16 #define COPY(offset) \ define 53 COPY(0x00 + offset);\ 54 COPY(0x20 + offset);\ 55 COPY(0x40 + offset);\ 56 COPY(0x60 + offset);
|
/kernel/linux/linux-5.10/arch/microblaze/lib/ |
H A D | uaccess_old.S | 106 #define COPY(offset) \ define 143 COPY(0x00 + offset);\ 144 COPY(0x20 + offset);\ 145 COPY(0x40 + offset);\ 146 COPY(0x60 + offset);
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 11 #define COPY(RA, RB, L) \ macro 16 asm volatile(str(COPY(0, %0, 0))";" in copy() 25 asm volatile(str(COPY(0, %0, 1))";" in copy_first()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 11 #define COPY(RA, RB, L) \ macro 16 asm volatile(str(COPY(0, %0, 0))";" in copy() 25 asm volatile(str(COPY(0, %0, 1))";" in copy_first()
|
/kernel/linux/linux-5.10/arch/xtensa/boot/lib/ |
H A D | Makefile | 25 quiet_cmd_copy_zlib = COPY $@
|
/kernel/linux/linux-5.10/lib/zlib_inflate/ |
H A D | inflate.h | 32 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator 63 STORED -> COPY -> TYPE
|
/kernel/linux/linux-6.6/lib/zlib_inflate/ |
H A D | inflate.h | 32 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator 63 STORED -> COPY -> TYPE
|
/kernel/linux/linux-6.6/arch/xtensa/boot/lib/ |
H A D | Makefile | 28 quiet_cmd_copy_zlib = COPY $@
|
/kernel/linux/linux-6.6/certs/ |
H A D | Makefile | 57 quiet_cmd_copy_x509_config = COPY $@
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | debug.c | 64 case COPY: what = "COPY"; break; in usb_stor_show_command()
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | debug.c | 63 case COPY: what = "COPY"; break; in usb_stor_show_command()
|