You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds centralized management of PMP hardware state through a global
configuration instance. This enables the memory protection subsystem
to track and coordinate PMP register usage across the kernel without
requiring each component to maintain its own state.
Provides controlled access to the configuration through a dedicated
accessor function, maintaining encapsulation while supporting dynamic
region allocation and eviction during task switching.
0 commit comments