Searched refs:R4 (Results 1 - 25 of 36) sorted by last modified time

12

/linux-master/arch/powerpc/kernel/
H A Dmisc_64.S167 STBCIX(R3,R0,R4)
H A Dfpu.S68 REST_32FPVSRS(0, R4, R3)
78 SAVE_32FPVSRS(0, R4, R3)
81 REST_1FPVSR(0, R4, R3)
132 REST_32FPVSRS(0, R4, R10)
150 2: SAVE_32FPVSRS(0, R4, R6)
153 REST_1FPVSR(0, R4, R6)
H A Dtm.S172 TRECLAIM(R4) /* Cause in r4 */
417 REST_32FPRS_VSRS(0, R4, R8)
/linux-master/lib/
H A Dtest_bpf.c43 #define R4 BPF_REG_4 macro
653 i += __bpf_ld_imm64(&insn[i], R4, val);
654 insn[i++] = BPF_JMP_REG(BPF_JEQ, R1, R4, 1);
1622 i += __bpf_ld_imm64(&insns[i], R4, fetch);
1632 insns[i++] = BPF_JMP_REG(BPF_JEQ, R2, R4, 1);
1669 i += __bpf_ld_imm64(&insns[i], R4, fetch);
1679 insns[i++] = BPF_JMP_REG(BPF_JEQ, R2, R4, 1);
3782 BPF_ALU64_IMM(BPF_MOV, R4, 4),
3792 BPF_ALU64_IMM(BPF_ADD, R4, 20),
3802 BPF_ALU64_IMM(BPF_SUB, R4, 1
[all...]
/linux-master/drivers/tty/serial/
H A Dpmac_zilog.c128 write_zsreg(uap, R4, regs[R4]);
823 uap->curregs[R4] = X16CLK | SB1;
965 uap->curregs[R4] = X1CLK;
974 uap->curregs[R4] = X16CLK;
979 uap->curregs[R4] = X32CLK;
984 uap->curregs[R4] = X16CLK;
H A Dsunzilog.c200 write_zsreg(channel, R4, regs[R4]);
871 up->curregs[R4] &= ~XCLK_MASK;
872 up->curregs[R4] |= X16CLK;
903 up->curregs[R4] &= ~0x0c;
905 up->curregs[R4] |= SB2;
907 up->curregs[R4] |= SB1;
909 up->curregs[R4] |= PAR_ENAB;
911 up->curregs[R4] &= ~PAR_ENAB;
913 up->curregs[R4] |
[all...]
H A Dip22zilog.c181 write_zsreg(channel, R4, regs[R4]);
806 up->curregs[R4] &= ~XCLK_MASK;
807 up->curregs[R4] |= X16CLK;
1139 up->curregs[R4] = PAR_EVEN | X16CLK | SB1;
H A Dzs.c271 write_zsreg(zport, R4, regs[4]);
H A Dpmac_zilog.h121 #define R4 4 macro
/linux-master/drivers/edac/
H A Dmce_amd.c166 if (R4(ec) == R4_GEN && LL(ec) == LL_L1) {
185 u8 r4 = R4(ec);
320 switch (R4(ec)) {
345 u8 r4 = R4(ec);
446 u8 r4 = R4(ec);
505 u8 r4 = R4(ec);
569 u8 r4 = R4(ec);
/linux-master/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g5.c625 #define R4 77 macro
626 SIG_EXPR_LIST_DECL_SINGLE(R4, VGAVS, VGAVS, SIG_DESC_SET(SCU84, 13));
627 SIG_EXPR_LIST_DECL_SINGLE(R4, DASHR4, DASHR4, SIG_DESC_SET(SCU94, 8));
628 PIN_DECL_2(R4, GPIOJ5, VGAVS, DASHR4);
629 FUNC_GROUP_DECL(VGAVS, R4);
2084 ASPEED_PINCTRL_PIN(R4),
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_entry.S233 ld r4,VCPU_GPR(R4)(r3)
H A Dbook3s_hv_rmhandlers.S509 * R4 = vcpu pointer (or NULL)
883 * R4 = vcpu
939 ld r4, VCPU_GPR(R4)(r4)
1004 std r4, VCPU_GPR(R4)(r9)
1763 ld r4,VCPU_GPR(R4)(r9)
H A Dbookehv_interrupts.S179 PPC_STL r11, VCPU_GPR(R4)(r4)
285 PPC_STL r4, VCPU_GPR(R4)(r11)
312 PPC_STL r4, VCPU_GPR(R4)(r11)
672 PPC_LL r4, VCPU_GPR(R4)(r4)
H A Dbooke_interrupts.S55 stw r3, VCPU_GPR(R4)(r4)
488 lwz r4, VCPU_GPR(R4)(r4)
/linux-master/arch/powerpc/platforms/pseries/
H A DhvCall.S37 std r4,STK_PARAM(R4)(r1); \
49 ld r4,STACK_FRAME_MIN_SIZE+STK_PARAM(R4)(r1); \
138 HCALL_INST_PRECALL(R4)
158 std r4,STK_PARAM(R4)(r1) /* Save ret buffer */
169 ld r12,STK_PARAM(R4)(r1)
196 ld r12,STACK_FRAME_MIN_SIZE+STK_PARAM(R4)(r1)
225 std r4,STK_PARAM(R4)(r1) /* Save ret buffer */
236 ld r12,STK_PARAM(R4)(r1)
258 std r4,STK_PARAM(R4)(r1) /* Save ret buffer */
273 ld r12,STK_PARAM(R4)(r
[all...]
/linux-master/tools/perf/arch/s390/util/
H A Dunwind-libdw.c30 dwarf_regs[4] = REG(R4);
/linux-master/tools/perf/arch/powerpc/util/
H A Dunwind-libdw.c33 dwarf_regs[4] = REG(R4);
/linux-master/tools/perf/arch/loongarch/util/
H A Dunwind-libdw.c26 dwarf_regs[4] = REG(R4);
/linux-master/tools/perf/arch/arm/util/
H A Dunwind-libdw.c24 dwarf_regs[4] = REG(R4);
/linux-master/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl2207 my ($R0,$R1,$R2,$R3,$R4, $S1,$S2,$S3,$S4) = map("%zmm$_",(16..24));
2257 vmovdqu `16*7-64`($ctx),%x#$D4 # ... ${R4}
2272 vpermd $D4,$T2,$R4
2278 vmovdqu64 $R4,0xc0(%rsp,%rax){%k2}
2294 vpmuludq $T0,$R4,$D4 # d4 = r0'*r4
2314 vpsrlq \$32,$R4,$T4
2403 vpermd $R4,$M0,$R4
2409 vpermd $D4,$M0,${R4}{%k1}
2414 vpslld \$2,$R4,
[all...]
/linux-master/drivers/net/hamradio/
H A Dscc.c802 wr(scc,R4,X1CLK|SDLC); /* *1 clock, SDLC mode */
/linux-master/arch/powerpc/lib/
H A Dtest_emulate_step.c573 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVD2X(39, R3, R4)));
593 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STXVD2X(39, R3, R4)));
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1567 u32 R4; local
1575 R4 = le32_to_cpu(il->card_alive_init.therm_r4[1]);
1581 R4 = le32_to_cpu(il->card_alive_init.therm_r4[0]);
1588 * with an updated temperature, use R4 provided to us in the
1592 vt = sign_extend32(R4, 23);
1598 D_TEMP("Calib values R[1-3]: %d %d %d R4: %d\n", R1, R2, R3, vt);
/linux-master/arch/arm64/crypto/
H A Dpoly1305-armv8.pl262 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8));
514 ld1 {$S2,$R3,$S3,$R4},[x15],#64
570 umull $ACC4,$IN23_0,${R4}[2]
652 umlal $ACC4,$IN01_0,${R4}[0]
767 umlal2 $ACC4,$IN23_0,${R4}
805 umlal $ACC4,$IN01_0,${R4}

Completed in 280 milliseconds

12