Home
last modified time | relevance | path

Searched refs:w6 (Results 1 – 10 of 10) sorted by relevance

/linux/arch/arm64/crypto/
H A Dsm4-ce-ccm-core.S189 umov w6, RMAC.b[0] /* get top MAC byte */
192 eor w6, w6, w0 /* w6 = MAC ^ input */
195 strb w6, [x5], #1 /* store MAC byte */
301 umov w6, RMAC.b[0] /* get top MAC byte */
304 eor w6, w6, w9 /* w6 = MAC ^ output */
307 strb w6, [x5], #1 /* store MAC byte */
H A Dsm4-ce-gcm-core.S210 add w6, w9, #1; \
496 umov w6, v0.b[0] /* get top crypted byte */
497 eor w6, w6, w0 /* w6 = CTR ^ input */
498 strb w6, [x1], #1 /* store out byte */
503 ins v0.b[15], w6
688 umov w6, v0.b[0] /* get top crypted byte */
689 eor w6, w6, w0 /* w6 = CTR ^ input */
690 strb w6, [x1], #1 /* store out byte */
H A Dsm4-ce-core.S543 sub w6, w4, #1
544 csel w4, w4, w6, eq
710 sub w6, w4, #1
711 csel w4, w4, w6, eq
874 sub w6, w3, #1
876 csel w3, w3, w6, ne
/linux/lib/crypto/powerpc/
H A Dsha1-spe-asm.S130 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
132 evmergelohi rT0,w7,w6; /* W[-3] */ \
156 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
157 evmergelohi rT0,w7,w6; /* W[-3] */ \
180 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
182 evmergelohi rT0,w7,w6; /* W[-3] */ \
208 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
209 R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k)
/linux/arch/arm64/kernel/
H A Dsleep.S87 ldp w5, w6, [x9, #(MPIDR_HASH_SHIFTS + 8)]
126 ldp w5, w6, [x8, #(MPIDR_HASH_SHIFTS + 8)]
/linux/arch/arm64/lib/
H A Dmemchr.S35 #define cur_byte w6
/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.h19 __le32 w6; member
H A Drtw8814a.c1200 gain[RF_PATH_D] = le32_get_bits(rpt->w6, RTW_JGRPHY_W6_GAIN_D); in rtw8814a_query_phy_status()
1213 evm[RF_PATH_A] = le32_get_bits(rpt->w6, in rtw8814a_query_phy_status()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcam.c882 h2c->w6 = le32_encode_bits(tma[2], ADDR_CAM_W6_TMA2) | in rtw89_cam_fill_addr_cam_info()
980 h2c->w6 = le32_encode_bits(addr_cam->sec_ent[3], in rtw89_cam_fill_dctl_sec_cam_info_v1()
1063 h2c->w6 = le32_encode_bits(addr_cam->sec_ent[1], in rtw89_cam_fill_dctl_sec_cam_info_v2()
1193 h2c->w6 = le32_encode_bits(addr_cam->sec_ent[0], in rtw89_cam_fill_dctl_sec_cam_info_v3()
/linux/drivers/tee/optee/
H A Dffa_abi.c542 u32 w6 = data->data3; in optee_ffa_yielding_call() local
569 data->data3 = w6; in optee_ffa_yielding_call()