X86_Enter_SMM X86_Misplaced_Rex
Quick-Start Platform x86 Reference Manual  /  6 Haps  / 

X86_Leave_SMM

Description
Triggered when the processor leaves SMM mode. If phase is 0, the processor has just started to execute the rsm instruction and nothing has been restored yet. If phase is 1, rsm is finished and the processor is ready to resume the normal execution.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, int phase);

Provided By
x86-intel64
X86_Enter_SMM X86_Misplaced_Rex