X86_Descriptor_Change X86_Leave_SMM
Quick-Start Platform x86 Reference Manual  /  6 Haps  / 

X86_Enter_SMM

Description
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);

Provided By
x86-intel64
X86_Descriptor_Change X86_Leave_SMM