Module arm::smp [] [src]

Low level SMP related instructions.

Functions

sev

SEV (send event) instruction sets all other CPUs' Event Registers which wakes them up from low-power standby state. See also wfe()

wfe

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()