HalpInitializeInterruptsBspLate

VOID __stdcall HalpInitializeInterruptsBspLate(){
  _LARGE_INTEGER *v0; 
  _RTL_SPLAY_LINKS *v1; 
  _LARGE_INTEGER *v2; 
  _RTL_SPLAY_LINKS **v3; 
  int v4; 
  UINT8 *v5; 

  if( (*(_DWORD *)(Controller + 220) & 0x100) != 0 )
  {
    HalpInitializeInterruptRemappingBspLate(v1, v0, v2, v3, v5);
    if( v4 < 0 )
      KeBugCheckEx(0x5Cu, (PVOID)0x7000, (PVOID)3, (PVOID)1, 0i64);
  }
  HalpUpdatePerDeviceMsiLimitInformation();
  if( (unsigned int)(HalpInterruptModel() - 1) <= 2 )
    HalpInterruptRemapFixedLines();
}

Referenced by:

HalpInterruptInitSystem