| /linux/lib/crypto/arm64/ |
| 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]
|
| /linux/arch/arm64/crypto/ |
| 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 258 #define SCHED_W_1_6(round, w0, w1, w2, w3, w4, w5) \ argument 263 shl XTMP2.4s, w5.4s, #15; 264 #define SCHED_W_1_7(round, w0, w1, w2, w3, w4, w5) \ argument 266 #define SCHED_W_1_8(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/lib/crc/arm64/ |
| H A D | crc32-core.S | 174 mov w5, wzr 190 \insn w5, w5, x14 194 \insn w5, w5, x15
|
| /linux/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 | 1101 u32 w5, w27, addr; in mt7615_mac_set_rates() local 1120 w5 = mt76_rr(dev, addr + 5 * 4); in mt7615_mac_set_rates() 1121 w5 &= ~(MT_WTBL_W5_BW_CAP | MT_WTBL_W5_CHANGE_BW_RATE | in mt7615_mac_set_rates() 1125 w5 |= FIELD_PREP(MT_WTBL_W5_BW_CAP, rd.bw) | in mt7615_mac_set_rates() 1129 mt76_wr(dev, MT_WTBL_RIUCR0, w5); in mt7615_mac_set_rates()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_trace.h | 146 __field(u64, w5) 155 __entry->w5 = *(word + 5); 159 __entry->w3, __entry->w4, __entry->w5)
|
| /linux/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/drivers/net/wireless/realtek/rtw89/ |
| H A D | cam.h | 21 __le32 w5; member 126 __le32 w5; member 195 __le32 w5; member 312 __le32 w5; member
|
| H A D | txrx.h | 610 __le32 w5; member 626 __le32 w5; member 646 __le32 w5; member
|
| H A D | fw.h | 466 __le32 w5; member 589 __le32 w5; member 638 __le32 w5; member 1389 __le32 w5; member 1532 __le32 w5; member 1705 __le32 w5; member 2273 __le32 w5; member 2296 __le32 w5; member 2901 __le32 w5; member 2937 __le32 w5; member [all …]
|
| H A D | cam.c | 878 h2c->w5 = le32_encode_bits(sma[4], ADDR_CAM_W5_SMA4) | in rtw89_cam_fill_addr_cam_info() 967 h2c->w5 = le32_encode_bits(addr_cam->sec_cam_map[0] & 0xff, in rtw89_cam_fill_dctl_sec_cam_info_v1() 1056 h2c->w5 = le32_encode_bits(addr_cam->sec_cam_map[0], in rtw89_cam_fill_dctl_sec_cam_info_v2() 1189 h2c->w5 = le32_encode_bits(addr_cam->sec_cam_map[0], in rtw89_cam_fill_dctl_sec_cam_info_v3()
|
| /linux/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/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/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()
|
| /linux/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/arch/arm64/lib/ |
| H A D | memcmp.S | 30 #define data2w w5
|
| H A D | memset.S | 37 zva_len .req w5
|
| /linux/lib/crypto/powerpc/ |
| 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/drivers/net/wireless/ath/wil6210/ |
| H A D | txrx_edma.h | 103 u16 w5; member
|