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