Searched refs:R6 (Results 1 - 119 of 119) sorted by relevance

/linux-4.1.27/arch/hexagon/include/asm/
H A Dspinlock.h43 "1: R6 = memw_locked(%0);\n" arch_read_lock()
44 " { P3 = cmp.ge(R6,#0); R6 = add(R6,#1);}\n" arch_read_lock()
46 " memw_locked(%0,P3) = R6;\n" arch_read_lock()
58 "1: R6 = memw_locked(%0);\n" arch_read_unlock()
59 " R6 = add(R6,#-1);\n" arch_read_unlock()
60 " memw_locked(%0,P3) = R6\n" arch_read_unlock()
74 " R6 = memw_locked(%1);\n" arch_read_trylock()
75 " { %0 = #0; P3 = cmp.ge(R6,#0); R6 = add(R6,#1);}\n" arch_read_trylock()
77 " memw_locked(%1,P3) = R6;\n" arch_read_trylock()
101 "1: R6 = memw_locked(%0)\n" arch_write_lock()
102 " { P3 = cmp.eq(R6,#0); R6 = #-1;}\n" arch_write_lock()
104 " memw_locked(%0,P3) = R6;\n" arch_write_lock()
117 " R6 = memw_locked(%1)\n" arch_write_trylock()
118 " { %0 = #0; P3 = cmp.eq(R6,#0); R6 = #-1;}\n" arch_write_trylock()
120 " memw_locked(%1,P3) = R6;\n" arch_write_trylock()
140 "1: R6 = memw_locked(%0);\n" arch_spin_lock()
141 " P3 = cmp.eq(R6,#0);\n" arch_spin_lock()
142 " { if !P3 jump 1b; R6 = #1; }\n" arch_spin_lock()
143 " memw_locked(%0,P3) = R6;\n" arch_spin_lock()
162 " R6 = memw_locked(%1);\n" arch_spin_trylock()
163 " P3 = cmp.eq(R6,#0);\n" arch_spin_trylock()
164 " { if !P3 jump 1f; R6 = #1; %0 = #0; }\n" arch_spin_trylock()
165 " memw_locked(%1,P3) = R6;\n" arch_spin_trylock()
/linux-4.1.27/arch/x86/crypto/
H A Daes-x86_64-asm_64.S43 #define R6 %rdi define
134 prologue(FUNC,KEY,B128,B192,R2,R8,R7,R9,R1,R3,R4,R6,R10,R5,R11)
136 #define return(FUNC) epilogue(FUNC,R8,R2,R9,R7,R5,R6,R3,R4,R11)
139 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4) \
140 move_regs(R1,R2,R5,R6)
143 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4)
146 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4) \
147 move_regs(R1,R2,R5,R6)
150 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4)
/linux-4.1.27/arch/blackfin/lib/
H A Dumodsi3.S35 R6 = R1; define
39 R0 *= R6; /* Quotient * divisor */
H A Dmodsi3.S39 [--SP] = (R7:6); /* Push R7 and R6 */
42 R6 = R1; /* Save for later */ define
46 R0 *= R6; /* Quotient * divisor */
H A Ddivsi3.S115 R6 = R0 ^ R1; /* Get sign */ define
116 R5 = R6 >> 31; /* Shift sign to LSB */
120 R6 = R0 ^ R1; /* Get new quotient bit */ define
127 CC = R6 < 0; /* Check quotient(AQ) */
131 R6 = R0 ^ R1; /* Generate next quotient bit */ define
132 R5 = R6 >> 31;
144 (R7:5)= [SP++]; /* Pop registers R6-R7 */
H A Dudivsi3.S121 R6 = 2; /* assume we'll shift two */ define
131 IF !CC R6 = R3; /* R1 doesn't, so at most 1 shifted */
139 IF CC P0 = R6; /* Number of values divided */
150 .Lulst: R6 = R2 >> 31; /* R6 = sign bit of R2, for carry */
153 R3 = R3 | R6; /* Include any carry */
166 R6 = R2 << 1; define
168 IF CC R2 = R6; /* if 1, Q = Q*2 */
175 R6 = CC; /* if yes, R6 = 1 */ define
176 R2 = R2 + R6; /* if yes, add one to quotient(Q) */
/linux-4.1.27/lib/
H A Dtest_bpf.c48 #define R6 BPF_REG_6 macro
774 BPF_ALU64_IMM(BPF_MOV, R6, 6),
784 BPF_ALU64_IMM(BPF_ADD, R6, 20),
794 BPF_ALU64_IMM(BPF_SUB, R6, 10),
804 BPF_ALU64_REG(BPF_ADD, R0, R6),
816 BPF_ALU64_REG(BPF_ADD, R1, R6),
828 BPF_ALU64_REG(BPF_ADD, R2, R6),
840 BPF_ALU64_REG(BPF_ADD, R3, R6),
852 BPF_ALU64_REG(BPF_ADD, R4, R6),
864 BPF_ALU64_REG(BPF_ADD, R5, R6),
870 BPF_ALU64_REG(BPF_ADD, R6, R0),
871 BPF_ALU64_REG(BPF_ADD, R6, R1),
872 BPF_ALU64_REG(BPF_ADD, R6, R2),
873 BPF_ALU64_REG(BPF_ADD, R6, R3),
874 BPF_ALU64_REG(BPF_ADD, R6, R4),
875 BPF_ALU64_REG(BPF_ADD, R6, R5),
876 BPF_ALU64_REG(BPF_ADD, R6, R6),
877 BPF_ALU64_REG(BPF_ADD, R6, R7),
878 BPF_ALU64_REG(BPF_ADD, R6, R8),
879 BPF_ALU64_REG(BPF_ADD, R6, R9), /* R6 == 109540 */
880 BPF_JMP_IMM(BPF_JEQ, R6, 109540, 1),
888 BPF_ALU64_REG(BPF_ADD, R7, R6),
900 BPF_ALU64_REG(BPF_ADD, R8, R6),
912 BPF_ALU64_REG(BPF_ADD, R9, R6),
932 BPF_ALU32_IMM(BPF_MOV, R6, 6),
941 BPF_ALU64_IMM(BPF_ADD, R6, 10),
950 BPF_ALU32_REG(BPF_ADD, R0, R6),
962 BPF_ALU32_REG(BPF_ADD, R1, R6),
974 BPF_ALU32_REG(BPF_ADD, R2, R6),
986 BPF_ALU32_REG(BPF_ADD, R3, R6),
998 BPF_ALU32_REG(BPF_ADD, R4, R6),
1010 BPF_ALU32_REG(BPF_ADD, R5, R6),
1016 BPF_ALU32_REG(BPF_ADD, R6, R0),
1017 BPF_ALU32_REG(BPF_ADD, R6, R1),
1018 BPF_ALU32_REG(BPF_ADD, R6, R2),
1019 BPF_ALU32_REG(BPF_ADD, R6, R3),
1020 BPF_ALU32_REG(BPF_ADD, R6, R4),
1021 BPF_ALU32_REG(BPF_ADD, R6, R5),
1022 BPF_ALU32_REG(BPF_ADD, R6, R6),
1023 BPF_ALU32_REG(BPF_ADD, R6, R7),
1024 BPF_ALU32_REG(BPF_ADD, R6, R8),
1025 BPF_ALU32_REG(BPF_ADD, R6, R9), /* R6 == 109540 */
1026 BPF_JMP_IMM(BPF_JEQ, R6, 109540, 1),
1034 BPF_ALU32_REG(BPF_ADD, R7, R6),
1046 BPF_ALU32_REG(BPF_ADD, R8, R6),
1058 BPF_ALU32_REG(BPF_ADD, R9, R6),
1078 BPF_ALU64_IMM(BPF_MOV, R6, 6),
1088 BPF_ALU64_REG(BPF_SUB, R0, R6),
1100 BPF_ALU64_REG(BPF_SUB, R1, R6),
1110 BPF_ALU64_REG(BPF_SUB, R2, R6),
1120 BPF_ALU64_REG(BPF_SUB, R3, R6),
1130 BPF_ALU64_REG(BPF_SUB, R4, R6),
1140 BPF_ALU64_REG(BPF_SUB, R5, R6),
1145 BPF_ALU64_REG(BPF_SUB, R6, R0),
1146 BPF_ALU64_REG(BPF_SUB, R6, R1),
1147 BPF_ALU64_REG(BPF_SUB, R6, R2),
1148 BPF_ALU64_REG(BPF_SUB, R6, R3),
1149 BPF_ALU64_REG(BPF_SUB, R6, R4),
1150 BPF_ALU64_REG(BPF_SUB, R6, R5),
1151 BPF_ALU64_REG(BPF_SUB, R6, R7),
1152 BPF_ALU64_REG(BPF_SUB, R6, R8),
1153 BPF_ALU64_REG(BPF_SUB, R6, R9),
1154 BPF_ALU64_IMM(BPF_SUB, R6, 10),
1161 BPF_ALU64_REG(BPF_SUB, R7, R6),
1171 BPF_ALU64_REG(BPF_SUB, R8, R6),
1181 BPF_ALU64_REG(BPF_SUB, R9, R6),
1192 BPF_ALU64_REG(BPF_SUB, R0, R6),
1235 BPF_ALU64_REG(BPF_XOR, R6, R6),
1238 BPF_JMP_REG(BPF_JEQ, R5, R6, 1),
1240 BPF_ALU64_REG(BPF_SUB, R6, R6),
1242 BPF_JMP_REG(BPF_JEQ, R7, R6, 1),
1277 BPF_ALU64_IMM(BPF_MOV, R6, 6),
1287 BPF_ALU64_REG(BPF_MUL, R0, R6),
1299 BPF_ALU64_REG(BPF_MUL, R1, R6),
1317 BPF_ALU64_REG(BPF_MUL, R2, R6),
1391 BPF_ALU64_REG(BPF_MOV, R6, R1),
1408 BPF_ALU64_REG(BPF_MOV, R6, R1),
1768 BPF_MOV64_REG(R6, R1),
/linux-4.1.27/arch/powerpc/kvm/
H A Dfpu.S51 * R6 = (short*)&param2
73 * R6 = (short*)&param2
113 * R6 = (double*)&param1
169 * R6 = (double*)&param1
186 * R6 = (double*)&param1
205 * R6 = (double*)&param2
230 * R6 = (double*)&param1
H A Dbook3s_32_sr.S34 * all other volatile GPRS = free except R4, R6
H A Dbook3s_64_slb.S39 * all other volatile GPRS = free except R4, R6
H A Dbookehv_interrupts.S188 PPC_STL r6, VCPU_GPR(R6)(r4)
299 PPC_STL r6, VCPU_GPR(R6)(r11)
326 PPC_STL r6, VCPU_GPR(R6)(r11)
682 PPC_LL r6, VCPU_GPR(R6)(r4)
H A Dbooke_interrupts.S63 stw r6, VCPU_GPR(R6)(r4)
488 lwz r6, VCPU_GPR(R6)(r4)
H A Dbook3s_segment.S64 * R6 = current host MSR (EE, IR, DR off)
H A Dbook3s_hv_rmhandlers.S959 ld r6, VCPU_GPR(R6)(r4)
1040 std r6, VCPU_GPR(R6)(r9)
1088 ld r6, VCPU_GPR(R6)(r9)
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c142 qp_handle, /* R6 */ ehea_h_query_ehea_qp()
187 /* output param R6 */
261 init_attr->send_cq_handle, /* R6 */ ehea_h_alloc_resource_qp()
321 cq_attr->eq_handle, /* R6 */ ehea_h_alloc_resource_cq()
348 /* input param R6 */
351 /* output param R6 */
390 eq_attr->max_nr_of_eqes, /* R6 */ ehea_h_alloc_resource_eq()
416 qp_handle, /* R6 */ ehea_h_modify_ehea_qp()
441 resource_handle, /* R6 */ ehea_h_register_rpage()
458 vaddr_in, /* R6 */ ehea_h_register_smr()
477 qp_handle, /* R6 */ ehea_h_disable_and_get_hea()
502 vaddr, /* R6 */ ehea_h_alloc_resource_mr()
536 0, 0, 0, 0, 0); /* R6-R10 */ ehea_h_query_ehea()
557 select_mask, /* R6 */ ehea_h_query_ehea_port()
581 select_mask, /* R6 */ ehea_h_modify_ehea_port()
602 r6_reg_type, /* R6 */ ehea_h_reg_dereg_bcmc()
614 event_mask, /* R6 */ ehea_h_reset_events()
624 __pa(rblock), /* R6 */ ehea_h_error_data()
/linux-4.1.27/tools/perf/arch/arm/util/
H A Dunwind-libdw.c23 dwarf_regs[6] = REG(R6); libdw__arch_set_initial_registers()
/linux-4.1.27/tools/perf/arch/arm/tests/
H A Dregs_load.S9 #define R6 0x30 define
46 str r6, [r0, #R6]
/linux-4.1.27/arch/mips/include/asm/
H A Dcompiler.h20 /* All MIPS R6 toolchains support the ZC constrain */
H A Dr4kcache.h331 * MIPS R6 changed the cache opcode and moved to a 8-bit offset field.
/linux-4.1.27/include/linux/mmc/
H A Dsd.h18 #define SD_SEND_RELATIVE_ADDR 3 /* bcr R6 */
/linux-4.1.27/arch/mips/kernel/
H A Dbranch.c406 * MIPS R6 Compact branches and forbidden slots:
411 * only possible reason to be here because of a MIPS R6 compact
490 * Doesn't matter if we are R6 or not. The __compute_return_epc_for_insn()
497 /* Now do the real thing for non-R6 BLTZAL{,L} */ __compute_return_epc_for_insn()
524 * Doesn't matter if we are R6 or not. The __compute_return_epc_for_insn()
531 /* Now do the real thing for non-R6 BGEZAL{,L} */ __compute_return_epc_for_insn()
607 * Compact branches for R6 for the __compute_return_epc_for_insn()
642 * Compact branches for R6 for the __compute_return_epc_for_insn()
788 /* Only valid for MIPS R6 */ __compute_return_epc_for_insn()
826 /* Only valid for MIPS R6 */ __compute_return_epc_for_insn()
H A Dmips-r2-to-r6-emul.c10 * MIPS R2 user space instruction emulator for MIPS R6
63 pr_info("MIPS R2-to-R6 Emulator Enabled!"); mipsr2emu_enable()
70 * mipsr6_emul - Emulate some frequent R2/R5/R6 instructions in delay slot
602 /* R6 removed instructions for the SPECIAL opcode */
869 /* R6 removed instructions for the SPECIAL2 opcode */
2222 /* Likely a MIPS R6 compatible instruction */ mipsr2_decoder()
H A Dprocess.c602 /* FR = 0 not supported in MIPS R6 */ mips_set_process_fp_mode()
H A Dcpu-probe.c321 /* R6 incompatible with everything else */ set_isa()
/linux-4.1.27/arch/sh/include/asm/
H A Dsyscall_32.h61 /* Argument pattern is: R4, R5, R6, R7, R0, R1 */ syscall_get_arguments()
/linux-4.1.27/arch/powerpc/mm/
H A Dhash_low_64.S60 std r6,STK_PARAM(R6)(r1)
267 ld r6,STK_PARAM(R6)(r1)
326 ld r6,STK_PARAM(R6)(r1)
354 std r6,STK_PARAM(R6)(r1)
506 ld r6,STK_PARAM(R6)(r1)
614 ld r6,STK_PARAM(R6)(r1)
684 ld r6,STK_PARAM(R6)(r1)
697 ld r6,STK_PARAM(R6)(r1)
717 std r6,STK_PARAM(R6)(r1)
931 ld r6,STK_PARAM(R6)(r1)
990 ld r6,STK_PARAM(R6)(r1)
H A Dtlb_nohash_low.S223 PPC_ICBT(0,R6,R7) /* touch next cache line */
225 PPC_ICBT(0,R6,R7) /* touch next cache line */
227 PPC_ICBT(0,R6,R7) /* touch next cache line */
/linux-4.1.27/arch/ia64/kernel/
H A Dentry.h55 .spillsp r6,SW(R6)+16+(off); .spillsp r7,SW(R7)+16+(off); \
H A Dentry.S269 st8.spill [r14]=r4,SW(R6)-SW(R4) // spill r4 and prefetch offset 0x1c0
284 st8.spill [r14]=r6,SW(B0)-SW(R6) // spill r6
/linux-4.1.27/sound/soc/codecs/
H A Dwm8523.h129 * R6 (0x06) - DAC_GAINL
H A Dwm8741.h142 * R6 (0x06) - FILTER_CONTROL
H A Dwm8737.h165 * R6 (0x06) - Power Management
H A Dwm8523.c55 { 6, 0x0190 }, /* R6 - DAC_GAINL */
H A Dwm8737.c56 { 6, 0x0000 }, /* R6 - Power Management */
H A Dwm8741.c57 { 6, 0x0000 }, /* R6 - Filter Control */
H A Dwm8804.c43 { 6, 0x07 }, /* R6 - PLL4 */
H A Dwm9090.c41 { 6, 0x01C0 }, /* R6 - Clocking 1 */
H A Dwm8983.c37 { 0x06, 0x0140 }, /* R6 - Clock Gen control */
97 [0x06] = { 0x0000, 0x01FD }, /* R6 - Clock Gen control */
H A Dwm8961.c42 { 6, 0x0000 }, /* R6 - ADC & DAC Control 2 */
H A Dwm8961.h203 * R6 (0x06) - ADC & DAC Control 2
H A Dwm8990.h200 * R6 (0x06) - Clocking (1)
H A Dwm8991.h198 * R6 (0x06) - Clocking (1)
H A Dwm9090.h168 * R6 (0x06) - Clocking 1
H A Dalc5632.c41 { 6, 0x8080 }, /* R6 - AUXOUT Volume */
H A Dwm8983.h248 * R6 (0x06) - Clock Gen control
H A Dwm8985.c49 { 6, 0x0140 }, /* R6 - Clock Gen control */
H A Dwm8985.h243 * R6 (0x06) - Clock Gen control
H A Dwm8990.c55 { 6, 0x01C8 }, /* R6 - Clocking (1) */
H A Dwm8991.c45 { 6, 0x01C8 }, /* R6 - Clocking (1) */
H A Dwm8993.c50 { 6, 0x01C8 }, /* R6 - Clocking 1 */
H A Dwm8903.c46 { 6, 0x0000 }, /* R6 - Mic Bias Control 0 */
H A Dwm8904.c96 { 6, 0x0000 }, /* R6 - Mic Bias Control 0 */
H A Dwm8993.h361 * R6 (0x06) - Clocking 1
H A Dwm8962.c123 { 6, 0x2008 }, /* R6 - ADC & DAC Control 2 */
H A Dwm8962.h1298 * R6 (0x06) - ADC & DAC Control 2
H A Dwm8996.h923 * R6 (0x06) - Power Management (6)
/linux-4.1.27/drivers/media/i2c/
H A Dwm8739.c49 R5 = 5, R6, R7, R8, R9, R15 = 15, enumerator in enum:__anon5627
244 wm8739_write(sd, R6, 0x000); wm8739_probe()
/linux-4.1.27/include/sound/
H A Dwm8903.h21 * R6 (0x06) - Mic Bias Control 0
253 /* Default register value for R6 (Mic bias), used to configure
H A Dwm8904.h22 * R6 (0x06) - Mic Bias Control 0
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A DhvCall.S40 std r6,STK_PARAM(R6)(r1); \
52 ld r6,STACK_FRAME_OVERHEAD+STK_PARAM(R6)(r1); \
H A Dlparcfg.c94 * R6 (AABBCCDDEEFFGGHH).
/linux-4.1.27/arch/blackfin/mach-common/
H A Ddpmc_modes.S108 R6 = W[P0](z); define
173 W[P0]= R6; /* Restore CCLK and SCLK divider */
H A Dentry.S60 R6 = VEC_CPLB_M; /* Data CPLB Miss */ define
61 cc = R6 == R7;
64 R6 = VEC_CPLB_VL; /* Data CPLB Violation */ define
65 cc = R6 == R7;
112 CC = R7 == R6;
222 cc = R7 == R6;
249 CC = R7 == R6;
1137 R6 = ((1 << CONFIG_DEBUG_BFIN_HWTRACE_EXPAND_LEN)*1024) - 1; define
1142 R7 = R7 & R6;
1158 R7 = R7 & R6;
H A Dhead.S47 * R6 - 0
/linux-4.1.27/drivers/video/fbdev/msm/
H A Dmdp_hw.h300 ** TIGHT means R6+G6+B6 together
301 ** LOOSE means R6+2 +G6+2+ B6+2 (with MSB)
302 ** or 2+R6 +2+G6 +2+B6 (with LSB)
/linux-4.1.27/arch/sh/kernel/
H A Dprocess_32.c51 printk("R4 : %08lx R5 : %08lx R6 : %08lx R7 : %08lx\n", show_regs()
H A Dprocess_64.c91 printk("R6 : %08Lx%08Lx R7 : %08Lx%08Lx R8 : %08Lx%08Lx\n", show_regs()
/linux-4.1.27/arch/s390/include/asm/
H A Dkvm_para.h14 * s390 ABI, so we use R2-R6 for parameters 1-5. In addition we use R1
/linux-4.1.27/arch/blackfin/kernel/
H A Dpseudodbg.c13 "R0", "R1", "R2", "R3", "R4", "R5", "R6", "R7",
H A Dtrace.c961 pr_notice(" R4 : %08lx R5 : %08lx R6 : %08lx R7 : %08lx\n", show_regs()
/linux-4.1.27/arch/blackfin/mach-bf561/
H A Dsecondary.S38 * R6 - 0
/linux-4.1.27/arch/m32r/kernel/
H A Dprocess.c84 printk("R4 [%08lx]:R5 [%08lx]:R6 [%08lx]:R7 [%08lx]\n", \ show_regs()
H A Dentry.S86 #define R6(reg) @(0x08,reg) define
258 ld r6, R6(sp)
/linux-4.1.27/arch/cris/arch-v32/kernel/
H A Dkgdb_asm.S41 move.d $r6, [$acr] ; Save R6
483 move.d [$acr], $r6 ; Restore R6
H A Dkgdb.c312 R4, R5, R6, R7, enumerator in enum:register_name
/linux-4.1.27/arch/arm/probes/
H A Ddecode.h248 * Decoding the instruction "AND R4, R5, R6, ASL R15" will be rejected because
251 * Decoding the instruction "AND R4, R5, R6, ASL R7" will be accepted and the
/linux-4.1.27/arch/mips/mm/
H A Duasm-mips.c41 /* This macro sets the non-variable bits of an R6 instruction. */
H A Dpage.c76 * R6 has a limited offset of the pref instruction.
199 * removed from MIPS R6. Use bit 5 set_prefetch_parameters()
/linux-4.1.27/arch/powerpc/kernel/
H A Dfpu.S219 SAVE_32FPVSRS(0, R4, R6)
H A Dtm.S166 SAVE_32FPRS_VSRS(0, R6, R7) /* r6 scratch, r7 transact fp state */
/linux-4.1.27/arch/avr32/kernel/
H A Dmodule.c250 * R6 = PC - (PC - GOT) apply_relocate_add()
/linux-4.1.27/arch/arm/mach-tegra/
H A Dreset-handler.S106 * R6 = SoC ID
/linux-4.1.27/arch/arm/include/asm/
H A Datomic.h419 " adc %R0, %R0, %R6\n" atomic64_add_unless()
/linux-4.1.27/arch/microblaze/kernel/
H A Dhw_exception_handler.S465 /* Working registers already saved: R3, R4, R5, R6
595 /* Working registers already saved: R3, R4, R5, R6
696 /* Working registers already saved: R3, R4, R5, R6
709 /* Working registers already saved: R3, R4, R5, R6
779 /* Working registers already saved: R3, R4, R5, R6
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dkgdb.c303 R4, R5, R6, R7, enumerator in enum:register_name
951 " move.d $r6,[cris_reg+0x18] ; Save R6\n"
1004 " move.d [cris_reg+0x18],$r6 ; Restore R6\n"
1047 " move.d $r6,[cris_reg+0x18] ; Save R6\n"
1102 " move.d [cris_reg+0x18],$r6 ; Restore R6\n"
/linux-4.1.27/arch/mips/math-emu/
H A Dcp1emu.c455 /* For R6, JR already emulated in jalr_op */ isBranchInstr()
561 * Compact branches for R6 for the isBranchInstr()
597 * Compact branches for R6 for the isBranchInstr()
668 * Only valid for MIPS R6 but we can still end up isBranchInstr()
705 /* Need to check for R6 bc1nez and bc1eqz branches */ isBranchInstr()
731 /* R2/R6 compatible cop1 instruction. Fall through */ isBranchInstr()
/linux-4.1.27/arch/arm64/net/
H A Dbpf_jit_comp.c590 /* R0 = ntohx(*(size *)(((struct sk_buff *)R6)->data + imm)) */ build_insn()
594 /* R0 = ntohx(*(size *)(((struct sk_buff *)R6)->data + src + imm)) */ build_insn()
/linux-4.1.27/drivers/net/hamradio/
H A Dz8530.h12 #define R6 6 macro
H A Dscc.c803 wr(scc,R6,0); /* SDLC address zero (not used) */ init_channel()
1408 wr(scc, R6, 0); scc_stop_calibrate()
1435 wr(scc, R6, 0); scc_start_calibrate()
H A Ddmascc.c765 write_scc(priv, R6, 0); scc_open()
/linux-4.1.27/drivers/tty/serial/
H A Dip22zilog.h44 #define R6 6 macro
H A Dsunzilog.c213 write_zsreg(channel, R6, regs[R6]); __load_zsregs()
1354 up->curregs[R6] = 0x00; /* SDLC Address */ sunzilog_init_hw()
1370 up->curregs[R6] = 0x00; /* SDLC Address */ sunzilog_init_hw()
H A Dsunzilog.h36 #define R6 6 macro
H A Dzs.h65 #define R6 6 macro
H A Dpmac_zilog.h132 #define R6 6 macro
H A Dip22zilog.c194 write_zsreg(channel, R6, regs[R6]); __load_zsregs()
H A Dpmac_zilog.c169 write_zsreg(uap, R6, regs[R6]); pmz_load_zsregs()
/linux-4.1.27/arch/sh/boards/
H A Dboard-magicpanelr2.c179 /* R7 A25; R6 A24; R5 A23; R4 A22; setup_port_multiplexing()
/linux-4.1.27/kernel/bpf/
H A Dverifier.c45 * R6-R9 callee saved registers
1205 * preserve R6-R9, and store return value into R0
1208 * ctx == skb == R6 == CTX
1235 /* check whether implicit source operand (register R6) is readable */ check_ld_abs()
1241 verbose("at the time of BPF_LD_ABS|IND R6 != pointer to skb\n"); check_ld_abs()
/linux-4.1.27/drivers/mmc/host/
H A Dtoshsd.c248 /* R1, R1B, R3, R6, R7 */ toshsd_cmd_irq()
H A Ddavinci_mmc.c293 s = ", R1/R5/R6/R7 response"; mmc_davinci_start_command()
H A Drtsx_usb_sdmmc.c315 * R1, R5, R6, R7 sd_send_cmd_get_rsp()
H A Dtmio_mmc_pio.c307 * types. Note that R1 and R6 are the same in this scheme. */
H A Dusdhi6rol0.c63 #define USDHI6_SD_CMD_MODE_RSP_R1 0x0400 /* Also R5, R6, R7 */
/linux-4.1.27/drivers/net/wan/
H A Dz85230.h31 #define R6 6 macro
H A Dz85230.c513 read_zsreg(chan, R6); z8530_dma_rx()
/linux-4.1.27/drivers/mfd/
H A Dwm8350-regmap.c33 { 0xFB0E, 0xFB0E, 0x0000 }, /* R6 - Interface Control */
H A Dwm8994-regmap.c28 { 0x0006, 0x0000 }, /* R6 - Power Management (6) */
260 { 0x0006, 0x0000 }, /* R6 - Power Management (6) */
479 { 0x0006, 0x0000 }, /* R6 - Power Management (6) */
/linux-4.1.27/arch/hexagon/lib/
H A Dmemcpy.S160 #define data0 R6 /* lower 8 bytes of ldata0 */
/linux-4.1.27/include/linux/mfd/wm8350/
H A Dcore.h132 * R6 (0x06) - Interface Control
/linux-4.1.27/arch/x86/net/
H A Dbpf_jit_comp.c210 /* all classic BPF filters use R6(rbx) save it */ do_jit()
864 /* skb pointer is in R6 (%rbx), it will be copied into do_jit()
/linux-4.1.27/arch/blackfin/include/asm/
H A Ddpmc.h14 #define PM_REG1 R6
/linux-4.1.27/sound/pci/ice1712/
H A Dmaya44.c554 0x06, 0x000, /* R6: DAC output phase normal */ wm8776_init()
/linux-4.1.27/drivers/usb/usbip/
H A Dvhci_hcd.c68 "R6", /*6*/
/linux-4.1.27/arch/s390/net/
H A Dbpf_jit_comp.c1093 * BPF_REG_5 (R6) : return address bpf_jit_insn()
/linux-4.1.27/include/linux/mfd/
H A Dwm8400-audio.h212 * R6 (0x06) - Audio Interface (2)
/linux-4.1.27/sound/usb/
H A Dpcm.c1330 * L5 L6 0x05 R5 R6 0x05 L7 L8 0xfa R7 R8 0xfa fill_playback_urb_dsd_dop()
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c304 * SentinelRAID: 2500F R5 / R6
/linux-4.1.27/include/linux/mfd/wm8994/
H A Dregisters.h1137 * R6 (0x06) - Power Management (6)

Completed in 4718 milliseconds