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
{{ message }}
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
when a stateen CSR prevents access to state by less-privileged levels, an attempt in one of those privilege modes to execute an instruction that would read or write the protected state raises an illegal instruction exception, or, if executing in VS or VU mode and the circumstances for a virtual instruction exception apply, raises a virtual instruction exception instead of an illegal instruction exception.
Does the above apply only to CSR read/write instructions? Does it also apply to instructions such as cbo.zero from the Zicboz extension where envcfg.CBZE is implicitly read to determine if the instruction should raise an illegal/virtual instruction exception?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does the above apply only to CSR read/write instructions? Does it also apply to instructions such as
cbo.zero
from theZicboz
extension whereenvcfg.CBZE
is implicitly read to determine if the instruction should raise an illegal/virtual instruction exception?The text was updated successfully, but these errors were encountered: