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 function was attempting to access n_pages directly on mmu_cache_set_t
structures, which don't have this member. The correct access path is
cache_load[set].ways[way].n_pages for the 8-set × 2-way architecture.
The fix ensures all 16 load cache entries and 16 store cache entries
are properly checked during range invalidation operations (e.g.,
SFENCE.VMA).
0 commit comments