MmValidateUserCallTarget

INT64 __stdcall MmValidateUserCallTarget(PVOID BranchTarget, UINT64 Wow64Call){
  int v2; 
  UINT64 v3; 
  if( MiIsProcessCfgEnabled() )
    return MiValidateUserCallTarget(
             v3,
             *(_QWORD *)(*((_QWORD *)KeGetCurrentThread() + 23) + 1680i64) + (v2 != 0 ? 472i64 : 440i64));
  else
    return 1i64;
}

Referenced by:

MmCheckForSafeExecution
NtSetInformationProcess