We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237c0ee commit 924cbb8Copy full SHA for 924cbb8
arch/riscv/Kconfig
@@ -364,8 +364,13 @@ config RISCV_ISA_SVPBMT
364
select RISCV_ALTERNATIVE
365
default y
366
help
367
- Adds support to dynamically detect the presence of the SVPBMT extension
368
- (Supervisor-mode: page-based memory types) and enable its usage.
+ Adds support to dynamically detect the presence of the SVPBMT
+ ISA-extension (Supervisor-mode: page-based memory types) and
369
+ enable its usage.
370
+
371
+ The memory type for a page contains a combination of attributes
372
+ that indicate the cacheability, idempotency, and ordering
373
+ properties for access to that page.
374
375
The SVPBMT extension is only available on 64Bit cpus.
376
0 commit comments