Searched refs:ExceptionBuffer (Results 1 – 1 of 1) sorted by relevance
2368 DEBUG_AGENT_EXCEPTION_BUFFER *ExceptionBuffer; in InterruptProcess() local2410 …ExceptionBuffer = (DEBUG_AGENT_EXCEPTION_BUFFER *) (UINTN) GetMailboxPointer()->ExceptionBufferPoi… in InterruptProcess()2411 ExceptionBuffer->ExceptionContent.ExceptionNum = (UINT8) Vector; in InterruptProcess()2412 ExceptionBuffer->ExceptionContent.ExceptionData = (UINT32) CpuContext->ExceptionData; in InterruptProcess()2413 LongJump ((BASE_LIBRARY_JUMP_BUFFER *)(UINTN)(ExceptionBuffer), 1); in InterruptProcess()