Triggered when the processor enters SMM mode. If phase is 0, the processor has just started to setup SMM mode and no registers are saved or modified yet. If phase is 1, all registers are setup and the processor is now ready to execute in SMM mode.
Callback Type
void (*)(lang_void *callback_data,
conf_object_t *trigger_obj, int phase);