Function core::arch::riscv64::hfence_gvma

source ·
pub unsafe fn hfence_gvma(gaddr: usize, vmid: usize)
🔬This is a nightly-only experimental API. (stdsimd #27731)
Available on RISC-V RV64 only.
Expand description

Hypervisor memory management fence for guest physical address and virtual machine

Guarantees that any previous stores already visible to the current hart are ordered before all implicit reads by that hart done for G-stage address translation for instructions that follow the HFENCE.GVMA.

This fence specifies a single guest physical address, shifted right by 2 bits, and a single virtual machine by virtual machine identifier (VMID).