Home
last modified time | relevance | path

Searched refs:ExceptionBuffer (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.c2368 DEBUG_AGENT_EXCEPTION_BUFFER *ExceptionBuffer; in InterruptProcess() local
2410ExceptionBuffer = (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()