pub unsafe fn sfence_vma_all()
This is supported on
target_arch="riscv64"
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.