ZwRaiseException

NTSTATUS __stdcall ZwRaiseException(_EXCEPTION_RECORD *ExceptionRecord, _CONTEXT *ContextRecord, UINT8 FirstChance){
  NTSTATUS result; 

  _disable();
  __readeflags();
  KiServiceInternal();
  return result;
}

Referenced by:

RtlRaiseException
RtlUnwindEx