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

12

/linux-master/arch/x86/um/os-Linux/
H A Dmcontext.c11 #define COPY(X) regs->gp[X] = mc->gregs[REG_##X] macro
15 COPY(EDI); COPY(ESI); COPY(EBP);
17 COPY(EBX); COPY(EDX); COPY(ECX); COPY(EAX);
18 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EF
[all...]
/linux-master/arch/microblaze/kernel/
H A Dsignal.c62 #define COPY(x) {err |= __get_user(regs->x, &sc->regs.x); } macro
63 COPY(r0);
64 COPY(r1);
65 COPY(r2); COPY(r3); COPY(r4); COPY(r5);
66 COPY(r6); COPY(r7); COPY(r
74 #undef COPY macro
123 #define COPY macro
135 #undef COPY macro
[all...]
/linux-master/arch/m68k/atari/
H A Dtime.c100 #define COPY(v) val->v=(mste_rtc.v & 0xf) macro
102 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ;
103 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ;
104 COPY(weekday) ; COPY(day_ones) ; COPY(day_ten
109 #undef COPY macro
114 #define COPY macro
123 #undef COPY macro
[all...]
/linux-master/arch/sh/kernel/
H A Dsignal_32.c120 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) macro
121 COPY(regs[1]);
122 COPY(regs[2]); COPY(regs[3]);
123 COPY(regs[4]); COPY(regs[5]);
124 COPY(regs[6]); COPY(regs[7]);
125 COPY(regs[8]); COPY(reg
132 #undef COPY macro
226 #define COPY macro
238 #undef COPY macro
[all...]
/linux-master/arch/xtensa/kernel/
H A Dsignal.c150 #define COPY(x) err |= __put_user(regs->x, &sc->sc_##x) macro
151 COPY(pc);
152 COPY(ps);
153 COPY(lbeg);
154 COPY(lend);
155 COPY(lcount);
156 COPY(sar);
157 #undef COPY macro
189 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) macro
190 COPY(p
195 #undef COPY macro
[all...]
/linux-master/lib/zlib_inflate/
H A Dinflate.h32 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon673
63 STORED -> COPY -> TYPE
H A Dinflate.c448 state->mode = COPY;
450 case COPY:
/linux-master/arch/microblaze/lib/
H A Duaccess_old.S16 #define COPY(offset) \ define
53 COPY(0x00 + offset);\
54 COPY(0x20 + offset);\
55 COPY(0x40 + offset);\
56 COPY(0x60 + offset);
/linux-master/arch/xtensa/boot/lib/
H A DMakefile28 quiet_cmd_copy_zlib = COPY $@
/linux-master/tools/testing/selftests/powerpc/include/
H A Dinstructions.h11 #define COPY(RA, RB, L) \ macro
16 asm volatile(str(COPY(0, %0, 0))";"
25 asm volatile(str(COPY(0, %0, 1))";"
/linux-master/certs/
H A DMakefile57 quiet_cmd_copy_x509_config = COPY $@
/linux-master/drivers/gpu/drm/xe/
H A Dxe_reg_whitelist.c56 XE_RTP_RULES(PLATFORM(PVC), ENGINE_CLASS(COPY)),
H A Dxe_wa.c530 XE_RTP_RULES(PLATFORM(PVC), ENGINE_CLASS(COPY),
H A Dxe_hw_engine.c350 ENGINE_CLASS(COPY)),
/linux-master/drivers/usb/storage/
H A Ddebug.c63 case COPY: what = "COPY"; break;
/linux-master/include/trace/events/
H A Dtarget.h36 scsi_opcode_name(COPY), \
H A Dscsi.h34 scsi_opcode_name(COPY), \
/linux-master/include/scsi/
H A Dscsi_proto.h38 #define COPY 0x18 macro
/linux-master/arch/powerpc/boot/
H A DMakefile197 quiet_cmd_copy_kern_src = COPY $@
212 quiet_cmd_copy_libfdt = COPY $@
/linux-master/drivers/usb/image/
H A Dmicrotek.c248 case COPY: what = "COPY"; break;
/linux-master/scripts/
H A DMakefile.lib308 quiet_cmd_copy = COPY $@
/linux-master/tools/testing/selftests/bpf/
H A DMakefile604 $$(call msg,EXT-COPY,$(TRUNNER_BINARY),$(TRUNNER_EXTRA_FILES))
/linux-master/kernel/trace/
H A Dbpf_trace.c2403 #define COPY(X) args[X] = arg##X macro
2415 REPEAT(x, COPY, __DL_SEM, __SEQ_0_11); \
/linux-master/drivers/staging/rts5208/
H A Drtsx_scsi.c81 case COPY:
82 what = "COPY";
/linux-master/drivers/scsi/arm/
H A Dacornscsi.c591 case CHANGE_DEFINITION: case COMPARE: case COPY:

Completed in 1125 milliseconds

12