/openbmc/u-boot/arch/arm/lib/ |
H A D | gic_64.S | 88 cmp w10, w11 95 ldr w11, [x9, GICR_WAKER] 96 and w11, w11, w10 /* Clear ProcessorSleep */ 97 str w11, [x9, GICR_WAKER] 104 mov w11, #~0 105 str w11, [x10, GICR_IGROUPRn] 107 mov w11, #0x1 /* Enable SGI 0 */ 108 str w11, [x10, GICR_ISENABLERn]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-cipher-core.S | 88 ldp w10, w11, [rk, #-8] 98 eor w7, w7, w11 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
|
H A D | ghash-ce-core.S | 537 mov w11, #(0x1 << 24) // BE '1U' 539 mov KS0.s[3], w11 703 sub w11, w8, #3 707 rev w11, w11 714 ins KS1.s[3], w11
|
H A D | aes-modes.S | 327 CTR_W .req w11 // XCTR only
|
H A D | sm3-neon-core.S | 50 #define t0 w11
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 274 uint64_t w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; in Transform() local 287 Round(f, g, h, &a, b, c, d, &e, 0x550c7dc3d5ffb4e2ull, w11 = be64_to_cpu(chunk[11])); in Transform() 295 Round(g, h, a, &b, c, d, e, &f, 0x0fc19dc68b8cd5b5ull, w2 += sigma1(w0) + w11 + sigma0(w3)); in Transform() 303 Round(g, h, a, &b, c, d, e, &f, 0xb00327c898fb213full, w10 += sigma1(w8) + w3 + sigma0(w11)); in Transform() 304 Round(f, g, h, &a, b, c, d, &e, 0xbf597fc7beef0ee4ull, w11 += sigma1(w9) + w4 + sigma0(w12)); in Transform() 306 Round(d, e, f, &g, h, a, b, &c, 0xd5a79147930aa725ull, w13 += sigma1(w11) + w6 + sigma0(w14)); in Transform() 312 Round(g, h, a, &b, c, d, e, &f, 0x4d2c6dfc5ac42aedull, w2 += sigma1(w0) + w11 + sigma0(w3)); in Transform() 320 Round(g, h, a, &b, c, d, e, &f, 0xc24b8b70d0f89791ull, w10 += sigma1(w8) + w3 + sigma0(w11)); in Transform() 321 Round(f, g, h, &a, b, c, d, &e, 0xc76c51a30654be30ull, w11 += sigma1(w9) + w4 + sigma0(w12)); in Transform() 323 Round(d, e, f, &g, h, a, b, &c, 0xd69906245565a910ull, w13 += sigma1(w11) + w6 + sigma0(w14)); in Transform() [all …]
|
/openbmc/linux/drivers/crypto/hisilicon/ |
H A D | qm_common.h | 35 __le16 w11; member 50 __le16 w11; member
|
H A D | qm.c | 49 #define QM_SQ_TAIL_IDX(sqc) ((le16_to_cpu((sqc)->w11) >> 6) & 0x1) 61 #define QM_CQ_TAIL_IDX(cqc) ((le16_to_cpu((cqc)->w11) >> 6) & 0x1) 265 (qc)->w11 = 0; \ 2000 sqc->w11 = cpu_to_le16(QM_QC_PASID_ENABLE << in qm_sq_ctx_cfg() 2042 cqc->w11 = cpu_to_le16(QM_QC_PASID_ENABLE); in qm_cq_ctx_cfg()
|
/openbmc/qemu/tests/tcg/mips/include/ |
H A D | wrappers_msa.h | 49 RESET_MSA_REGISTER(w11); in reset_msa_registers()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 14480 + mov w11, w5 // w11 = pref 14595 + ldr q22, [x3, w11, sxtw] 14637 + ldr q30, [x2, w11, sxtw] 14638 + ldr q28, [x4, w11, sxtw] 14746 + mov w11, w5 // w11 = pref 14850 + ldr q22, [x3, w11, sxtw] 14871 + ldr q30, [x2, w11, sxtw] 14872 + ldr q28, [x4, w11, sxtw] 17964 + // w11 is the row offset, meaning the start offset of the first block of every collumn 17966 + eor w11, w11, w11 [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.h | 506 __le32 w11; member
|