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
This optimizes RFENCE.VMA to use range-based cache invalidation instead
of unconditionally flushing all MMU caches. It adds mmu_invalidate_range
that selectively invalidates only cache entries within the specified
virtual address range, reducing cache flushes by 75-100% for single-page
operations.
SBI compliance: size==0 and size==-1 trigger full flush per specification.
0 commit comments