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
Misaligned faults may be asserted when a TLB miss occurs. Because Wally only implements misaligned support for cacheable memory, the address must be translated before cacheablity is known. Table 15 of the privileged spec defines the priority of faults and Wally places misaligned after page faults. of We need to create a test case and update the HPTW to suppress these faults during a TLB miss.
The text was updated successfully, but these errors were encountered:
Misaligned faults may be asserted when a TLB miss occurs. Because Wally only implements misaligned support for cacheable memory, the address must be translated before cacheablity is known. Table 15 of the privileged spec defines the priority of faults and Wally places misaligned after page faults. of We need to create a test case and update the HPTW to suppress these faults during a TLB miss.
The text was updated successfully, but these errors were encountered: