Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/arm64/crypto/
H A Daes-cipher-core.S86 ldp w6, w7, [in, #8]
92 CPU_BE( rev w6, w6 )
97 eor w6, w6, w10
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
117 CPU_BE( rev w6, w6 )
121 stp w6, w7, [out, #8]
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 Daes-ce-ccm-core.S66 umov w6, v0.b[0]
67 eor w6, w6, w7
68 strb w6, [x0], #1
189 umov w6, v1.b[0] /* get top crypted ctr byte */
193 eor w9, w9, w6
195 eor w9, w9, w6
H A Dsha1-ce-core.S70 loadrc k0.4s, 0x5a827999, w6
71 loadrc k1.4s, 0x6ed9eba1, w6
72 loadrc k2.4s, 0x8f1bbcdc, w6
73 loadrc k3.4s, 0xca62c1d6, w6
H A Dchacha-neon-core.S523 mov w6, v16.s[0]
529 add a0, a0, w6
547 mov w6, v20.s[0]
553 add a4, a4, w6
568 mov w6, v24.s[0]
574 add a8, a8, w6
589 mov w6, v28.s[0]
595 add a12, a12, w6
606 ldp w6, w7, [x2], #64
609 eor a0, a0, w6
[all …]
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.S701 sub w6, w4, #1
702 csel w4, w4, w6, eq
868 sub w6, w4, #1
869 csel w4, w4, w6, eq
1032 sub w6, w3, #1
1034 csel w3, w3, w6, ne
H A Daes-modes.S74 encrypt_block v0, w3, x2, x5, w6
104 decrypt_block v0, w3, x2, x5, w6
325 BYTE_CTR_W .req w6 // XCTR only
/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-common.c104 nvp.w6 = xive_set_field32(NVP2_W6_REPORTING_LINE, nvp.w6, in set_nvp()
113 uint64_t upper = xive_get_field32(0x0fffffff, nvp->w6); in get_cl_pair_addr()
184 end.w6 = xive_set_field32(END2_W6_IGNORE, 0, i); in set_end()
185 end.w6 = xive_set_field32(END2_W6_VP_OFFSET, end.w6, nvp_index); in set_end()
/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
282 Round(c, d, e, &f, g, h, a, &b, 0x923f82a4af194f9bull, w6 = be64_to_cpu(chunk[6])); in Transform()
298 Round(d, e, f, &g, h, a, b, &c, 0x4a7484aa6ea6e483ull, w5 += sigma1(w3) + w14 + sigma0(w6)); in Transform()
299 Round(c, d, e, &f, g, h, a, &b, 0x5cb0a9dcbd41fbd4ull, w6 += sigma1(w4) + w15 + sigma0(w7)); in Transform()
301 Round(a, b, c, &d, e, f, g, &h, 0x983e5152ee66dfabull, w8 += sigma1(w6) + w1 + sigma0(w9)); in Transform()
306 Round(d, e, f, &g, h, a, b, &c, 0xd5a79147930aa725ull, w13 += sigma1(w11) + w6 + sigma0(w14)); in Transform()
315 Round(d, e, f, &g, h, a, b, &c, 0x766a0abb3c77b2a8ull, w5 += sigma1(w3) + w14 + sigma0(w6)); in Transform()
316 Round(c, d, e, &f, g, h, a, &b, 0x81c2c92e47edaee6ull, w6 += sigma1(w4) + w15 + sigma0(w7)); in Transform()
318 Round(a, b, c, &d, e, f, g, &h, 0xa2bfe8a14cf10364ull, w8 += sigma1(w6) + w1 + sigma0(w9)); in Transform()
323 Round(d, e, f, &g, h, a, b, &c, 0xd69906245565a910ull, w13 += sigma1(w11) + w6 + sigma0(w14)); in Transform()
[all …]
/openbmc/qemu/include/hw/ppc/
H A Dxive2_regs.h99 uint32_t w6; member
132 (be32_to_cpu((end)->w6) & END2_W6_IGNORE)
134 (be32_to_cpu((end)->w6) & END2_W6_CROWD)
176 uint32_t w6; member
223 uint32_t w6; member
H A Dxive_regs.h247 uint32_t w6; member
293 uint32_t w6; member
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dlowlevel.S368 mov w6, #8 /* HN-F node count */
380 subs w6, w6, #1
381 cbnz w6, 1b
390 mov w6, #8 /* HN-F node count */
399 subs w6, w6, #1
400 cbnz w6, 1b
/openbmc/linux/arch/powerpc/crypto/
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)
/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/arm64/fp/
H A Dzt-test.S176 mov w6, w2
184 str w6, [x1, #sa_flags]
H A Dfpsimd-test.S191 mov w6, w2
199 str w6, [x1, #sa_flags]
H A Dza-test.S207 mov w6, w2
215 str w6, [x1, #sa_flags]
H A Dsve-test.S354 mov w6, w2
362 str w6, [x1, #sa_flags]
/openbmc/linux/arch/arm64/lib/
H A Dmemchr.S35 #define cur_byte w6
/openbmc/qemu/hw/intc/
H A Dxive2.c40 cache_addr = xive_get_field32(NVP2_W6_REPORTING_LINE, nvp->w6) << 24 | in xive2_nvp_reporting_addr()
117 uint32_t nvp_blk = xive_get_field32(END2_W6_VP_BLOCK, end->w6); in xive2_end_pic_print_info()
118 uint32_t nvp_idx = xive_get_field32(END2_W6_VP_OFFSET, end->w6); in xive2_end_pic_print_info()
867 format = xive_get_field32(END2_W6_FORMAT_BIT, end.w6); in xive2_router_end_notify()
890 nvp_blk = xive_get_field32(END2_W6_VP_BLOCK, end.w6); in xive2_router_end_notify()
891 nvp_idx = xive_get_field32(END2_W6_VP_OFFSET, end.w6); in xive2_router_end_notify()
H A Dspapr_xive.c141 uint32_t nvt = xive_get_field32(END_W6_NVT_INDEX, end->w6); in spapr_xive_end_pic_print_info()
532 VMSTATE_UINT32(w6, XiveEND),
1197 nvt_blk = xive_get_field32(END_W6_NVT_BLOCK, end->w6); in h_int_get_source_config()
1198 nvt_idx = xive_get_field32(END_W6_NVT_INDEX, end->w6); in h_int_get_source_config()
1421 end.w6 = xive_set_field32(END_W6_NVT_BLOCK, 0ul, nvt_blk) | in h_int_set_queue_config()
H A Dxive.c1484 uint32_t nvt_blk = xive_get_field32(END_W6_NVT_BLOCK, end->w6); in xive_end_pic_print_info()
1485 uint32_t nvt_idx = xive_get_field32(END_W6_NVT_INDEX, end->w6); in xive_end_pic_print_info()
1844 format = xive_get_field32(END_W6_FORMAT_BIT, end.w6); in xive_router_end_notify()
1867 nvt_blk = xive_get_field32(END_W6_NVT_BLOCK, end.w6); in xive_router_end_notify()
1868 nvt_idx = xive_get_field32(END_W6_NVT_INDEX, end.w6); in xive_router_end_notify()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.h19 __le32 w6; member
/openbmc/linux/drivers/tee/optee/
H A Dffa_abi.c540 u32 w6 = data->data3; in optee_ffa_yielding_call() local
567 data->data3 = w6; in optee_ffa_yielding_call()

12