/linux-6.3-rc2/arch/x86/crypto/ |
A D | serpent-sse2-i586-asm_32.S | 30 #define RD %xmm3 macro 516 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1); 517 S1(RC, RB, RD, RA, RE); LK(RE, RD, RA, RC, RB, 2); 518 S2(RE, RD, RA, RC, RB); LK(RB, RD, RE, RC, RA, 3); 519 S3(RB, RD, RE, RC, RA); LK(RC, RA, RD, RB, RE, 4); 520 S4(RC, RA, RD, RB, RE); LK(RA, RD, RB, RE, RC, 5); 521 S5(RA, RD, RB, RE, RC); LK(RC, RA, RD, RE, RB, 6); 522 S6(RC, RA, RD, RE, RB); LK(RD, RB, RA, RE, RC, 7); 523 S7(RD, RB, RA, RE, RC); LK(RC, RA, RE, RD, RB, 8); 524 S0(RC, RA, RE, RD, RB); LK(RE, RA, RD, RC, RB, 9); [all …]
|
A D | serpent-sse2-x86_64-asm_64.S | 637 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 638 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 639 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 640 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 641 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 642 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 643 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 644 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 645 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); 646 S(S1, RE, RA, RD, RC, RB); LK2(RB, RD, RC, RE, RA, 10); [all …]
|
A D | serpent-avx-x86_64-asm_64.S | 567 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 568 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 569 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 570 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 571 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 572 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 573 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 574 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 575 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); 576 S(S1, RE, RA, RD, RC, RB); LK2(RB, RD, RC, RE, RA, 10); [all …]
|
A D | serpent-avx2-asm_64.S | 567 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 568 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 569 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 570 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 571 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 572 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 573 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 574 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 575 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); 576 S(S1, RE, RA, RD, RC, RB); LK2(RB, RD, RC, RE, RA, 10); [all …]
|
A D | twofish-avx-x86_64-asm_64.S | 189 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \ 190 encrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); 193 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \ 194 encrypt_round(((2*n) + 1), RC, RD, RA, RB, dummy, dummy); 197 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \ 198 decrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); 201 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \ 202 decrypt_round((2*n), RA, RB, RC, RD, dummy, dummy);
|
A D | cast6-avx-x86_64-asm_64.S | 153 qop(RD, RC, 1); \ 162 qop(RA, RD, 1); 166 qop(RA, RD, 1); \ 175 qop(RD, RC, 1);
|
/linux-6.3-rc2/arch/mips/mm/ |
A D | uasm-mips.c | 72 [insn_cfc1] = {M(cop1_op, cfc_op, 0, 0, 0, 0), RT | RD}, 80 RS | RT | RD}, 87 RS | RT | RD}, 90 RS | RT | RD}, 94 RS | RT | RD}, 141 [insn_mfhi] = {M(spec_op, 0, 0, 0, 0, mfhi_op), RD}, 142 [insn_mflo] = {M(spec_op, 0, 0, 0, 0, mflo_op), RD}, 144 RS | RT | RD}, 152 RS | RT | RD}, 154 RS | RT | RD}, [all …]
|
A D | uasm-micromips.c | 43 [insn_addu] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD}, 45 [insn_and] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD}, 93 [insn_mul] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_mul_op), RT | RS | RD}, 94 [insn_or] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_or32_op), RT | RS | RD}, 101 [insn_sll] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_sll32_op), RT | RS | RD}, 103 [insn_slt] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_slt_op), RT | RS | RD}, 105 [insn_sltu] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_sltu_op), RT | RS | RD}, 106 [insn_sra] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_sra_op), RT | RS | RD}, 107 [insn_srav] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_srav_op), RT | RS | RD}, 108 [insn_srl] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_srl32_op), RT | RS | RD}, [all …]
|
/linux-6.3-rc2/arch/sparc/crypto/ |
A D | opcodes.h | 14 #define RD(x) (FPD_ENCODE(x) << 25) macro 19 .word (F3F(2,0x36,0x147)|RS1(a)|RS2(b)|RD(c)); 31 .word (F3F(2, 0x19, 0)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 33 .word (F3F(2, 0x19, 1)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 35 .word (F3F(2, 0x19, 2)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 37 .word (F3F(2, 0x19, 3)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 49 .word (F3F(2, 0x36, 0x130)|RS1(a)|RS2(b)|RD(c)); 51 .word (F3F(2, 0x36, 0x131)|RS1(a)|RS2(b)|RD(c)); 54 .word (F3F(2, 0x36, 0x134)|RS1(a)|RD(b)); 56 .word (F3F(2, 0x36, 0x135)|RS1(a)|RD(b)); [all …]
|
/linux-6.3-rc2/include/rdma/ |
A D | ib_pack.h | 135 IB_OPCODE(RD, SEND_FIRST), 136 IB_OPCODE(RD, SEND_MIDDLE), 137 IB_OPCODE(RD, SEND_LAST), 139 IB_OPCODE(RD, SEND_ONLY), 141 IB_OPCODE(RD, RDMA_WRITE_FIRST), 143 IB_OPCODE(RD, RDMA_WRITE_LAST), 145 IB_OPCODE(RD, RDMA_WRITE_ONLY), 152 IB_OPCODE(RD, ACKNOWLEDGE), 154 IB_OPCODE(RD, COMPARE_SWAP), 155 IB_OPCODE(RD, FETCH_ADD), [all …]
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | rados.h | 206 f(READ, __CEPH_OSD_OP(RD, DATA, 1), "read") \ 207 f(STAT, __CEPH_OSD_OP(RD, DATA, 2), "stat") \ 208 f(MAPEXT, __CEPH_OSD_OP(RD, DATA, 3), "mapext") \ 214 f(NOTIFY, __CEPH_OSD_OP(RD, DATA, 6), "notify") \ 241 f(TMAPGET, __CEPH_OSD_OP(RD, DATA, 12), "tmapget") \ 257 f(OMAP_CMP, __CEPH_OSD_OP(RD, DATA, 25), "omap-cmp") \ 264 f(ISDIRTY, __CEPH_OSD_OP(RD, DATA, 29), "isdirty") \ 283 f(GETXATTR, __CEPH_OSD_OP(RD, ATTR, 1), "getxattr") \ 285 f(CMPXATTR, __CEPH_OSD_OP(RD, ATTR, 3), "cmpxattr") \ 314 f(CALL, __CEPH_OSD_OP(RD, EXEC, 1), "call") \ [all …]
|
/linux-6.3-rc2/drivers/net/dsa/ |
A D | rzn1_a5psw.c | 595 mac_stats->FramesReceivedOK = RD(aFramesReceivedOK); in a5psw_get_eth_mac_stats() 597 mac_stats->AlignmentErrors = RD(aAlignmentErrors); in a5psw_get_eth_mac_stats() 600 mac_stats->LateCollisions = RD(aLateCollisions); in a5psw_get_eth_mac_stats() 604 mac_stats->OctetsReceivedOK = RD(aOctetsReceivedOK); in a5psw_get_eth_mac_stats() 611 #undef RD in a5psw_get_eth_mac_stats() 634 rmon_stats->fragments = RD(etherStatsFragments); in a5psw_get_rmon_stats() 635 rmon_stats->jabbers = RD(etherStatsJabbers); in a5psw_get_rmon_stats() 636 rmon_stats->hist[0] = RD(etherStatsPkts64Octets); in a5psw_get_rmon_stats() 637 rmon_stats->hist[1] = RD(etherStatsPkts65to127Octets); in a5psw_get_rmon_stats() 642 rmon_stats->hist[6] = RD(etherStatsPkts1519toXOctets); in a5psw_get_rmon_stats() [all …]
|
/linux-6.3-rc2/arch/sparc/net/ |
A D | bpf_jit_comp_32.c | 25 #define RD(X) ((X) << 25) macro 69 (F2(0, 0x4) | RD(REG) | (((K) >> 10) & 0x3fffff)) 113 *prog++ = SUB | RS1(G0) | RS2(r_A) | RD(r_A); \ 118 *prog++ = OR | RS1(G0) | RS2(FROM) | RD(TO); \ 123 *prog++ = OR | RS1(G0) | RS2(G0) | RD(REG); \ 161 _insn |= RS1(r_A) | RD(r_A); \ 262 *prog++ = (SUBCC | RS1(R1) | RS2(R2) | RD(G0)) 268 *prog++ = (ANDCC | RS1(R1) | RS2(R2) | RD(G0)) 274 *prog++ = (SUB | RS1(R1) | RS2(R2) | RD(R3)) 280 *prog++ = (ADD | RS1(R1) | RS2(R2) | RD(R3)) [all …]
|
A D | bpf_jit_comp_64.c | 54 #define RD(X) ((X) << 25) macro 137 (F2(0, 0x4) | RD(REG) | (((K) >> 10) & 0x3fffff)) 263 emit(OR | RS1(G0) | RS2(from) | RD(to), ctx); in emit_reg_move() 295 emit(opcode | RS1(a) | RS2(b) | RD(c), ctx); in emit_alu3() 304 insn |= RS1(dst) | RD(dst); in emit_alu_K() 323 insn |= RS1(src) | RD(dst); in emit_alu3_K() 647 emit(SUBCC | RS1(R1) | RS2(R2) | RD(G0), CTX) 653 emit(ANDCC | RS1(R1) | RS2(R2) | RD(G0), CTX) 998 emit(SUB | RS1(0) | RS2(dst) | RD(dst), ctx); in build_insn() 1285 emit(opcode | RS1(src) | rs2 | RD(dst), ctx); in build_insn() [all …]
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-au1550.c | 50 static inline unsigned long RD(struct i2c_au1550_data *a, int r) in RD() function 61 if (RD(adap, PSC_SMBSTAT) & PSC_SMBSTAT_TE) in wait_xfer_done() 77 stat = RD(adap, PSC_SMBEVNT); in wait_ack() 90 if ((RD(adap, PSC_SMBEVNT) & PSC_SMBEVNT_MD) != 0) in wait_master_done() 104 stat = RD(adap, PSC_SMBSTAT); in do_address() 109 while ((RD(adap, PSC_SMBPCR) & PSC_SMBPCR_DC) != 0) in do_address() 144 if ((RD(adap, PSC_SMBSTAT) & PSC_SMBSTAT_RE) == 0) in wait_for_rx_byte() 150 *out = RD(adap, PSC_SMBTXRX); in wait_for_rx_byte() 181 buf[i] = (unsigned char)(RD(adap, PSC_SMBTXRX) & 0xff); in i2c_read() 261 while ((RD(priv, PSC_SMBSTAT) & PSC_SMBSTAT_SR) == 0) in i2c_au1550_setup() [all …]
|
/linux-6.3-rc2/arch/powerpc/crypto/ |
A D | sha1-powerpc-asm.S | 30 #define RD(t) ((((t)+1)%6)+7) macro 40 andc r0,RD(t),RB(t); \ 53 andc r0,RD(t),RB(t); \ 70 xor r6,r6,RD(t); \ 80 xor r6,r6,RD(t); \ 92 and r0,RB(t),RD(t); \ 96 and r0,RC(t),RD(t); \ 134 lwz RD(0),12(r3) /* D */ 175 add RD(0),RD(80),r19 183 stw RD(0),12(r3)
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | visemul.c | 350 store_reg(regs, rd_val, RD(insn)); in edge() 403 store_reg(regs, rd_val, RD(insn)); in array() 415 store_reg(regs, rd_val, RD(insn)); in bmask() 445 *fpd_regaddr(f, RD(insn)) = rd_val; in bshuffle() 456 rd = fpd_regaddr(f, RD(insn)); in pdist() 503 *fps_regaddr(f, RD(insn)) = rd_val; in pformat() 526 *fpd_regaddr(f, RD(insn)) = rd_val; in pformat() 549 *fps_regaddr(f, RD(insn)) = rd_val; in pformat() 567 *fpd_regaddr(f, RD(insn)) = rd_val; in pformat() 583 *fpd_regaddr(f, RD(insn)) = rd_val; in pformat() [all …]
|
/linux-6.3-rc2/sound/soc/au1x/ |
A D | ac97c.c | 72 static inline unsigned long RD(struct au1xpsc_audio_data *ctx, int reg) in RD() function 96 while ((RD(ctx, AC97_STATUS) & STAT_CP) && --tmo) in au1xac97c_ac97_read() 109 while ((RD(ctx, AC97_STATUS) & STAT_CP) && --tmo) in au1xac97c_ac97_read() 111 data = RD(ctx, AC97_CMDRESP); in au1xac97c_ac97_read() 135 for (tmo = 5; (RD(ctx, AC97_STATUS) & STAT_CP) && tmo; tmo--) in au1xac97c_ac97_write() 144 for (tmo = 10; (RD(ctx, AC97_STATUS) & STAT_CP) && tmo; tmo--) in au1xac97c_ac97_write() 176 while (((RD(ctx, AC97_STATUS) & STAT_RD) == 0) && --i) in au1xac97c_ac97_cold_reset()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_stats.c | 930 #define RD(name) \ in mlx5e_stats_eth_mac_get() macro 947 #undef RD in mlx5e_stats_eth_mac_get() 1113 #define RD(name) \ in mlx5e_stats_rmon_get() macro 1119 rmon->fragments = RD(ether_stats_fragments); in mlx5e_stats_rmon_get() 1120 rmon->jabbers = RD(ether_stats_jabbers); in mlx5e_stats_rmon_get() 1122 rmon->hist[0] = RD(ether_stats_pkts64octets); in mlx5e_stats_rmon_get() 1123 rmon->hist[1] = RD(ether_stats_pkts65to127octets); in mlx5e_stats_rmon_get() 1124 rmon->hist[2] = RD(ether_stats_pkts128to255octets); in mlx5e_stats_rmon_get() 1125 rmon->hist[3] = RD(ether_stats_pkts256to511octets); in mlx5e_stats_rmon_get() 1126 rmon->hist[4] = RD(ether_stats_pkts512to1023octets); in mlx5e_stats_rmon_get() [all …]
|
/linux-6.3-rc2/arch/arm64/boot/dts/marvell/ |
A D | ac5-98dx35xx-rd.dts | 3 * Device Tree For RD-AC5X. 18 model = "Marvell RD-AC5X Board";
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | armada-382-rd-ac3x-48g4x2xl.dts | 4 * (RD-AC3X-48G4X2XL) 15 model = "Marvell Armada 382 RD-AC3X";
|
A D | armada-xp-axpwifiap.dts | 3 * Device Tree file for Marvell RD-AXPWiFiAP. 21 model = "Marvell RD-AXPWiFiAP";
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | insn-def.h | 148 RD(dest), RS1(addr), __RS2(3)) 152 RD(dest), RS1(addr), __RS2(0)) 157 RD(dest), RS1(addr), __RS2(0))
|
/linux-6.3-rc2/arch/sh/include/mach-ecovec24/mach/ |
A D | partner-jet-setup.txt | 9 LIST "> RD zImage, 0xa8800000" 14 LIST "> RD romImage, 0"
|
/linux-6.3-rc2/tools/testing/ktest/ |
A D | config-bisect.pl | 174 open (RD, ">$redirect") or 180 print RD if ($dord); 187 close(RD) if ($dord);
|