HalpInterruptGsiToLine
__int64 __fastcall HalpInterruptGsiToLine(unsigned int a1, _DWORD *a2){
_DWORD *LinesForGsiRange;
LinesForGsiRange = HalpInterruptFindLinesForGsiRange(a1, a1 + 1);
if( !LinesForGsiRange )
return 3221226021i64;
*a2 = LinesForGsiRange[4];
a2[1] = a1 + LinesForGsiRange[5] - LinesForGsiRange[7];
return 0i64;
}Referenced by:
ExtEnvSetVpptTarget
HalEnableInterrupt
HalpInterruptConnect
HalpInterruptEnableNmi
HalpInterruptEnablePerformanceEvents
HalpInterruptFindControllerAndLineState
HalpInterruptIsGsiValid
HalpInterruptParseMadt
HalpInterruptRemap
HalpInterruptSetDestination
HalpInterruptSetLineSpecificOverride
HalpInterruptSetRemappedDestinationHv
HalpInterruptUnmap
HalpTimerConfigureInterrupt
HalpTimerEnableHypervisorTimer
HalpTimerInitializeHypervisorTimer
HalpTimerUnmapInterrupt