/openbmc/u-boot/arch/arm/lib/ |
H A D | gic_64.S | 29 mov w9, #0x37 /* EnableGrp0 | EnableGrp1NS */ 31 str w9, [x0, GICD_CTLR] /* Secure GICD_CTLR */ 32 ldr w9, [x0, GICD_TYPER] 33 and w10, w9, #0x1f /* ITLinesNumber */ 37 mov w9, #~0 38 0: str w9, [x11], #0x4 43 mov w9, #0x3 /* EnableGrp0 | EnableGrp1 */ 44 str w9, [x0, GICD_CTLR] /* Secure GICD_CTLR */ 45 ldr w9, [x0, GICD_TYPER] 46 and w10, w9, #0x1f /* ITLinesNumber */ [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-cipher-core.S | 87 ldp w8, w9, [rk], #16 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
|
H A D | sm4-ce-ccm-core.S | 188 umov w9, v8.b[0] /* get top crypted CTR byte */ 191 eor w9, w9, w0 /* w9 = CTR ^ input */ 194 strb w9, [x1], #1 /* store out byte */ 300 umov w9, v8.b[0] /* get top crypted CTR byte */ 303 eor w9, w9, w0 /* w9 = CTR ^ input */ 304 eor w6, w6, w9 /* w6 = MAC ^ output */ 306 strb w9, [x1], #1 /* store out byte */
|
H A D | aes-ce-ccm-core.S | 188 7: ldrb w9, [x1], #1 /* get 1 byte of input */ 192 eor w7, w7, w9 193 eor w9, w9, w6 195 eor w9, w9, w6 196 eor w7, w7, w9 198 strb w9, [x0], #1 /* store out byte */
|
H A D | chacha-neon-core.S | 527 mov w9, v19.s[0] 533 add a3, a3, w9 551 mov w9, v23.s[0] 557 add a7, a7, w9 572 mov w9, v27.s[0] 578 add a11, a11, w9 593 mov w9, v31.s[0] 599 add a15, a15, w9 608 ldp w8, w9, [x2, #-56] 615 eor a3, a3, w9 [all …]
|
H A D | ghash-ce-core.S | 461 0: mov w9, #4 // max blocks per round 466 csel w9, w10, w9, mi 467 add w8, w8, w9 534 mov w9, #1 575 cmp w9, #1 628 tbz w9, #2, 0f // <4 blocks? 634 tbz w9, #0, 1f // 2 blocks? 635 tbz w9, #1, 2f // 1 block?
|
H A D | aes-modes.S | 132 encrypt_block v4, w8, x6, x7, w9 176 encrypt_block cbciv, w8, x6, x7, w9
|
H A D | sm4-ce-gcm-core.S | 210 add w6, w9, #1; \
|
H A D | sm3-neon-core.S | 47 #define rg w9
|
/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 285 Round(h, a, b, &c, d, e, f, &g, 0x12835b0145706fbeull, w9 = be64_to_cpu(chunk[9])); in Transform() 293 Round(a, b, c, &d, e, f, g, &h, 0xe49b69c19ef14ad2ull, w0 += sigma1(w14) + w9 + sigma0(w1)); in Transform() 301 Round(a, b, c, &d, e, f, g, &h, 0x983e5152ee66dfabull, w8 += sigma1(w6) + w1 + sigma0(w9)); in Transform() 302 Round(h, a, b, &c, d, e, f, &g, 0xa831c66d2db43210ull, w9 += sigma1(w7) + w2 + sigma0(w10)); in Transform() 304 Round(f, g, h, &a, b, c, d, &e, 0xbf597fc7beef0ee4ull, w11 += sigma1(w9) + w4 + sigma0(w12)); in Transform() 310 Round(a, b, c, &d, e, f, g, &h, 0x27b70a8546d22ffcull, w0 += sigma1(w14) + w9 + sigma0(w1)); in Transform() 318 Round(a, b, c, &d, e, f, g, &h, 0xa2bfe8a14cf10364ull, w8 += sigma1(w6) + w1 + sigma0(w9)); in Transform() 319 Round(h, a, b, &c, d, e, f, &g, 0xa81a664bbc423001ull, w9 += sigma1(w7) + w2 + sigma0(w10)); in Transform() 321 Round(f, g, h, &a, b, c, d, &e, 0xc76c51a30654be30ull, w11 += sigma1(w9) + w4 + sigma0(w12)); in Transform() [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | psci.S | 156 ldr w9, =0x8400001F 157 cmp w0, w9 159 ldr w9, =0x84000000 160 cmp w0, w9
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/ |
H A D | aaf28a4630af60496c9d33db1d06a7d7d8983422.patch | 26 …aidz_math_aarch64_neon_common.h:552:24: error: the register specified for 'w9' is not general enou… 27 552 | register unsigned char w9 asm("v9") __attribute__((vector_size(16)));
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | tx.h | 22 __le32 w9; member
|
H A D | tx.c | 78 tx_desc->w9 = le32_encode_bits(pkt_info->seq, RTW_TX_DESC_W9_SW_SEQ); in rtw_tx_fill_tx_desc() 86 tx_desc->w9 |= le32_encode_bits(1, RTW_TX_DESC_W9_TIM_EN) | in rtw_tx_fill_tx_desc()
|
/openbmc/linux/arch/arm64/lib/ |
H A D | memset.S | 42 tmp3w .req w9
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | mac.c | 742 u32 w9 = mt76_rr(dev, addr + 9 * 4); in mt7603_wtbl_set_rates() local 789 w9 &= MT_WTBL2_W9_SHORT_GI_20 | MT_WTBL2_W9_SHORT_GI_40 | in mt7603_wtbl_set_rates() 805 w9 |= FIELD_PREP(MT_WTBL2_W9_CC_BW_SEL, bw); in mt7603_wtbl_set_rates() 806 w9 |= FIELD_PREP(MT_WTBL2_W9_BW_CAP, bw); in mt7603_wtbl_set_rates() 824 w9 |= FIELD_PREP(MT_WTBL2_W9_CHANGE_BW_RATE, in mt7603_wtbl_set_rates() 827 mt76_wr(dev, MT_WTBL_RIUCR0, w9); in mt7603_wtbl_set_rates()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | xive_regs.h | 297 uint32_t w9; member
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 14476 + neg w9, w5 // w9 = mref 14477 + lsl w8, w9, #1 // w8 = mref2 14478 + add w7, w9, w9, LSL #1 // w7 = mref3 14479 + lsl w6, w9, #2 // w6 = mref4 14573 + ldr q24, [x3, w9, sxtw] 14629 + ldr q31, [x2, w9, sxtw] 14630 + ldr q29, [x4, w9, sxtw] 14744 + mov w9, w6 // w9 = mref 14834 + ldr q24, [x3, w9, sxtw] 14868 + ldr q31, [x2, w9, sxtw] [all …]
|
/openbmc/qemu/tests/tcg/mips/include/ |
H A D | wrappers_msa.h | 47 RESET_MSA_REGISTER(w9); in reset_msa_registers()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.h | 504 __le32 w9; member
|