/openbmc/linux/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(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 …]
|
/openbmc/linux/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(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc() 21 #define COPY(X) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##X] in get_regs_from_mc() 22 COPY(R8); COPY(R9); COPY(R10); COPY(R11); in get_regs_from_mc() 23 COPY(R12); COPY(R13); COPY(R14); COPY(R15); in get_regs_from_mc() 24 COPY(RDI); COPY(RSI); COPY(RBP); COPY(RBX); in get_regs_from_mc() 25 COPY(RDX); COPY(RAX); COPY(RCX); COPY(RSP); in get_regs_from_mc() 26 COPY(RIP); in get_regs_from_mc()
|
/openbmc/qemu/linux-user/sh4/ |
H A D | signal.c | 123 #define COPY(x) __put_user(regs->x, &sc->sc_##x) in setup_sigcontext() macro 124 COPY(gregs[0]); COPY(gregs[1]); in setup_sigcontext() 125 COPY(gregs[2]); COPY(gregs[3]); in setup_sigcontext() 126 COPY(gregs[4]); COPY(gregs[5]); in setup_sigcontext() 127 COPY(gregs[6]); COPY(gregs[7]); in setup_sigcontext() 128 COPY(gregs[8]); COPY(gregs[9]); in setup_sigcontext() 129 COPY(gregs[10]); COPY(gregs[11]); in setup_sigcontext() 130 COPY(gregs[12]); COPY(gregs[13]); in setup_sigcontext() 131 COPY(gregs[14]); COPY(gregs[15]); in setup_sigcontext() 132 COPY(gbr); COPY(mach); in setup_sigcontext() [all …]
|
/openbmc/linux/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(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 …]
|
/openbmc/linux/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_tens) ; in mste_read() 103 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ; in mste_read() 104 COPY(year_tens) ; in mste_read() 107 #undef COPY in mste_read() 112 #define COPY(v) mste_rtc.v=val->v in mste_write() macro 114 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_write() 115 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_write() [all …]
|
/openbmc/openbmc/poky/bitbake/contrib/hashserv/ |
H A D | Dockerfile | 16 COPY bin/bitbake-hashserv /opt/bbhashserv/bin/ 17 COPY lib/hashserv /opt/bbhashserv/lib/hashserv/ 18 COPY lib/bb /opt/bbhashserv/lib/bb/ 19 COPY lib/codegen.py /opt/bbhashserv/lib/codegen.py 20 COPY lib/ply /opt/bbhashserv/lib/ply/ 21 COPY lib/bs4 /opt/bbhashserv/lib/bs4/
|
/openbmc/linux/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() 189 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro 190 COPY(pc); in restore_sigcontext() [all …]
|
/openbmc/openbmc/poky/bitbake/contrib/prserv/ |
H A D | Dockerfile | 35 COPY bin/bitbake-prserv /opt/bbprserv/bin/ 36 COPY lib/prserv /opt/bbprserv/lib/prserv/ 37 COPY lib/bb /opt/bbprserv/lib/bb/ 38 COPY lib/codegen.py /opt/bbprserv/lib/codegen.py 39 COPY lib/ply /opt/bbprserv/lib/ply/ 40 COPY lib/bs4 /opt/bbprserv/lib/bs4/
|
/openbmc/linux/arch/ia64/lib/ |
H A D | memcpy.S | 277 #define COPY(shift,index) \ macro 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)
|
/openbmc/linux/arch/microblaze/lib/ |
H 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);
|
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/ |
H A D | Dockerfile | 37 COPY ./yocto-builder/entrypoint-yocto-check-layer.sh / 38 COPY ./yocto-builder/entrypoint-build.sh / 39 COPY ./utils.sh /
|
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/dco-check/ |
H A D | Dockerfile | 11 COPY ./dco-check/entrypoint.sh / 12 COPY ./utils.sh /
|
/openbmc/linux/Documentation/PCI/endpoint/ |
H 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.
|
H 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
|
/openbmc/linux/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()
|
/openbmc/u-boot/lib/zlib/ |
H A D | inflate.h | 35 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
|
/openbmc/linux/lib/zlib_inflate/ |
H A D | inflate.h | 32 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
|
/openbmc/linux/arch/xtensa/boot/lib/ |
H A D | Makefile | 28 quiet_cmd_copy_zlib = COPY $@
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | coverity-scan.docker | 165 COPY coverity_tool.tgz coverity_tool.tgz 167 COPY run-coverity-scan run-coverity-scan
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/ |
H A D | 0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch | 29 …file(COPY gss/kdcsetup.sh DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/gss FILE_PERMISSIONS OWNER_READ …
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | debian-toolchain.docker | 43 COPY --from=0 /usr/local /usr/local
|
/openbmc/linux/certs/ |
H A D | Makefile | 57 quiet_cmd_copy_x509_config = COPY $@
|
/openbmc/qemu/include/scsi/ |
H A D | constants.h | 48 #define COPY 0x18 macro
|
/openbmc/linux/drivers/usb/storage/ |
H A D | debug.c | 63 case COPY: what = "COPY"; break; in usb_stor_show_command()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_proto.h | 37 #define COPY 0x18 macro
|