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
"Horizontal synchronous exception traps, which stay within a privilege mode, are serviced with the same interrupt
level as the instruction that raised the exception.
Vertical synchronous exception traps, which are serviced at a higher privilege mode, are taken at interrupt level 0
in the higher privilege mode."
This is not yet currently implemented.
The text was updated successfully, but these errors were encountered:
Horizontal traps (exceptions) to the same privilege level will now keep the value in mintstatus.mil stable. Previously this was updated to whatever value was on ctrl_fsm.irq_level regardless of exceptions or interrupts being taken.
Signed-off-by: Oystein Knauserud <[email protected]>
The spec states:
"Horizontal synchronous exception traps, which stay within a privilege mode, are serviced with the same interrupt
level as the instruction that raised the exception.
Vertical synchronous exception traps, which are serviced at a higher privilege mode, are taken at interrupt level 0
in the higher privilege mode."
This is not yet currently implemented.
The text was updated successfully, but these errors were encountered: