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
src/mte_tag: tighten the first stage page table conditions for MTAG
Quite often loader or other piece of code might read code pages. If a code
page is set as MTAG=1, then those loads (to code page) will look for tags.
This change clarifies in specification that loads/stores to pages marked
as executable always generate unchecked memory accesses.
Setting MTAG for XWR=111 and XWR=010 was disallowed. Instead of raising
page fault, raise access-fault exception to signify fatality.
Signed-off-by: Deepak Gupta <debug@rivosinc.com>
0 commit comments