X86_Processor_Reset X86_Sysexit
Quick-Start Platform x86 Reference Manual  /  6 Haps  / 

X86_Sysenter

Description
Triggered when a SYSENTER or SYSCALL instruction is about to transition the CPU into CPL 0. The hap is called after exceptions have been checked for, but before any side effects. The parameter is 0 for SYSENTER and 1 for SYSCALL.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, int kind);

Provided By
x86-intel64
X86_Processor_Reset X86_Sysexit