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