Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
DArchDebugSupport.c84 IN UINTN ExceptionNum in GetExceptionHandlerInIdtEntry() argument
93 return (VOID *) (IdtEntry[ExceptionNum].Bits.OffsetLow | in GetExceptionHandlerInIdtEntry()
94 (((UINTN)IdtEntry[ExceptionNum].Bits.OffsetHigh) << 16) | in GetExceptionHandlerInIdtEntry()
95 (((UINTN)IdtEntry[ExceptionNum].Bits.OffsetUpper) << 32)); in GetExceptionHandlerInIdtEntry()
107 IN UINTN ExceptionNum, in SetExceptionHandlerInIdtEntry() argument
117 IdtEntry[ExceptionNum].Bits.OffsetLow = (UINT16)(UINTN)ExceptionHandler; in SetExceptionHandlerInIdtEntry()
118 IdtEntry[ExceptionNum].Bits.OffsetHigh = (UINT16)((UINTN)ExceptionHandler >> 16); in SetExceptionHandlerInIdtEntry()
119 IdtEntry[ExceptionNum].Bits.OffsetUpper = (UINT32)((UINTN)ExceptionHandler >> 32); in SetExceptionHandlerInIdtEntry()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
DArchDebugSupport.c82 IN UINTN ExceptionNum in GetExceptionHandlerInIdtEntry() argument
91 return (VOID *) (((UINTN)IdtEntry[ExceptionNum].Bits.OffsetLow) | in GetExceptionHandlerInIdtEntry()
92 (((UINTN)IdtEntry[ExceptionNum].Bits.OffsetHigh) << 16)); in GetExceptionHandlerInIdtEntry()
104 IN UINTN ExceptionNum, in SetExceptionHandlerInIdtEntry() argument
114 IdtEntry[ExceptionNum].Bits.OffsetLow = (UINT16)(UINTN)ExceptionHandler; in SetExceptionHandlerInIdtEntry()
115 IdtEntry[ExceptionNum].Bits.OffsetHigh = (UINT16)((UINTN)ExceptionHandler >> 16); in SetExceptionHandlerInIdtEntry()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.h421 IN UINTN ExceptionNum
433 IN UINTN ExceptionNum,
DDebugAgent.c2239 Exception.ExceptionNum = (UINT8) Vector; in CommandCommunication()
2411 ExceptionBuffer->ExceptionContent.ExceptionNum = (UINT8) Vector; in InterruptProcess()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/
DTransferProtocol.h304 UINT8 ExceptionNum; member