Some quick notes from the paper "Performance implications of system management mode" by Delgado et al.
X86_46 system management mode (SMM) is invoked by a special (totally unmaskable) SMI interrupt.
When an SMI occurs, all cores are interrupted. One core executes a handler while the other cores wait.
It's used for stuff like power /heat management, hardware emulation and more recently security checkers.

