Core_Interrupt_Status Core_Pseudo_Exception
Quick-Start Platform x86 Reference Manual  /  6 Haps  / 

Core_Mode_Switch

Description
Triggered when a processor mode switch occurs. Mode encoding: 0==RM16, 1==RM32, 2==V86, 3==PM16, 4==PM32, 5==PM64, 6==CM16, 7==CM32. The last three modes can only be entered on long mode capable processors. The current mode can at any time be read as the cpu_mode register in the int_register interface.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, int64 mode);

Index
mode

Provided By
x86-intel64
Core_Interrupt_Status Core_Pseudo_Exception