Function core::arch::riscv64::sinval_vma_vaddr
source · pub unsafe fn sinval_vma_vaddr(vaddr: usize)
🔬This is a nightly-only experimental API. (
stdsimd
#27731)Available on RISC-V RV64 only.
Expand description
Invalidate supervisor translation cache for given virtual address
This instruction invalidates any address-translation cache entries that an
SFENCE.VMA
instruction with the same values of vaddr
and asid
would invalidate.