NTSTATUS __stdcall KiMcheckAlternateReturn(UINT64 *a1){
NTSTATUS result;
result = *(_DWORD *)a1;
if( (*(_DWORD *)a1 & 4) != 0 )
{
WheaAttemptPhysicalPageOffline(a1[1] >> 12, 0, 1u);
result = *(_DWORD *)a1;
}
if( (result & 8) != 0 )
return WheaTerminateProcess();
return result;
}