Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
DArchDebugSupport.c108 IN VOID *ExceptionHandler 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.c105 IN VOID *ExceptionHandler 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/IntelFspPkg/FspSecCore/
DSecMain.c67 UINT64 ExceptionHandler; in SecStartup() local
96 ExceptionHandler = FspGetExceptionHandler(mIdtEntryTemplate); in SecStartup()
98 CopyMem ((VOID*)&IdtTableInStack.IdtTable[Index], (VOID*)&ExceptionHandler, sizeof (UINT64)); in SecStartup()
DSecFsp.c31 UINT64 ExceptionHandler; in FspGetExceptionHandler() local
36 ExceptionHandler = IdtEntryTemplate; in FspGetExceptionHandler()
37 IdtGateDescriptor = (IA32_IDT_GATE_DESCRIPTOR *)&ExceptionHandler; in FspGetExceptionHandler()
43 return ExceptionHandler; in FspGetExceptionHandler()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dtokens.h147 extern ExceptionHandler * exception_handler(void);
149 extern ExceptionHandler * exception_handler();
Dsyn.h137 } ExceptionHandler; typedef
Dantlr.c2831 ExceptionHandler *h; LabelEntry *label=NULL; /* MR6 */ in exception_group()
2885 ExceptionHandler *eh = (ExceptionHandler *) in exception_group()
2886 calloc(1, sizeof(ExceptionHandler)); in exception_group()
2967 ExceptionHandler *
2974 ExceptionHandler * _retv; in exception_handler()
2977 PCCTS_PURIFY(_retv,sizeof(ExceptionHandler * )) in exception_handler()
2983 _retv = (ExceptionHandler *)calloc(1, sizeof(ExceptionHandler)); in exception_handler()
Dantlr.g2012 : <<ExceptionHandler *h; LabelEntry *label=NULL; /* MR6 */
2033 ExceptionHandler *eh = (ExceptionHandler *)
2034 calloc(1, sizeof(ExceptionHandler));
2102 exception_handler > [ExceptionHandler *eh]
2106 $eh = (ExceptionHandler *)calloc(1, sizeof(ExceptionHandler));
Dgen.c281 ExceptionHandler *eh = (ExceptionHandler *)q->elem;
328 ExceptionHandler *eh = (ExceptionHandler *)q->elem;
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.h433 IN VOID *ExceptionHandler