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
The TLB modification exception handling is all wrong.
It must use the normal handler. Currently it fires the miss handler.
It must only fire if the entry was valid. Currently there is no check for this (presumably it relies on tlb_probe not returning invalid entries, which is no longer the case, I modified it to do so)
The text was updated successfully, but these errors were encountered:
The TLB modification exception handling is all wrong.
The text was updated successfully, but these errors were encountered: