CPUF_PAUSED
if ((ci->ci_flags & CPUF_PAUSED) == 0) {
atomic_or_ulong(&ci->ci_flags, CPUF_PAUSED);
atomic_and_ulong(&ci->ci_flags, ~CPUF_PAUSED);