[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH 34/39] target/riscv: expose zvkg cpu property
From: |
Lawrence Hunter |
Subject: |
[RFC PATCH 34/39] target/riscv: expose zvkg cpu property |
Date: |
Thu, 19 Jan 2023 14:35:23 +0000 |
Signed-off-by: Lawrence Hunter <lawrence.hunter@codethink.co.uk>
---
target/riscv/cpu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c
index 8045a7cec0..4bd404faa0 100644
--- a/target/riscv/cpu.c
+++ b/target/riscv/cpu.c
@@ -1077,6 +1077,7 @@ static Property riscv_cpu_extensions[] = {
DEFINE_PROP_BOOL("zmmul", RISCVCPU, cfg.ext_zmmul, false),
DEFINE_PROP_BOOL("zvkb", RISCVCPU, cfg.ext_zvkb, false),
+ DEFINE_PROP_BOOL("zvkg", RISCVCPU, cfg.ext_zvkg, false),
DEFINE_PROP_BOOL("zvknha", RISCVCPU, cfg.ext_zvknha, false),
DEFINE_PROP_BOOL("zvknhb", RISCVCPU, cfg.ext_zvknhb, false),
DEFINE_PROP_BOOL("zvkns", RISCVCPU, cfg.ext_zvkns, false),
--
2.39.1
- [RFC PATCH 03/39] target/riscv: Add vclmul.vx decoding, translation and execution support, (continued)
- [RFC PATCH 03/39] target/riscv: Add vclmul.vx decoding, translation and execution support, Lawrence Hunter, 2023/01/19
- [RFC PATCH 13/39] target/riscv: Add vaesef.vs decoding, translation and execution support, Lawrence Hunter, 2023/01/19
- [RFC PATCH 21/39] target/riscv: Add vaeskf1.vi decoding, translation and execution support, Lawrence Hunter, 2023/01/19
- [RFC PATCH 19/39] target/riscv: Add vaesem.vv decoding, translation and execution support, Lawrence Hunter, 2023/01/19
- [RFC PATCH 08/39] target/riscv: Add vrev8.v decoding, translation and execution support, Lawrence Hunter, 2023/01/19
- [RFC PATCH 23/39] target/riscv: expose zvkns cpu property, Lawrence Hunter, 2023/01/19
- [RFC PATCH 29/39] target/riscv: Add vsm3me.vv decoding, translation and execution support, Lawrence Hunter, 2023/01/19
- [RFC PATCH 22/39] target/riscv: Add vaeskf2.vi decoding, translation and execution support, Lawrence Hunter, 2023/01/19
- [RFC PATCH 26/39] target/riscv: Add vsha2c[hl].vv decoding, translation and execution support, Lawrence Hunter, 2023/01/19
- [RFC PATCH 36/39] crypto: Add SM4 constant parameter CK., Lawrence Hunter, 2023/01/19
- [RFC PATCH 34/39] target/riscv: expose zvkg cpu property,
Lawrence Hunter <=
- [RFC PATCH 30/39] target/riscv: Add vsm3c.vi decoding, translation and execution support, Lawrence Hunter, 2023/01/19
- [RFC PATCH 38/39] target/riscv: Add Zvksed support, Lawrence Hunter, 2023/01/19
- [RFC PATCH 37/39] target/riscv: Add zvksed cfg property, Lawrence Hunter, 2023/01/19
- [RFC PATCH 35/39] crypto: Move SM4_SBOXWORD from target/riscv, Lawrence Hunter, 2023/01/19
- [RFC PATCH 39/39] target/riscv: Expose Zvksed property, Lawrence Hunter, 2023/01/19
- [RFC PATCH 32/39] target/riscv: add zvkg cpu property, Lawrence Hunter, 2023/01/19
- [RFC PATCH 33/39] target/riscv: Add vghmac.vv decoding, translation and execution support, Lawrence Hunter, 2023/01/19
- [RFC PATCH 31/39] target/riscv: expose zvksh cpu property, Lawrence Hunter, 2023/01/19
- Re: [RFC PATCH 00/39] Add RISC-V cryptography extensions standardisation, Frank Chang, 2023/01/19
- Fwd: [RFC PATCH 00/39] Add RISC-V cryptography extensions standardisation, Lawrence Hunter, 2023/01/26