Home
last modified time | relevance | path

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

12

/linux/arch/microblaze/kernel/
H A Dsignal.c62 #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(r8); COPY(r9); in restore_sigcontext()
67 COPY(r10); COPY(r11); COPY(r12); COPY(r13); in restore_sigcontext()
68 COPY(r14); COPY(r15); COPY(r16); COPY(r17); in restore_sigcontext()
69 COPY(r18); COPY(r19); COPY(r20); COPY(r21); in restore_sigcontext()
70 COPY(r22); COPY(r23); COPY(r24); COPY(r25); in restore_sigcontext()
71 COPY(r26); COPY(r27); COPY(r28); COPY(r29); in restore_sigcontext()
[all …]
/linux/arch/x86/um/os-Linux/
H A Dmcontext.c16 #define COPY(X) regs->gp[X] = mc->gregs[REG_##X] in get_regs_from_mc() macro
20 COPY(EDI); COPY(ESI); COPY(EBP); in get_regs_from_mc()
22 COPY(EBX); COPY(EDX); COPY(ECX); COPY(EAX); in get_regs_from_mc()
23 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc()
25 #undef COPY in get_regs_from_mc()
30 #define COPY(X) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##X] in get_regs_from_mc()
31 COPY(R8); COPY(R9); COPY(R10); COPY(R11); in get_regs_from_mc()
32 COPY(R12); COPY(R13); COPY(R14); COPY(R15); in get_regs_from_mc()
33 COPY(RDI); COPY(RSI); COPY(RBP); COPY(RBX); in get_regs_from_mc()
34 COPY(RDX); COPY(RAX); COPY(RCX); COPY(RSP); in get_regs_from_mc()
[all …]
/linux/arch/sh/kernel/
H A Dsignal_32.c120 #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(regs[9]); in restore_sigcontext()
126 COPY(regs[10]); COPY(regs[11]); in restore_sigcontext()
127 COPY(regs[12]); COPY(regs[13]); in restore_sigcontext()
128 COPY(regs[14]); COPY(regs[15]); in restore_sigcontext()
129 COPY(gbr); COPY(mach); in restore_sigcontext()
[all …]
/linux/arch/m68k/atari/
H A Dtime.c100 #define COPY(v) val->v=(mste_rtc.v & 0xf) in mste_read() macro
102 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_read()
103 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_read()
104 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read()
105 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ; in mste_read()
106 COPY(year_tens) ; in mste_read()
109 #undef COPY in mste_read()
114 #define COPY(v) mste_rtc.v=val->v in mste_write() macro
116 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_write()
117 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_write()
[all …]
/linux/arch/xtensa/kernel/
H A Dsignal.c150 #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()
189 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro
190 COPY(pc); in restore_sigcontext()
[all …]
/linux/arch/microblaze/lib/
H A Duaccess_old.S16 #define COPY(offset) \ macro
53 COPY(0x00 + offset);\
54 COPY(0x20 + offset);\
55 COPY(0x40 + offset);\
56 COPY(0x60 + offset);
/linux/Documentation/PCI/endpoint/
H A Dpci-test-function.rst73 COPY/READ command.
78 the COPY/WRITE command.
83 for the READ/WRITE/COPY and raise IRQ (Legacy/MSI) commands.
/linux/tools/testing/selftests/powerpc/include/
H A Dinstructions.h11 #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()
/linux/lib/zlib_inflate/
H A Dinflate.h32 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
H A Dinflate.c448 state->mode = COPY; in zlib_inflate()
450 case COPY: in zlib_inflate()
/linux/arch/xtensa/boot/lib/
H A DMakefile28 quiet_cmd_copy_zlib = COPY $@
/linux/certs/
H A DMakefile57 quiet_cmd_copy_x509_config = COPY $@
/linux/drivers/usb/storage/
H A Ddebug.c63 case COPY: what = "COPY"; break; in usb_stor_show_command()
/linux/include/scsi/
H A Dscsi_proto.h38 #define COPY 0x18 macro
/linux/include/trace/events/
H A Dtarget.h36 scsi_opcode_name(COPY), \
/linux/Documentation/arch/powerpc/
H A Dvas-api.rst22 Block (CRB) and these CRBs must be submitted to the NX using COPY/PASTE
75 do not go through this device. Refer COPY/PASTE document for more
/linux/arch/powerpc/boot/
H A DMakefile192 quiet_cmd_copy_kern_src = COPY $@
207 quiet_cmd_copy_libfdt = COPY $@
/linux/drivers/usb/image/
H A Dmicrotek.c248 case COPY: what = "COPY"; break; in mts_show_command()
/linux/fs/nfsd/
H A DKconfig142 bool "NFSv4.2 inter server to server COPY"
/linux/drivers/gpu/drm/xe/
H A Dxe_wa.c782 XE_RTP_RULES(PLATFORM(PVC), ENGINE_CLASS(COPY),
/linux/tools/testing/selftests/bpf/
H A DMakefile688 $$(call msg,EXT-COPY,$(TRUNNER_BINARY),$(TRUNNER_EXTRA_FILES))
/linux/kernel/trace/
H A Dbpf_trace.c2099 #define COPY(X) args[X] = arg##X macro
2111 REPEAT(x, COPY, __DL_SEM, __SEQ_0_11); \
/linux/drivers/scsi/arm/
H A Dacornscsi.c591 case CHANGE_DEFINITION: case COMPARE: case COPY: in acornscsi_datadirection()
/linux/Documentation/userspace-api/media/v4l/
H A Dbuffer.rst635 * .. _`V4L2-BUF-FLAG-TIMESTAMP-COPY`:
/linux/fs/nfs/
H A Dnfs4xdr.c7833 PROC42(COPY, enc_copy, dec_copy),

12