pub fn mfence()Expand description
Full memory fence - ensures all prior loads AND stores complete.
Use when both ordering constraints needed (e.g., before MMIO notify).
pub fn mfence()Full memory fence - ensures all prior loads AND stores complete.
Use when both ordering constraints needed (e.g., before MMIO notify).