| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | pmac_zilog.c | 142 write_zsreg(uap, R5, regs[R5] & ~TxENABLE); in pmz_load_zsregs() 174 write_zsreg(uap, R5, regs[R5]); in pmz_load_zsregs() 564 uap->curregs[R5] |= set_bits; in pmz_set_mctrl() 565 uap->curregs[R5] &= ~clear_bits; in pmz_set_mctrl() 567 write_zsreg(uap, R5, uap->curregs[R5]); in pmz_set_mctrl() 569 set_bits, clear_bits, uap->curregs[R5]); in pmz_set_mctrl() 710 new_reg = (uap->curregs[R5] | set_bits) & ~clear_bits; in pmz_break_ctl() 711 if (new_reg != uap->curregs[R5]) { in pmz_break_ctl() 712 uap->curregs[R5] = new_reg; in pmz_break_ctl() 713 write_zsreg(uap, R5, uap->curregs[R5]); in pmz_break_ctl() [all …]
|
| H A D | ip22zilog.c | 188 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs() 221 write_zsreg(channel, R5, regs[R5]); in __load_zsregs() 561 up->curregs[R5] |= set_bits; in ip22zilog_set_mctrl() 562 up->curregs[R5] &= ~clear_bits; in ip22zilog_set_mctrl() 563 write_zsreg(channel, R5, up->curregs[R5]); in ip22zilog_set_mctrl() 671 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits; in ip22zilog_break_ctl() 672 if (new_reg != up->curregs[R5]) { in ip22zilog_break_ctl() 673 up->curregs[R5] = new_reg; in ip22zilog_break_ctl() 676 write_zsreg(channel, R5, up->curregs[R5]); in ip22zilog_break_ctl() 726 up->curregs[R5] |= TxENAB; in __ip22zilog_startup() [all …]
|
| H A D | sunzilog.c | 207 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs() 254 write_zsreg(channel, R5, regs[R5]); in __load_zsregs() 661 up->curregs[R5] |= set_bits; in sunzilog_set_mctrl() 662 up->curregs[R5] &= ~clear_bits; in sunzilog_set_mctrl() 663 write_zsreg(channel, R5, up->curregs[R5]); in sunzilog_set_mctrl() 771 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits; in sunzilog_break_ctl() 772 if (new_reg != up->curregs[R5]) { in sunzilog_break_ctl() 773 up->curregs[R5] = new_reg; in sunzilog_break_ctl() 776 write_zsreg(channel, R5, up->curregs[R5]); in sunzilog_break_ctl() 791 up->curregs[R5] |= TxENAB; in __sunzilog_startup() [all …]
|
| H A D | zs.c | 270 write_zsreg(zport, R5, regs[5] & ~TxENAB); in load_zsregs() 285 write_zsreg(zport, R5, regs[5]); in load_zsregs() 402 write_zsreg(zport_a, R5, zport_a->regs[5]); in zs_set_mctrl() 526 write_zsreg(zport, R5, zport->regs[5]); in zs_break_ctl() 791 write_zsreg(zport, R5, zport->regs[5]); in zs_startup() 815 write_zsreg(zport, R5, zport->regs[5]); in zs_shutdown() 972 write_zsreg(zport, R5, zport->regs[5]); in zs_pm() 1165 write_zsreg(zport, R5, zport->regs[5]); in zs_console_write() 1177 write_zsreg(zport, R5, zport->regs[5]); in zs_console_write()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_bpf.c | 44 #define R5 BPF_REG_5 macro 1184 BPF_ALU64_IMM(BPF_MOV, R5, 5), 1194 BPF_ALU64_IMM(BPF_ADD, R5, 20), 1204 BPF_ALU64_IMM(BPF_SUB, R5, 10), 1214 BPF_ALU64_REG(BPF_ADD, R0, R5), 1226 BPF_ALU64_REG(BPF_ADD, R1, R5), 1238 BPF_ALU64_REG(BPF_ADD, R2, R5), 1250 BPF_ALU64_REG(BPF_ADD, R3, R5), 1262 BPF_ALU64_REG(BPF_ADD, R4, R5), 1269 BPF_ALU64_REG(BPF_ADD, R5, R0), [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 138 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 140 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in loadToSmem() argument 146 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 148 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in loadFromSmem() argument 167 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 170 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in merge() argument 177 …template <typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R… 179 …__device__ __forceinline__ void mergeShfl(const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, … in mergeShfl() argument 184 …For<0, thrust::tuple_size<thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9> >::value>::mergeSh… in mergeShfl()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 138 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 140 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in loadToSmem() argument 146 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 148 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in loadFromSmem() argument 167 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 170 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in merge() argument 177 …template <typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R… 179 …__device__ __forceinline__ void mergeShfl(const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, … in mergeShfl() argument 184 …For<0, thrust::tuple_size<thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9> >::value>::mergeSh… in mergeShfl()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 138 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 140 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in loadToSmem() argument 146 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 148 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in loadFromSmem() argument 167 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 170 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in merge() argument 177 …template <typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R… 179 …__device__ __forceinline__ void mergeShfl(const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, … in mergeShfl() argument 184 …For<0, thrust::tuple_size<thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9> >::value>::mergeSh… in mergeShfl()
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/armv7r/ |
| H A D | tune-cortexr5.inc | 2 # Tune Settings for Cortex-R5 6 TUNEVALID[cortexr5] = "Enable Cortex-R5 specific processor optimizations"
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/arm/tests/ |
| H A D | regs_load.S | 9 #define R5 0x28 macro 46 str r5, [r0, #R5]
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/tests/ |
| H A D | regs_load.S | 10 #define R5 5 * 8 macro 49 std 5, R5(3)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | hvCall.S | 36 std r5,STK_PARAM(R5)(r1); \ 48 ld r5,STACK_FRAME_OVERHEAD+STK_PARAM(R5)(r1); \ 169 HCALL_INST_PRECALL(R5) 272 HCALL_INST_PRECALL(R5)
|
| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A D | vm_entry.S | 57 { memd(R0 + #_PT_R0504) = R5:4; \ 100 memd(R0 + #_PT_R0504) = R5:4; \ 136 { R5:4 = memd(R0 + #_PT_R0504); \ 168 { R5:4 = memd(R0 + #_PT_R0504); \
|
| /OK3568_Linux_fs/kernel/drivers/net/hamradio/ |
| H A D | scc.c | 803 wr(scc,R5,Tx8|DTR|TxCRC_ENAB); /* TX 8 bits/char, disabled, DTR */ in init_channel() 935 or(scc,R5, TxENAB); in scc_key_trx() 936 scc->wreg[R5] |= RTS; in scc_key_trx() 938 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */ in scc_key_trx() 941 cl(scc,R5,RTS|TxENAB); in scc_key_trx() 969 or(scc,R5, TxENAB); in scc_key_trx() 970 scc->wreg[R5] |= RTS; in scc_key_trx() 972 or(scc,R5,RTS|TxENAB); /* enable tx */ in scc_key_trx() 975 cl(scc,R5,RTS|TxENAB); /* disable tx */ in scc_key_trx() 1108 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) ) in is_grouped() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | crc32le-vx.S | 66 .octa 0x163cd6124 # R5 74 .octa 0x0dd45aab8 # R5
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | wm8739.c | 36 R5 = 5, R6, R7, R8, R9, R15 = 15, enumerator 222 wm8739_write(sd, R5, 0x000); in wm8739_probe()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/anthy/anthy/ |
| H A D | 2ch_t.patch | 96 +���� #R5 aga 115 +���� #R5 age 965 +���� #R5 �� 1006 +���� #R5 ���� 1070 +���� #R5 ���� 1163 +����� #R5 ����� 1870 +�� #R5 �� 2798 +�� #R5 �� 2930 +�Ǥ� #R5 �ǥ� 3055 +�ɤ��� #R5 �ɥ��� [all …]
|
| /OK3568_Linux_fs/kernel/arch/hexagon/lib/ |
| H A D | memcpy.S | 164 #define ptr_in_p_128 R5 /* pointer for prefetch of input data */ 167 #define shift2 R5 /* in epilog to workshifter to extract bytes */ 177 #define ptr_in_p_128kernel R5:4 /* packed fetch pointer & kernel cnt */
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/arm/util/ |
| H A D | unwind-libdw.c | 24 dwarf_regs[5] = REG(R5); in libdw__arch_set_initial_registers()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | reduce.hpp | 69 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 72 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in reduce() argument 78 const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>&, in reduce()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | reduce.hpp | 69 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 72 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in reduce() argument 78 const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>&, in reduce()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | reduce.hpp | 69 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 72 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in reduce() argument 78 const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>&, in reduce()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | filter.rst | 660 * R1 - R5 - arguments from eBPF program to in-kernel function 671 R0 - R5 are scratch registers and eBPF program needs spill/fill them if 706 place function arguments into R1 to R5 registers to satisfy calling 708 to in-kernel function. If R1 - R5 registers are mapped to CPU registers 715 After an in-kernel function call, R1 - R5 are reset to unreadable and R0 has 764 R5 - r8 780 bpf_mov R5, 5 787 bpf_mov R5, 9 829 interpreter. R0-R5 are scratch registers, so eBPF program needs to preserve 839 After the call the registers R1-R5 contain junk values and cannot be read. [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/s390/util/ |
| H A D | unwind-libdw.c | 29 dwarf_regs[5] = REG(R5); in libdw__arch_set_initial_registers()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/ |
| H A D | unwind-libdw.c | 33 dwarf_regs[5] = REG(R5); in libdw__arch_set_initial_registers()
|