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
From this text where, for example, an LW loads bytes 0x4000, 0x4001, 0x4002, 0x4003
A watchpoint fires at address 0x4001
What is the reported VA value?
Is the address being accessed 0x4000? i.e. the calculated VA, and as a result the watchpoint fired.
Or does it mean the actual byte address needs to be reported i.e. 0x4001.
If it does mean the actual byte address, then it would help to clarify the wording.
it also doesn't say which address to return in the case of a NAPOT match where multiple can hit
The text was updated successfully, but these errors were encountered:
From this text where, for example, an
LW
loads bytes 0x4000, 0x4001, 0x4002, 0x4003A watchpoint fires at address 0x4001
What is the reported VA value?
Is the address being accessed 0x4000? i.e. the calculated VA, and as a result the watchpoint fired.
Or does it mean the actual byte address needs to be reported i.e. 0x4001.
If it does mean the actual byte address, then it would help to clarify the wording.
it also doesn't say which address to return in the case of a NAPOT match where multiple can hit
The text was updated successfully, but these errors were encountered: