Open llee454 opened 4 years ago
"The FENCE.I instruction was designed to support a wide variety of implementations. A sim- ple implementation can flush the local instruction cache and the instruction pipeline when the FENCE.I is executed." RISCV-spec, 31
The Sfence instruction selectively flushes the TLB cache. Implement the fine-grained behavior documented in the Priv-mode spec.