morpheus_network::asm::core::barriers

Function mfence

Source
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).