VfFaultsIsSystemSufficientlyBooted

UINT64 __fastcall VfFaultsIsSystemSufficientlyBooted(){
  if( ViSystemSufficientlyBooted )
    return 1i64;
  if( (*(_QWORD *)&KUSER_SHARED_DATA.SystemTime.LowPart - KeBootTime.QuadPart) / 0x2710ui64 <= ViRequiredTimeSinceBootInMsecs )
    ++dword_140D493EC;
  else
    ViSystemSufficientlyBooted = 1;
  return(unsigned int)ViSystemSufficientlyBooted;
}

Referenced by:

VeAllocatePoolWithTagPriority
VerifierMmMapLockedPages
VerifierMmMapLockedPagesSpecifyCache
VfFaultsInjectResourceFailure