pub unsafe fn sfence_inval_ir()
Available on RISC-V RV64 only.
Expand description
Generates the SFENCE.INVAL.IR
instruction
This instruction guarantees that any previous SINVAL.VMA instructions executed by the current hart are ordered before subsequent implicit references by that hart to the memory-management data structures.