//! Low level SMP related instructions.
/// WFE (wait for event) instruction puts the CPU in low-power standby state if
/// the Event Register is cleared and then clears the Event Register. See also
/// [sev()](fn.sev.html)
/// SEV (send event) instruction sets all other CPUs' Event Registers which
/// wakes them up from low-power standby state. See also [wfe()](fn.wfe.html)