| /linux/arch/powerpc/platforms/pseries/ |
| A D | hvCall.S | 37 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) 273 ld r12,STK_PARAM(R4)(r1) 309 ld r12,STACK_FRAME_MIN_SIZE+STK_PARAM(R4)(r1) [all …]
|
| /linux/arch/arm/crypto/ |
| A D | poly1305-armv4.pl | 541 vdup.32 $R4,r6 558 vmull.u32 $D4,$R4,${R0}[1] 560 vmlal.u32 $D0,$R4,${S1}[1] 567 vmlal.u32 $D1,$R4,${S2}[1] 575 vmlal.u32 $D2,$R4,${S3}[1] 675 vtrn.32 $R4,$D4#lo 680 vshl.u32 $S4,$R4,#2 684 vadd.i32 $S4,$S4,$R4 708 vmov $R4,$D4#lo 1104 vmlal.u32 $D4,$H0#hi,$R4 [all …]
|
| /linux/arch/powerpc/kernel/ |
| A D | fpu.S | 68 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)
|
| /linux/tools/perf/arch/powerpc/tests/ |
| A D | regs_load.S | 9 #define R4 4 * 8 macro 48 std 4, R4(3) 93 ld 4, R4(3)
|
| /linux/drivers/edac/ |
| A D | mce_amd.h | 32 #define R4(x) (((x) >> 4) & 0xf) macro 33 #define R4_MSG(x) ((R4(x) < 9) ? rrrr_msgs[R4(x)] : "Wrong R4!")
|
| A D | mce_amd.c | 166 if (R4(ec) == R4_GEN && LL(ec) == LL_L1) { in f10h_mc0_mce() 185 u8 r4 = R4(ec); in cat_mc0_mce() 320 switch (R4(ec)) { in k8_mc1_mce() 345 u8 r4 = R4(ec); in cat_mc1_mce() 446 u8 r4 = R4(ec); in k8_mc2_mce() 505 u8 r4 = R4(ec); in f16h_mc2_mce() 569 u8 r4 = R4(ec); in decode_mc3_mce()
|
| /linux/tools/perf/arch/arm/tests/ |
| A D | regs_load.S | 8 #define R4 0x20 macro 45 str r4, [r0, #R4]
|
| /linux/lib/ |
| A D | test_bpf.c | 43 #define R4 BPF_REG_4 macro 3860 BPF_ALU64_REG(BPF_ADD, R4, R4), 4006 BPF_ALU32_REG(BPF_ADD, R4, R4), 4232 BPF_ALU64_REG(BPF_XOR, R4, R4), 4237 BPF_ALU64_REG(BPF_SUB, R4, R4), 4503 BPF_MOV64_IMM(R4, 4), 4504 BPF_ALU64_REG(BPF_LSH, R4, R4), /* R4 = 4 << 4 */ 4507 BPF_MOV64_IMM(R4, 5), 4508 BPF_ALU32_REG(BPF_LSH, R4, R4), /* R4 = 5 << 5 */ 11922 BPF_ALU64_IMM(BPF_MOV, R4, R4), \ [all …]
|
| /linux/arch/arm64/crypto/ |
| A D | poly1305-armv8.pl | 262 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8)); 515 ld1 {$S2,$R3,$S3,$R4},[x15],#64 571 umull $ACC4,$IN23_0,${R4}[2] 653 umlal $ACC4,$IN01_0,${R4}[0] 768 umlal2 $ACC4,$IN23_0,${R4} 806 umlal $ACC4,$IN01_0,${R4}
|
| /linux/drivers/tty/serial/ |
| A D | sunzilog.c | 200 write_zsreg(channel, R4, regs[R4]); in __load_zsregs() 870 up->curregs[R4] &= ~XCLK_MASK; in sunzilog_convert_to_zs() 871 up->curregs[R4] |= X16CLK; in sunzilog_convert_to_zs() 902 up->curregs[R4] &= ~0x0c; in sunzilog_convert_to_zs() 904 up->curregs[R4] |= SB2; in sunzilog_convert_to_zs() 906 up->curregs[R4] |= SB1; in sunzilog_convert_to_zs() 908 up->curregs[R4] |= PAR_ENAB; in sunzilog_convert_to_zs() 910 up->curregs[R4] &= ~PAR_ENAB; in sunzilog_convert_to_zs() 912 up->curregs[R4] |= PAR_EVEN; in sunzilog_convert_to_zs() 914 up->curregs[R4] &= ~PAR_EVEN; in sunzilog_convert_to_zs() [all …]
|
| A D | pmac_zilog.c | 128 write_zsreg(uap, R4, regs[R4]); in pmz_load_zsregs() 823 uap->curregs[R4] = X16CLK | SB1; in __pmz_startup() 965 uap->curregs[R4] = X1CLK; in pmz_convert_to_zs() 974 uap->curregs[R4] = X16CLK; in pmz_convert_to_zs() 979 uap->curregs[R4] = X32CLK; in pmz_convert_to_zs() 984 uap->curregs[R4] = X16CLK; in pmz_convert_to_zs()
|
| A D | ip22zilog.c | 181 write_zsreg(channel, R4, regs[R4]); in __load_zsregs() 804 up->curregs[R4] &= ~XCLK_MASK; in ip22zilog_convert_to_zs() 805 up->curregs[R4] |= X16CLK; in ip22zilog_convert_to_zs() 1137 up->curregs[R4] = PAR_EVEN | X16CLK | SB1; in ip22zilog_prepare()
|
| A D | zs.h | 64 #define R4 4 macro
|
| A D | ip22zilog.h | 43 #define R4 4 macro
|
| A D | sunzilog.h | 35 #define R4 4 macro
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| A D | mt7988a-bananapi-bpi-r4.dts | 9 model = "Banana Pi BPI-R4";
|
| /linux/tools/perf/arch/arm/util/ |
| A D | unwind-libdw.c | 24 dwarf_regs[4] = REG(R4); in libdw__arch_set_initial_registers()
|
| /linux/arch/powerpc/lib/ |
| A D | ldstfp.S | 169 1: LXVD2X(0,R0,R4) 198 STXVD2X(0,R0,R4)
|
| /linux/tools/perf/arch/loongarch/util/ |
| A D | unwind-libdw.c | 26 dwarf_regs[4] = REG(R4); in libdw__arch_set_initial_registers()
|
| /linux/Documentation/arch/powerpc/ |
| A D | kvm-nested.rst | 112 R4: Hypervisor Supported Capabilities bitmap 1 134 R4: If R3 = H_P2: The number of invalid bitmaps 151 returned, value that was returned in R4. 157 R4: If R3 = H_Busy or_H_LongBusyOrder -> continueToken 227 R4: If R3 = H_Invalid_Element_Id: The array index of the bad 273 R4: If R3 = H_Invalid_Element_Id: The array index of the bad 329 R4: If R3 = H_Success: The reason L1 VCPU exited (ie. NIA) 340 H_Invalid_Element_Value: R4 is offset of the invalid element
|
| /linux/tools/perf/arch/s390/util/ |
| A D | unwind-libdw.c | 30 dwarf_regs[4] = REG(R4); in libdw__arch_set_initial_registers()
|
| /linux/tools/perf/arch/powerpc/util/ |
| A D | unwind-libdw.c | 33 dwarf_regs[4] = REG(R4); in libdw__arch_set_initial_registers()
|
| /linux/drivers/net/hamradio/ |
| A D | z8530.h | 11 #define R4 4 macro
|
| /linux/arch/arm/boot/dts/renesas/ |
| A D | r8a7745-iwg22d-sodimm.dts | 123 * On some older versions of the platform (before R4.0) the phy address 124 * may be 1 or 3. The address is fixed to 3 for R4.0 onwards.
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | nvidia,tegra-audio-rt5677.yaml | 57 - DMIC R4
|