Home
last modified time | relevance | path

Searched refs:w5 (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/linux/arch/arm64/crypto/
H A Daes-cipher-core.S85 ldp w4, w5, [in]
91 CPU_BE( rev w5, w5 )
96 eor w5, w5, w9
104 0: \round w8, w9, w10, w11, w4, w5, w6, w7
105 \round w4, w5, w6, w7, w8, w9, w10, w11
108 \round w8, w9, w10, w11, w4, w5, w6, w7
110 2: \round w4, w5, w6, w7, w8, w9, w10, w11
113 \round w4, w5, w6, w7, w8, w9, w10, w11, \bsz, b
116 CPU_BE( rev w5, w5 )
120 stp w4, w5, [out]
H A Dsm3-neon-core.S43 #define rc w5
244 #define SCHED_W_1_1(round, w0, w1, w2, w3, w4, w5) \ argument
248 #define SCHED_W_1_2(round, w0, w1, w2, w3, w4, w5) \ argument
250 #define SCHED_W_1_3(round, w0, w1, w2, w3, w4, w5) \ argument
252 #define SCHED_W_1_4(round, w0, w1, w2, w3, w4, w5) \ argument
254 #define SCHED_W_1_5(round, w0, w1, w2, w3, w4, w5) \ argument
263 shl XTMP2.4s, w5.4s, #15;
267 sri XTMP2.4s, w5.4s, #(32-15);
295 ext XTMP2.16b, XTMP2.16b, w5.16b, #12;
299 #define SCHED_W_3_6(round, w0, w1, w2, w3, w4, w5) argument
[all …]
H A Dsm4-ce-core.S322 sub w5, w4, #16
323 uxtw x5, w5
370 sub w5, w4, #16
371 uxtw x5, w5
699 ands w5, w4, #15
703 uxtw x5, w5
866 ands w5, w4, #15
870 uxtw x5, w5
1033 cmp w5, wzr
1070 cbnz w5, .Lmac_ret
H A Daes-ce-ccm-core.S33 cmp w5, #12 /* which key size? */
35 sub w7, w5, #2 /* modified # of rounds */
H A Daes-modes.S825 cbz w5, .Lmacloop4x
842 cbz w5, .Lmacout
856 cbz w5, .Lmacout
/openbmc/qemu/tests/migration/aarch64/
H A Da-b-kernel.S46 mov w5, #0
65 add w5, w5, #1
66 and w5, w5, #0x1f
67 cmp w5, #0
/openbmc/openpower-hw-diags/test/
H A Dtest-bin-stream.cpp41 RegisterId_t w5 = static_cast<RegisterId_t>(0x123456); in TEST() local
48 w << w1 << w2 << w3 << w4 << w5; in TEST()
70 ASSERT_EQ(w5, r5); in TEST()
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c274 uint64_t w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; in Transform() local
281 Round(d, e, f, &g, h, a, b, &c, 0x59f111f1b605d019ull, w5 = be64_to_cpu(chunk[5])); in Transform()
297 Round(e, f, g, &h, a, b, c, &d, 0x2de92c6f592b0275ull, w4 += sigma1(w2) + w13 + sigma0(w5)); in Transform()
298 Round(d, e, f, &g, h, a, b, &c, 0x4a7484aa6ea6e483ull, w5 += sigma1(w3) + w14 + sigma0(w6)); in Transform()
300 Round(b, c, d, &e, f, g, h, &a, 0x76f988da831153b5ull, w7 += sigma1(w5) + w0 + sigma0(w8)); in Transform()
314 Round(e, f, g, &h, a, b, c, &d, 0x650a73548baf63deull, w4 += sigma1(w2) + w13 + sigma0(w5)); in Transform()
315 Round(d, e, f, &g, h, a, b, &c, 0x766a0abb3c77b2a8ull, w5 += sigma1(w3) + w14 + sigma0(w6)); in Transform()
317 Round(b, c, d, &e, f, g, h, &a, 0x92722c851482353bull, w7 += sigma1(w5) + w0 + sigma0(w8)); in Transform()
331 Round(e, f, g, &h, a, b, c, &d, 0x391c0cb3c5c95a63ull, w4 += sigma1(w2) + w13 + sigma0(w5)); in Transform()
334 Round(b, c, d, &e, f, g, h, &a, 0x682e6ff3d6b2b8a3ull, w7 += sigma1(w5) + w0 + sigma0(w8)); in Transform()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dusb_sdio.c61 u32 w5, w27, addr, val; in mt7663_usb_sdio_set_rates() local
78 w5 = mt76_rr(dev, addr + 5 * 4); in mt7663_usb_sdio_set_rates()
79 w5 &= ~(MT_WTBL_W5_BW_CAP | MT_WTBL_W5_CHANGE_BW_RATE | in mt7663_usb_sdio_set_rates()
83 w5 |= FIELD_PREP(MT_WTBL_W5_BW_CAP, rate->bw) | in mt7663_usb_sdio_set_rates()
87 mt76_wr(dev, MT_WTBL_RIUCR0, w5); in mt7663_usb_sdio_set_rates()
H A Dmac.c1108 u32 w5, w27, addr; in mt7615_mac_set_rates() local
1127 w5 = mt76_rr(dev, addr + 5 * 4); in mt7615_mac_set_rates()
1128 w5 &= ~(MT_WTBL_W5_BW_CAP | MT_WTBL_W5_CHANGE_BW_RATE | in mt7615_mac_set_rates()
1132 w5 |= FIELD_PREP(MT_WTBL_W5_BW_CAP, rd.bw) | in mt7615_mac_set_rates()
1136 mt76_wr(dev, MT_WTBL_RIUCR0, w5); in mt7615_mac_set_rates()
/openbmc/qemu/include/hw/ppc/
H A Dxive2_regs.h95 uint32_t w5; member
162 uint32_t w5; member
207 uint32_t w5; member
H A Dxive_regs.h232 uint32_t w5; member
279 uint32_t w5; member
/openbmc/linux/arch/arm64/kernel/
H A Dsleep.S87 ldp w5, w6, [x9, #(MPIDR_HASH_SHIFTS + 8)]
129 ldp w5, w6, [x8, #(MPIDR_HASH_SHIFTS + 8)]
/openbmc/linux/tools/testing/selftests/net/
H A Dfib_nexthop_multiprefix.sh176 run_cmd ip netns exec h0 ping -s ${ping_sz} -c5 -w5 ${dst}
205 run_cmd ip netns exec h0 ${ping6} -s ${ping_sz} -c5 -w5 ${dst}
/openbmc/linux/arch/x86/crypto/
H A Dsm3-avx-asm_64.S271 #define SCHED_W_0(round, w0, w1, w2, w3, w4, w5) \ argument
282 #define SCHED_W_1(round, w0, w1, w2, w3, w4, w5) \ argument
285 vpslld $15, w5, XTMP2; \
286 vpsrld $(32-15), w5, XTMP3; \
307 #define SCHED_W_2(round, w0, w1, w2, w3, w4, w5) \ argument
310 vpalignr $12, XTMP4, w5, XTMP4; \
/openbmc/linux/tools/testing/selftests/bpf/
H A DREADME.rst188 14: 16 05 40 00 00 00 00 00 if w5 == 0 goto +64 <LBB0_6>
189 15: bc 51 00 00 00 00 00 00 w1 = w5
202 Note that insn #15 has w1 = w5 and w1 is refined later but
203 r5(w5) is eventually saved on stack at insn #24 for later use.
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.h18 __le32 w5; member
H A Dtx.c69 tx_desc->w5 = le32_encode_bits(pkt_info->short_gi, RTW_TX_DESC_W5_DATA_SHORT) | in rtw_tx_fill_tx_desc()
82 tx_desc->w5 |= le32_encode_bits(1, RTW_TX_DESC_W5_DATA_RTS_SHORT); in rtw_tx_fill_tx_desc()
/openbmc/linux/arch/arm64/lib/
H A Dmemcmp.S30 #define data2w w5
H A Dmemset.S36 zva_len .req w5
/openbmc/linux/arch/powerpc/crypto/
H A Dsha256-spe-asm.S156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
186 evmergelohi rT0,w4,w5; /* w[-7] */ \
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache.S34 clz w5, w3 /* bit position of #ways */
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.h103 u16 w5; member
/openbmc/linux/drivers/tee/optee/
H A Dffa_abi.c539 u32 w5 = data->data2; in optee_ffa_yielding_call() local
566 data->data2 = w5; in optee_ffa_yielding_call()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hw.h3901 WORD5 w5; /* Header control/status word */ member
3996 WORD5 w5; /* Header control/status word */ member
4007 WORD5 w5; /* Header control/status word */ member
4032 WORD5 w5; /* Header control/status word */ member

12