[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v13 20/20] target/riscv: Expose zicfiss extension as a cpu proper
From: |
Deepak Gupta |
Subject: |
[PATCH v13 20/20] target/riscv: Expose zicfiss extension as a cpu property |
Date: |
Fri, 30 Aug 2024 09:47:56 -0700 |
Signed-off-by: Deepak Gupta <debug@rivosinc.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
---
target/riscv/cpu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c
index c5ebcefeb5..2592465e24 100644
--- a/target/riscv/cpu.c
+++ b/target/riscv/cpu.c
@@ -1485,6 +1485,7 @@ const RISCVCPUMultiExtConfig riscv_cpu_extensions[] = {
MULTI_EXT_CFG_BOOL("sscofpmf", ext_sscofpmf, false),
MULTI_EXT_CFG_BOOL("zifencei", ext_zifencei, true),
MULTI_EXT_CFG_BOOL("zicfilp", ext_zicfilp, false),
+ MULTI_EXT_CFG_BOOL("zicfiss", ext_zicfiss, false),
MULTI_EXT_CFG_BOOL("zicsr", ext_zicsr, true),
MULTI_EXT_CFG_BOOL("zihintntl", ext_zihintntl, true),
MULTI_EXT_CFG_BOOL("zihintpause", ext_zihintpause, true),
--
2.44.0
- [PATCH v13 09/20] target/riscv: Expose zicfilp extension as a cpu property, (continued)
- [PATCH v13 09/20] target/riscv: Expose zicfilp extension as a cpu property, Deepak Gupta, 2024/08/30
- [PATCH v13 10/20] target/riscv: Add zicfiss extension, Deepak Gupta, 2024/08/30
- [PATCH v13 11/20] target/riscv: introduce ssp and enabling controls for zicfiss, Deepak Gupta, 2024/08/30
- [PATCH v13 12/20] target/riscv: tb flag for shadow stack instructions, Deepak Gupta, 2024/08/30
- [PATCH v13 13/20] target/riscv: mmu changes for zicfiss shadow stack protection, Deepak Gupta, 2024/08/30
- [PATCH v13 15/20] target/riscv: update `decode_save_opc` to store extra word2, Deepak Gupta, 2024/08/30
- [PATCH v13 17/20] target/riscv: compressed encodings for sspush and sspopchk, Deepak Gupta, 2024/08/30
- [PATCH v13 16/20] target/riscv: implement zicfiss instructions, Deepak Gupta, 2024/08/30
- [PATCH v13 14/20] target/riscv: AMO operations always raise store/AMO fault, Deepak Gupta, 2024/08/30
- [PATCH v13 19/20] disas/riscv: enable disassembly for compressed sspush/sspopchk, Deepak Gupta, 2024/08/30
- [PATCH v13 20/20] target/riscv: Expose zicfiss extension as a cpu property,
Deepak Gupta <=
- [PATCH v13 18/20] disas/riscv: enable disassembly for zicfiss instructions, Deepak Gupta, 2024/08/30