Module kernel_protection

Source

Structs§

FlashRegion
The flash memory region address range.
KernelProtectionPMP
A RISC-V PMP implementation which supports machine-mode (kernel) memory protection, with a fixed number of “kernel regions” (such as .text, flash, RAM and MMIO).
KernelTextRegion
The PMP region specification for the kernel .text section.
MMIORegion
The MMIO region address range.
RAMRegion
The RAM region address range.