HalpPowerInitSystem

NTSTATUS __stdcall HalpPowerInitSystem(_LOADER_PARAMETER_BLOCK *HalPhase, _LOADER_PARAMETER_BLOCK *LoaderBlock){
  _LOADER_PARAMETER_BLOCK *v2; 
  INT64 v4; 
  if( (_DWORD)HalPhase == 8 )
  {
    HalpPowerInitDiscard(v2);
  }
  else if( (_DWORD)HalPhase == 17 )
  {
    if( (unsigned __int8)byte_140C49D88 >= 5u )
      HalpPowerInitFwPerformanceTableMappings();
    HalpSleepPageLock = MmLockPagableDataSection(HalpSaveDmaControllerState);
    MmUnlockPagableImageSection(HalpSleepPageLock, v4);
  }
  return 0;
}

Referenced by:

No references.