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
This optional bit controls whether program buffer and abstract memory accesses are performed with the exact and full set
of permission checks that apply based on the current architectural state of the hart performing the access, or with a relaxed
set of permission checks (e.g. PMP restrictions are ignored). The details of the latter are implementation-specific.
How to understand the above passage, and how should relaxedpriv be used specifically?