| /linux-6.15/arch/arm64/crypto/ |
| H A D | aes-cipher-core.S | 85 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 D | sm3-neon-core.S | 43 #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 D | sm4-ce-core.S | 322 sub w5, w4, #16 323 uxtw x5, w5 370 sub w5, w4, #16 371 uxtw x5, w5 541 ands w5, w4, #15 545 uxtw x5, w5 708 ands w5, w4, #15 712 uxtw x5, w5 875 cmp w5, wzr 912 cbnz w5, .Lmac_ret
|
| H A D | aes-modes.S | 825 cbz w5, .Lmacloop4x 842 cbz w5, .Lmacout 856 cbz w5, .Lmacout
|
| /linux-6.15/arch/arm64/lib/ |
| H A D | crc32.S | 174 mov w5, wzr 190 \insn w5, w5, x14 194 \insn w5, w5, x15
|
| H A D | memcmp.S | 30 #define data2w w5
|
| H A D | memset.S | 37 zva_len .req w5
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | usb_sdio.c | 61 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 D | mac.c | 1104 u32 w5, w27, addr; in mt7615_mac_set_rates() local 1123 w5 = mt76_rr(dev, addr + 5 * 4); in mt7615_mac_set_rates() 1124 w5 &= ~(MT_WTBL_W5_BW_CAP | MT_WTBL_W5_CHANGE_BW_RATE | in mt7615_mac_set_rates() 1128 w5 |= FIELD_PREP(MT_WTBL_W5_BW_CAP, rd.bw) | in mt7615_mac_set_rates() 1132 mt76_wr(dev, MT_WTBL_RIUCR0, w5); in mt7615_mac_set_rates()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | sleep.S | 87 ldp w5, w6, [x9, #(MPIDR_HASH_SHIFTS + 8)] 126 ldp w5, w6, [x8, #(MPIDR_HASH_SHIFTS + 8)]
|
| /linux-6.15/drivers/net/wireless/realtek/rtw88/ |
| H A D | rx.h | 23 __le32 w5; member
|
| H A D | tx.h | 18 __le32 w5; member
|
| H A D | rtw88xxa.h | 78 __le32 w5; member
|
| H A D | tx.c | 74 tx_desc->w5 = le32_encode_bits(pkt_info->short_gi, RTW_TX_DESC_W5_DATA_SHORT) | in rtw_tx_fill_tx_desc() 87 tx_desc->w5 |= le32_encode_bits(1, RTW_TX_DESC_W5_DATA_RTS_SHORT); in rtw_tx_fill_tx_desc()
|
| H A D | rx.c | 296 pkt_stat->tsf_low = le32_get_bits(rx_desc->w5, RTW_RX_DESC_W5_TSFL); in rtw_rx_query_rx_desc()
|
| H A D | rtw8814a.c | 1199 gain[RF_PATH_C] = le32_get_bits(rpt->w5, RTW_JGRPHY_W5_GAIN_C); in rtw8814a_query_phy_status() 1204 snr[RF_PATH_C] = le32_get_bits(rpt->w5, RTW_JGRPHY_W5_RXSNR_C); in rtw8814a_query_phy_status() 1205 snr[RF_PATH_D] = le32_get_bits(rpt->w5, RTW_JGRPHY_W5_RXSNR_D); in rtw8814a_query_phy_status() 1210 evm[RF_PATH_D] = le32_get_bits(rpt->w5, RTW_JGRPHY_W5_RXEVM_4); in rtw8814a_query_phy_status()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | fib_nexthop_multiprefix.sh | 174 run_cmd ip netns exec ${h0} ping -s ${ping_sz} -c5 -w5 ${dst} 203 run_cmd ip netns exec ${h0} ${ping6} -s ${ping_sz} -c5 -w5 ${dst}
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | sm3-avx-asm_64.S | 271 #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; \
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | txrx.h | 581 __le32 w5; member 597 __le32 w5; member 617 __le32 w5; member
|
| H A D | cam.h | 362 __le32 w5; member 431 __le32 w5; member
|
| H A D | fw.h | 442 __le32 w5; member 565 __le32 w5; member 614 __le32 w5; member 1365 __le32 w5; member 1534 __le32 w5; member 2655 __le32 w5; member 2690 __le32 w5; member 2751 __le32 w5; member 2818 __le32 w5; member 3650 __le32 w5; member
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | README.rst | 218 14: 16 05 40 00 00 00 00 00 if w5 == 0 goto +64 <LBB0_6> 219 15: bc 51 00 00 00 00 00 00 w1 = w5 232 Note that insn #15 has w1 = w5 and w1 is refined later but 233 r5(w5) is eventually saved on stack at insn #24 for later use.
|
| /linux-6.15/arch/powerpc/crypto/ |
| H A D | sha256-spe-asm.S | 156 #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] */ \
|
| /linux-6.15/drivers/net/wireless/ath/wil6210/ |
| H A D | txrx_edma.h | 103 u16 w5; member
|
| /linux-6.15/drivers/tee/optee/ |
| H A D | ffa_abi.c | 541 u32 w5 = data->data2; in optee_ffa_yielding_call() local 568 data->data2 = w5; in optee_ffa_yielding_call()
|