Function core::arch::arm::__sev[][src]

pub unsafe fn __sev()
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on ARM and (target feature v6 or AArch64 or doc) only.
Expand description

Generates a SEV (send a global event) hint instruction.

This causes an event to be signaled to all processors in a multiprocessor system. It is a NOP on a uniprocessor system.