Searched refs:ExceptionHandler (Results 1 – 10 of 10) sorted by relevance
108 IN VOID *ExceptionHandler in SetExceptionHandlerInIdtEntry() argument117 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()
105 IN VOID *ExceptionHandler in SetExceptionHandlerInIdtEntry() argument114 IdtEntry[ExceptionNum].Bits.OffsetLow = (UINT16)(UINTN)ExceptionHandler; in SetExceptionHandlerInIdtEntry()115 IdtEntry[ExceptionNum].Bits.OffsetHigh = (UINT16)((UINTN)ExceptionHandler >> 16); in SetExceptionHandlerInIdtEntry()
67 UINT64 ExceptionHandler; in SecStartup() local96 ExceptionHandler = FspGetExceptionHandler(mIdtEntryTemplate); in SecStartup()98 CopyMem ((VOID*)&IdtTableInStack.IdtTable[Index], (VOID*)&ExceptionHandler, sizeof (UINT64)); in SecStartup()
31 UINT64 ExceptionHandler; in FspGetExceptionHandler() local36 ExceptionHandler = IdtEntryTemplate; in FspGetExceptionHandler()37 IdtGateDescriptor = (IA32_IDT_GATE_DESCRIPTOR *)&ExceptionHandler; in FspGetExceptionHandler()43 return ExceptionHandler; in FspGetExceptionHandler()
147 extern ExceptionHandler * exception_handler(void);149 extern ExceptionHandler * exception_handler();
137 } ExceptionHandler; typedef
2831 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()
2012 : <<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));
281 ExceptionHandler *eh = (ExceptionHandler *)q->elem;328 ExceptionHandler *eh = (ExceptionHandler *)q->elem;
433 IN VOID *ExceptionHandler