Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dsignal.c41 #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(a1); COPY(a2); COPY(a3); COPY(a5); COPY(a7); COPY(a9); in restore_sigcontext()
45 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext()
47 COPY(a16); COPY(a17); COPY(a18); COPY(a19); in restore_sigcontext()
48 COPY(a20); COPY(a21); COPY(a22); COPY(a23); in restore_sigcontext()
49 COPY(a24); COPY(a25); COPY(a26); COPY(a27); in restore_sigcontext()
50 COPY(a28); COPY(a29); COPY(a30); COPY(a31); in restore_sigcontext()
51 COPY(b16); COPY(b17); COPY(b18); COPY(b19); in restore_sigcontext()
52 COPY(b20); COPY(b21); COPY(b22); COPY(b23); in restore_sigcontext()
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/arch/x86/um/os-Linux/
H A Dmcontext.c11 #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()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dsignal_32.c119 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro
120 COPY(regs[1]); in restore_sigcontext()
121 COPY(regs[2]); COPY(regs[3]); in restore_sigcontext()
122 COPY(regs[4]); COPY(regs[5]); in restore_sigcontext()
123 COPY(regs[6]); COPY(regs[7]); in restore_sigcontext()
124 COPY(regs[8]); COPY(regs[9]); in restore_sigcontext()
125 COPY(regs[10]); COPY(regs[11]); in restore_sigcontext()
126 COPY(regs[12]); COPY(regs[13]); in restore_sigcontext()
127 COPY(regs[14]); COPY(regs[15]); in restore_sigcontext()
128 COPY(gbr); COPY(mach); in restore_sigcontext()
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/atari/
H A Dtime.c97 #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_tens) ; in mste_read()
102 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ; in mste_read()
103 COPY(year_tens) ; in mste_read()
106 #undef COPY in mste_read()
111 #define COPY(v) mste_rtc.v=val->v in mste_write() macro
113 COPY(sec_ones) ; COPY(sec_tens) ; COPY(min_ones) ; in mste_write()
114 COPY(min_tens) ; COPY(hr_ones) ; COPY(hr_tens) ; in mste_write()
[all …]
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsignal.c140 #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()
180 #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) in restore_sigcontext() macro
181 COPY(pc); in restore_sigcontext()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/hashserv/
H A DDockerfile16 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/
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/prserv/
H A DDockerfile35 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/
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dsignal.c85 #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()
/OK3568_Linux_fs/kernel/arch/ia64/lib/
H A Dmemcpy.S277 #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)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dencodings.h147 #define COPY() c = is.Take(); *codepoint = (*codepoint << 6) | (static_cast<unsigned char>(c) & 0x3… in Decode() macro
149 #define TAIL() COPY(); TRANS(0x70) in Decode()
166 case 4: COPY(); TRANS(0x50); TAIL(); return result; in Decode()
167 case 5: COPY(); TRANS(0x10); TAIL(); TAIL(); return result; in Decode()
169 case 10: COPY(); TRANS(0x20); TAIL(); return result; in Decode()
170 case 11: COPY(); TRANS(0x60); TAIL(); TAIL(); return result; in Decode()
173 #undef COPY in Decode()
180 #define COPY() os.Put(c = is.Take()) in Validate() macro
182 #define TAIL() COPY(); TRANS(0x70) in Validate()
184 COPY(); in Validate()
[all …]
/OK3568_Linux_fs/kernel/arch/microblaze/lib/
H A Duaccess_old.S106 #define COPY(offset) \ macro
143 COPY(0x00 + offset);\
144 COPY(0x20 + offset);\
145 COPY(0x40 + offset);\
146 COPY(0x60 + offset);
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/
H A Dadd-test-support-for-busybox.patch26 @@ -13,7 +13,7 @@ cmp ${DATA} ${COPY} || fail "corrupted
29 rm -f ${COPY}
32 ${SSH} -q -F $OBJ/ssh_proxy somehost "cat > ${COPY}"
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/af/
H A DCMakeLists.txt22 …file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/linux/arm/librkaiq_pdaf.a DESTINATION ${LIBRARY_OUTPUT_PATH})
25 …file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/linux/aarch64/librkaiq_pdaf.a DESTINATION ${LIBRARY_OUTPUT_…
/OK3568_Linux_fs/kernel/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.
H A Dpci-test-howto.rst231 COPY ( 1 bytes): OKAY
232 COPY ( 1024 bytes): OKAY
233 COPY ( 1025 bytes): OKAY
234 COPY (1024000 bytes): OKAY
235 COPY (1024001 bytes): OKAY
/OK3568_Linux_fs/external/rknn-toolkit2/docker/docker_file/ubuntu_18_04_cp36/
H A DDockerfile_ubuntu_18_04_for_cp363 COPY sources_bionic.list /etc/apt/sources.list
25 COPY rknn_toolkit2-1.5.0+1fa95b5c-cp36-cp36m-linux_x86_64.whl rknn_toolkit2-1.5.0+1fa95b5c-cp36-cp3…
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinflate.h35 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
/OK3568_Linux_fs/kernel/arch/xtensa/boot/lib/
H A DMakefile25 quiet_cmd_copy_zlib = COPY $@
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinflate.h32 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/
H A DCMakeLists.txt6 …file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/md_lib/librkaiq_tnr_md.a DESTINATION ${LIBRARY_OUTPUT_PATH})
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp745 enum patch_operation { INVALID, ADD, REMOVE, REPLACE, MOVE, COPY, TEST }; enumerator
777 return COPY; in decode_patch_operation()
911 if ((opcode == MOVE) || (opcode == COPY)) in apply_patch()
925 if (opcode == COPY) in apply_patch()
935 if (opcode == COPY) in apply_patch()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dscsi.h49 #define COPY 0x18 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dscsi.h49 #define COPY 0x18 macro

1234