pub unsafe fn sfence_vma_all()
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on RISC-V RV64 and (RISC-V RV32 or RISC-V RV64) 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.