| /linux/arch/microblaze/kernel/ |
| A D | signal.c | 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() 73 COPY(pc); COPY(ear); COPY(esr); COPY(fsr); in restore_sigcontext() 126 COPY(r2); COPY(r3); COPY(r4); COPY(r5); in setup_sigcontext() 127 COPY(r6); COPY(r7); COPY(r8); COPY(r9); in setup_sigcontext() [all …]
|
| /linux/arch/x86/um/os-Linux/ |
| A D | mcontext.c | 12 #define COPY(X) regs->gp[X] = mc->gregs[REG_##X] in get_regs_from_mc() macro 16 COPY(EDI); COPY(ESI); COPY(EBP); in get_regs_from_mc() 18 COPY(EBX); COPY(EDX); COPY(ECX); COPY(EAX); in get_regs_from_mc() 19 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc() 22 #define COPY(X) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##X] in get_regs_from_mc() 23 COPY(R8); COPY(R9); COPY(R10); COPY(R11); in get_regs_from_mc() 24 COPY(R12); COPY(R13); COPY(R14); COPY(R15); in get_regs_from_mc() 25 COPY(RDI); COPY(RSI); COPY(RBP); COPY(RBX); in get_regs_from_mc() 26 COPY(RDX); COPY(RAX); COPY(RCX); COPY(RSP); in get_regs_from_mc() 27 COPY(RIP); in get_regs_from_mc()
|
| /linux/arch/sh/kernel/ |
| A D | signal_32.c | 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() 129 COPY(gbr); COPY(mach); in restore_sigcontext() 130 COPY(macl); COPY(pr); in restore_sigcontext() 131 COPY(sr); COPY(pc); in restore_sigcontext() 227 COPY(regs[0]); COPY(regs[1]); in setup_sigcontext() 235 COPY(gbr); COPY(mach); in setup_sigcontext() 236 COPY(macl); COPY(pr); in setup_sigcontext() [all …]
|
| /linux/arch/m68k/atari/ |
| A D | time.c | 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() 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() 118 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_write() 119 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ; in mste_write() [all …]
|
| /linux/arch/xtensa/kernel/ |
| A D | signal.c | 151 COPY(pc); in setup_sigcontext() 152 COPY(ps); in setup_sigcontext() 153 COPY(lbeg); in setup_sigcontext() 154 COPY(lend); in setup_sigcontext() 156 COPY(sar); in setup_sigcontext() 157 #undef COPY in setup_sigcontext() 190 COPY(pc); in restore_sigcontext() 191 COPY(lbeg); in restore_sigcontext() 192 COPY(lend); in restore_sigcontext() 194 COPY(sar); in restore_sigcontext() [all …]
|
| /linux/arch/microblaze/lib/ |
| A D | uaccess_old.S | 16 #define COPY(offset) \ macro 53 COPY(0x00 + offset);\ 54 COPY(0x20 + offset);\ 55 COPY(0x40 + offset);\ 56 COPY(0x60 + offset);
|
| /linux/Documentation/PCI/endpoint/ |
| A D | pci-test-function.rst | 73 COPY/READ command. 78 the COPY/WRITE command. 83 for the READ/WRITE/COPY and raise IRQ (Legacy/MSI) commands.
|
| A D | pci-test-howto.rst | 231 COPY ( 1 bytes): OKAY 232 COPY ( 1024 bytes): OKAY 233 COPY ( 1025 bytes): OKAY 234 COPY (1024000 bytes): OKAY 235 COPY (1024001 bytes): OKAY
|
| /linux/tools/testing/selftests/powerpc/include/ |
| 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()
|
| /linux/lib/zlib_inflate/ |
| A D | inflate.h | 32 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
|
| A D | inflate.c | 448 state->mode = COPY; in zlib_inflate() 450 case COPY: in zlib_inflate()
|
| /linux/arch/xtensa/boot/lib/ |
| A D | Makefile | 28 quiet_cmd_copy_zlib = COPY $@
|
| /linux/certs/ |
| A D | Makefile | 57 quiet_cmd_copy_x509_config = COPY $@
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_reg_whitelist.c | 57 XE_RTP_RULES(PLATFORM(PVC), ENGINE_CLASS(COPY)),
|
| A D | xe_wa.c | 637 XE_RTP_RULES(PLATFORM(PVC), ENGINE_CLASS(COPY),
|
| A D | xe_hw_engine.c | 377 ENGINE_CLASS(COPY)), in xe_hw_engine_setup_default_lrc_state()
|
| /linux/drivers/usb/storage/ |
| A D | debug.c | 63 case COPY: what = "COPY"; break; in usb_stor_show_command()
|
| /linux/include/scsi/ |
| A D | scsi_proto.h | 38 #define COPY 0x18 macro
|
| /linux/include/trace/events/ |
| A D | target.h | 36 scsi_opcode_name(COPY), \
|
| A D | scsi.h | 34 scsi_opcode_name(COPY), \
|
| /linux/Documentation/arch/powerpc/ |
| A D | vas-api.rst | 22 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/ |
| A D | Makefile | 191 quiet_cmd_copy_kern_src = COPY $@ 206 quiet_cmd_copy_libfdt = COPY $@
|
| /linux/scripts/ |
| A D | Makefile.lib | 288 quiet_cmd_copy = COPY $@
|
| /linux/fs/nfsd/ |
| A D | Kconfig | 141 bool "NFSv4.2 inter server to server COPY"
|
| /linux/drivers/usb/image/ |
| A D | microtek.c | 248 case COPY: what = "COPY"; break; in mts_show_command()
|