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
Clarify semantics of sfence.vma with rs1 != 0 (riscv#515)
Based on discussion on the mailing list, the instruction fences accesses not just to one leaf PTE but to any leaf PTE that includes the address (subject to address space constraints specified via rs2).
Clarify that FENCE + remote FENCE.I is insufficient for local hart (r……iscv#503)
This sequence only synchronises the remote harts; the local hart still
needs to perform a normal FENCE.I.