KiExceptionDispatchOnExceptionStack

NTSTATUS __stdcall KiExceptionDispatchOnExceptionStack(
        INT64 a1,
        INT64 a2,
        INT64 a3,
        INT64 a4,
        INT64 a5,
        INT64 a6,
        INT64 a7,
        INT64 arg38){
  void *retaddr; 

  _disable();
  return KxExceptionDispatchOnExceptionStack(a1, a2, a3, a4, a5, a6, a7, (INT64)&retaddr);
}

Referenced by:

KiExceptionDispatch