pub unsafe fn sfence_vma_all()
Available on RISC-V RV32 only.
Expand description
Supervisor memory management fence for all address spaces and virtual addresses
The fence orders all reads and writes made to any level of the page tables, for all address spaces. The fence also invalidates all address-translation cache entries, for all address spaces.