Home
last modified time | relevance | path

Searched refs:R3 (Results 26 – 50 of 74) sorted by relevance

123

/openbmc/linux/tools/perf/arch/s390/util/
H A Dunwind-libdw.c29 dwarf_regs[3] = REG(R3); in libdw__arch_set_initial_registers()
/openbmc/linux/arch/powerpc/kernel/
H A Dtm.S91 TABORT(R3)
122 std r3, STK_PARAM(R3)(r1)
215 ld r12, STK_PARAM(R3)(r1) /* Param 0, thread_struct * */
/openbmc/linux/tools/perf/arch/powerpc/util/
H A Dunwind-libdw.c32 dwarf_regs[3] = REG(R3); in libdw__arch_set_initial_registers()
/openbmc/linux/drivers/net/hamradio/
H A Dz8530.h10 #define R3 3 macro
/openbmc/linux/arch/s390/crypto/
H A Dcrc32be-vx.S63 .quad 0x0c5b9cd4c, 0x0e8a45605 # R3, R4
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_entry.S241 ld r3,VCPU_GPR(R3)(r3)
260 ld r0,VCPU_GPR(R3)(r3)
H A Dbookehv_interrupts.S195 PPC_STL r3, VCPU_GPR(R3)(r4)
283 PPC_STL r3, VCPU_GPR(R3)(r11)
310 PPC_STL r3, VCPU_GPR(R3)(r11)
671 PPC_LL r3, VCPU_GPR(R3)(r4)
H A Dbooke_interrupts.S50 stw r3, VCPU_GPR(R3)(r4)
487 lwz r3, VCPU_GPR(R3)(r4)
H A Dtm.S90 TRECLAIM(R3)
/openbmc/linux/drivers/tty/serial/
H A Dzs.h63 #define R3 3 macro
H A Dsunzilog.h34 #define R3 3 macro
H A Dip22zilog.h42 #define R3 3 macro
H A Dzs.c269 write_zsreg(zport, R3, regs[3] & ~RxENABLE); in load_zsregs()
283 write_zsreg(zport, R3, regs[3]); in load_zsregs()
719 zs_intreg = read_zsreg(zport_a, R3); in zs_interrupt()
790 write_zsreg(zport, R3, zport->regs[3]); in zs_startup()
816 write_zsreg(zport, R3, zport->regs[3]); in zs_shutdown()
H A Dpmac_zilog.h120 #define R3 3 macro
/openbmc/linux/Documentation/bpf/
H A Dverifier.rst219 R1=ctx R3=pkt(id=0,off=0,r=14) R4=pkt_end R5=pkt(id=0,off=14,r=14) R10=fp
224 means that in the fall-through case the register R3 (which points to skb->data)
226 as R3=pkt(id=0,off=0,r=14).
229 r=14 is the range of safe access which means that bytes [R3, R3 + 14) are ok.
238 R0=inv1 R1=ctx R3=pkt(id=0,off=0,r=14) R4=pkt_end R5=pkt(id=0,off=14,r=14) R10=fp
252 …R0=inv(id=0,umax_value=255,var_off=(0x0; 0xff)) R1=pkt_end R2=pkt(id=2,off=8,r=8) R3=pkt(id=2,off=…
255 The state of the register R3 is R3=pkt(id=2,off=0,r=8)
258 ``if (r3 + 8 > r1) goto err`` at insn #18, the safe range is [R3, R3 + 8).
H A Dclassic_vs_extended.rst121 R3 - rdx
137 bpf_mov R3, 3
144 bpf_mov R3, 7
/openbmc/linux/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl2269 vpermd $D3,$T2,$R3
2301 vpmuludq $T1,$R3,$M4
2302 vpsrlq \$32,$R3,$T3
2402 vpermd $R3,$M0,$R3
2413 vpslld \$2,$R3,$S3
2417 vpaddd $R3,$S3,$S3
2485 vpmuludq $H0,$R3,$M3
2495 vpmuludq $H1,$R3,$M4
2600 vpsrlq \$32,$R3,$R3
2625 vpmuludq $H0,$R3,$M3
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1566 s32 R1, R2, R3; in il4965_hw_get_temperature() local
1574 R3 = (s32) le32_to_cpu(il->card_alive_init.therm_r3[1]); in il4965_hw_get_temperature()
1580 R3 = (s32) le32_to_cpu(il->card_alive_init.therm_r3[0]); in il4965_hw_get_temperature()
1598 D_TEMP("Calib values R[1-3]: %d %d %d R4: %d\n", R1, R2, R3, vt); in il4965_hw_get_temperature()
1600 if (R3 == R1) { in il4965_hw_get_temperature()
1608 temperature /= (R3 - R1); in il4965_hw_get_temperature()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra-audio-rt5677.yaml56 - DMIC R3
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dlowlevel_init.S28 MOV r3, r1 @ Copy the pointer to va_list in R3
31 @ to va_list in R3
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dhypercalls.rst28 It uses R3-R10 and hypercall number in R11. R4-R11 are used as output registers.
29 Return value is placed in R3.
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddrxd_hard.c79 u16 R3; member
872 u32 R3 = state->if_agc_cfg.R3; in ReadIFAgc() local
876 if (R2 == 0 && (R1 == 0 || R3 == 0)) in ReadIFAgc()
880 Rpar = (R2 * R3) / (R3 + R2); in ReadIFAgc()
2477 state->if_agc_cfg.R3 = (u16) (ulIfAgcR3); in CDRXD()
2481 state->rf_agc_cfg.R3 = (u16) (ulRfAgcR3); in CDRXD()
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-href-tvk1281618-r3.dtsi3 * Device Tree for the TVK1281618 R3 user interface board (UIB)
/openbmc/openbmc/poky/meta/recipes-multimedia/mpeg2dec/files/
H A D0001-Import-revision-1206-from-upstream-to-fix-PIE-build.patch110 .macro ADJ_ALIGN_QW shift, R0, R1, R2, R3, R4
/openbmc/linux/Documentation/virt/kvm/s390/
H A Ds390-diag.rst25 | '83' | R1 | R3 | B2 | D2 |

123