HalpInterruptSetProblemEx
VOID __stdcall HalpInterruptSetProblemEx(
_REGISTERED_INTERRUPT_CONTROLLER *Controller,
_INTERRUPT_PROBLEM Problem,
INT64 Status,
const UINT8 *SourceFile,
UINT64 SourceLine){
*(&CmpDummyThreadEvent + 1789) = Problem;
if( Controller )
{
Controller->ProblemSourceLine = SourceLine;
Controller->Problem = Problem;
Controller->ProblemStatus = Status;
Controller->ProblemSourceFile = (const char *)SourceFile;
}
}Referenced by:
HalpConnectThermalInterrupt
HalpDpReplayInterrupts
HalpInterruptGetHighestPriorityInterrupt
HalpInterruptInitializeLocalUnit
HalpInterruptMaskAcpi
HalpInterruptSaveReplayState
HalpInterruptSetLineState
HalpInterruptStartProcessor
HalpInterruptUnmap
HalpInterruptUpdateLocalUnitIdentifier