| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-core.S | 234 rev32 v9.16b, v1.16b 242 SM4_CRYPT_BLK8_BE(v8, v9, v10, v11, v12, v13, v14, v15) 245 eor v9.16b, v9.16b, v0.16b 271 rev32 v9.16b, v1.16b 275 SM4_CRYPT_BLK4_BE(v8, v9, v10, v11) 278 eor v9.16b, v9.16b, v0.16b 447 eor v1.16b, v1.16b, v9.16b 479 eor v1.16b, v1.16b, v9.16b 557 tweak_next( v9, v8, RTMP0) 558 tweak_next(v10, v9, RTMP1) [all …]
|
| H A D | aes-neonbs-core.S | 389 movi v9.16b, #0x02 406 cmtst v1.16b, v7.16b, v9.16b 437 eor v10.16b, v0.16b, v9.16b // xor with round0 key 438 eor v11.16b, v1.16b, v9.16b 440 eor v12.16b, v2.16b, v9.16b 442 eor v13.16b, v3.16b, v9.16b 444 eor v14.16b, v4.16b, v9.16b 446 eor v15.16b, v5.16b, v9.16b 448 eor v10.16b, v6.16b, v9.16b 450 eor v11.16b, v7.16b, v9.16b [all …]
|
| H A D | sm4-ce-ccm-core.S | 133 inc_le128(v9) /* +1 */ 142 SM4_CRYPT_BLK2(v9, RMAC) 143 eor v9.16b, v9.16b, v1.16b 245 inc_le128(v9) /* +1 */ 254 SM4_CRYPT_BLK2(v9, RMAC) 255 eor v9.16b, v9.16b, v1.16b 256 eor RMAC.16b, RMAC.16b, v9.16b
|
| H A D | aes-ce-ccm-core.S | 94 ld1 {v9.16b}, [x8] 101 tbl v2.16b, {v2.16b}, v9.16b /* copy plaintext to start of v2 */
|
| /linux/lib/crc/powerpc/ |
| H A D | crc-vpmsum-template.S | 208 VPMSUMD(v9,v17,const1) 262 vxor v1,v1,v9 263 VPMSUMD(v9,v17,const2) 317 vxor v1,v1,v9 318 VPMSUMD(v9,v17,const1) 348 vxor v1,v1,v9 375 lvx v9,off16,r4 377 VPERM(v9,v9,v9,byteswap) 394 vxor v17,v1,v9 595 VPMSUMD(v9,v17,const1) [all …]
|
| /linux/lib/raid6/ |
| H A D | rvv.c | 440 * v8:wp2, v9:wq2, v10:wd2/w22, v11:w12 in raid6_rvv4_gen_syndrome_real() 452 "vmv.v.v v9, v8\n" in raid6_rvv4_gen_syndrome_real() 491 "vsra.vi v10, v9, 7\n" in raid6_rvv4_gen_syndrome_real() 492 "vsll.vi v11, v9, 1\n" in raid6_rvv4_gen_syndrome_real() 496 "vxor.vv v9, v11, v10\n" in raid6_rvv4_gen_syndrome_real() 527 "vse8.v v9, (%[wq2])\n" in raid6_rvv4_gen_syndrome_real() 568 * v8:wp2, v9:wq2, v10:wd2/w22, v11:w12 in raid6_rvv4_xor_syndrome_real() 580 "vmv.v.v v9, v8\n" in raid6_rvv4_xor_syndrome_real() 620 "vsra.vi v10, v9, 7\n" in raid6_rvv4_xor_syndrome_real() 621 "vsll.vi v11, v9, 1\n" in raid6_rvv4_xor_syndrome_real() [all …]
|
| H A D | recov_rvv.c | 39 * v8:pm0, v9:pm1, in __raid6_2data_recov_rvv() 61 "vle8.v v9, (%[pm1])\n" in __raid6_2data_recov_rvv() 63 "vrgather.vv v15, v9, v5\n" /* v15 = pm[vy] */ in __raid6_2data_recov_rvv()
|
| /linux/arch/powerpc/lib/ |
| H A D | memcpy_power7.S | 490 VPERM(v9,v1,v0,v16) 493 stvx v9,r3,r9 500 VPERM(v9,v3,v2,v16) 507 stvx v9,r3,r9 535 VPERM(v9,v7,v6,v16) 550 stvx v9,r3,r9 573 VPERM(v9,v3,v2,v16) 580 stvx v9,r3,r9 589 VPERM(v9,v1,v0,v16) 592 stvx v9,r3,r9
|
| H A D | copyuser_power7.S | 526 VPERM(v9,v1,v0,v16) 529 err3; stvx v9,r3,r9 536 VPERM(v9,v3,v2,v16) 543 err3; stvx v9,r3,r9 571 VPERM(v9,v7,v6,v16) 586 err4; stvx v9,r3,r9 609 VPERM(v9,v3,v2,v16) 616 err3; stvx v9,r3,r9 625 VPERM(v9,v1,v0,v16) 628 err3; stvx v9,r3,r9
|
| H A D | memcmp_64.S | 583 LD_VSR_CROSS16B(r3,v3,v5,v7,v9) 586 VCMPEQUB_RC(v7,v9,v10) 605 lvx v9,0,r3 607 VCMPEQUB_RC(v7,v9,v10) 614 lvx v9,0,r3 616 VCMPEQUB_RC(v7,v9,v10)
|
| /linux/tools/testing/selftests/powerpc/copyloops/ |
| H A D | memcpy_power7.S | 490 VPERM(v9,v1,v0,v16) 493 stvx v9,r3,r9 500 VPERM(v9,v3,v2,v16) 507 stvx v9,r3,r9 535 VPERM(v9,v7,v6,v16) 550 stvx v9,r3,r9 573 VPERM(v9,v3,v2,v16) 580 stvx v9,r3,r9 589 VPERM(v9,v1,v0,v16) 592 stvx v9,r3,r9
|
| H A D | copyuser_power7.S | 526 VPERM(v9,v1,v0,v16) 529 err3; stvx v9,r3,r9 536 VPERM(v9,v3,v2,v16) 543 err3; stvx v9,r3,r9 571 VPERM(v9,v7,v6,v16) 586 err4; stvx v9,r3,r9 609 VPERM(v9,v3,v2,v16) 616 err3; stvx v9,r3,r9 625 VPERM(v9,v1,v0,v16) 628 err3; stvx v9,r [all...] |
| /linux/lib/crypto/riscv/ |
| H A D | chacha-riscv64-zvkb.S | 195 vmv.v.x v9, KEY5 212 chacha_round v0, v4, v8, v12, v1, v5, v9, v13, \ 216 v2, v7, v8, v13, v3, v4, v9, v14 249 vadd.vx v9, v9, KEY5 261 vxor.vv v25, v25, v9
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | host.h | 173 #define SNMP_MIB_OID_BEACON_PERIOD 0x0002 /* Reserved on v9+ */ 174 #define SNMP_MIB_OID_DTIM_PERIOD 0x0003 /* Reserved on v9+ */ 175 #define SNMP_MIB_OID_ASSOC_TIMEOUT 0x0004 /* Reserved on v9+ */ 710 * AdHoc awake period (FW v9+ only): 751 u8 dtimperiod; /* Reserved on v9 and later */ 756 __le16 probedelay; /* Reserved on v9 and later */ 795 __le16 failtimeout; /* Reserved on v9 and later */ 796 __le16 probedelay; /* Reserved on v9 and later */
|
| /linux/arch/arm64/boot/dts/realtek/ |
| H A D | rtd1295-mele-v9.dts | 12 compatible = "mele,v9", "realtek,rtd1295"; 13 model = "MeLE V9";
|
| /linux/tools/testing/selftests/powerpc/stringloops/ |
| H A D | memcmp_64.S | 583 LD_VSR_CROSS16B(r3,v3,v5,v7,v9) 586 VCMPEQUB_RC(v7,v9,v10) 605 lvx v9,0,r3 607 VCMPEQUB_RC(v7,v9,v10) 614 lvx v9,0,r3 616 VCMPEQUB_RC(v7,v9,v10)
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | pstate.h | 7 /* The V9 PSTATE Register (with SpitFire extensions). 14 /* IG on V9 conflicts with MCDE on M7. PSTATE_MCDE will only be used on 34 /* The V9 TSTATE Register (with SpitFire and Linux extensions). 56 /* IG on V9 conflicts with MCDE on M7. TSTATE_MCDE will only be used on
|
| H A D | posix_types.h | 18 /* Note this piece of asymmetry from the v9 ABI. */
|
| /linux/lib/crypto/powerpc/ |
| H A D | chacha-p10le-8x.S | 35 # Column round (v0, v4, v8, v12, v1, v5, v9, v13, v2, v6, v10, v14, v3, v7, v11, v15) 36 # Diagnal round (v0, v5, v10, v15, v1, v6, v11, v12, v2, v7, v8, v13, v3, v4, v9, v14) 192 # QR(v0, v4, v8, v12, v1, v5, v9, v13, v2, v6, v10, v14, v3, v7, v11, v15) 289 # QR(v0, v5, v10, v15, v1, v6, v11, v12, v2, v7, v8, v13, v3, v4, v9, v14) 392 # QR(v0, v4, v8, v12, v1, v5, v9, v13, v2, v6, v10, v14, v3, v7, v11, v15) 434 # QR(v0, v5, v10, v15, v1, v6, v11, v12, v2, v7, v8, v13, v3, v4, v9, v14)
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | samsung,exynosautov9-clock.yaml | 7 title: Samsung Exynos Auto v9 SoC clock controller 17 Exynos Auto v9 clock controller is comprised of several CMU units, generating
|
| /linux/include/dt-bindings/soc/ |
| H A D | samsung,boot-mode.h | 12 /* Boot mode definitions for Exynos Auto v9 SoC */
|
| /linux/Documentation/admin-guide/blockdev/drbd/ |
| H A D | index.rst | 18 data-structure-v9
|
| /linux/security/apparmor/include/ |
| H A D | policy_compat.h | 27 #define v9 9 /* xbits are used as permission bits in policydb */ macro
|
| /linux/drivers/regulator/ |
| H A D | pcap-regulator.c | 119 VREG_INFO(V9, PCAP_REG_VREG2, 9, 10, 17, 23), 227 VREG(V8), VREG(V9), VREG(V10), VREG(VAUX1), VREG(VAUX2), VREG(VAUX3),
|
| /linux/arch/sparc/include/asm/ |
| H A D | atomic_64.h | 2 /* atomic.h: Thankfully the V9 is at least reasonable for this
|