Skip to content

Commit a914034

Browse files
docularxuPaul Walmsley
authored andcommitted
riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP
RISCV_HWPROBE_EXT_ZICFISS and RISCV_HWPROBE_EXT_ZICFILP are defined in the hwprobe uAPI but are not documented in Documentation/arch/riscv/hwprobe.rst. Add documentation for them. Link: riscv/riscv-cfi@302a2d4 Reviewed-by: Andrew Jones <andrew.jones@oss.qualcomm.com> Signed-off-by: Guodong Xu <docular.xu@gmail.com> Link: https://patch.msgid.link/20260701-rva23u64-hwprobe-v2-v5-3-2c61f94a695a@gmail.com Signed-off-by: Paul Walmsley <pjw@kernel.org>
1 parent dbff364 commit a914034

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Documentation/arch/riscv/hwprobe.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@ The following keys are defined:
289289
defined in the RISC-V ISA manual starting from commit f88abf1 ("Integrating
290290
load/store pair for RV32 with the main manual") of the riscv-isa-manual.
291291

292+
* :c:macro:`RISCV_HWPROBE_EXT_ZICFILP`: The Zicfilp extension is supported,
293+
as defined in version 1.0 of the RISC-V Control-flow Integrity (CFI)
294+
extensions specification, ratified in commit 302a2d45c243
295+
("Update build-pdf.yml") of riscv-cfi.
296+
292297
* :c:macro:`RISCV_HWPROBE_KEY_CPUPERF_0`: Deprecated. Returns similar values to
293298
:c:macro:`RISCV_HWPROBE_KEY_MISALIGNED_SCALAR_PERF`, but the key was
294299
mistakenly classified as a bitmask rather than a value.
@@ -391,3 +396,8 @@ The following keys are defined:
391396
* :c:macro:`RISCV_HWPROBE_KEY_IMA_EXT_1`: A bitmask containing additional
392397
extensions that are compatible with the
393398
:c:macro:`RISCV_HWPROBE_BASE_BEHAVIOR_IMA`: base system behavior.
399+
400+
* :c:macro:`RISCV_HWPROBE_EXT_ZICFISS`: The Zicfiss extension is supported,
401+
as defined in version 1.0 of the RISC-V Control-flow Integrity (CFI)
402+
extensions specification, ratified in commit 302a2d45c243
403+
("Update build-pdf.yml") of riscv-cfi.

0 commit comments

Comments
 (0)