Searched refs:ExceptionNum (Results 1 – 5 of 5) sorted by relevance
84 IN UINTN ExceptionNum in GetExceptionHandlerInIdtEntry() argument93 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() 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()
82 IN UINTN ExceptionNum in GetExceptionHandlerInIdtEntry() argument91 return (VOID *) (((UINTN)IdtEntry[ExceptionNum].Bits.OffsetLow) | in GetExceptionHandlerInIdtEntry()92 (((UINTN)IdtEntry[ExceptionNum].Bits.OffsetHigh) << 16)); in GetExceptionHandlerInIdtEntry()104 IN UINTN ExceptionNum, in SetExceptionHandlerInIdtEntry() argument114 IdtEntry[ExceptionNum].Bits.OffsetLow = (UINT16)(UINTN)ExceptionHandler; in SetExceptionHandlerInIdtEntry()115 IdtEntry[ExceptionNum].Bits.OffsetHigh = (UINT16)((UINTN)ExceptionHandler >> 16); in SetExceptionHandlerInIdtEntry()
421 IN UINTN ExceptionNum433 IN UINTN ExceptionNum,
2239 Exception.ExceptionNum = (UINT8) Vector; in CommandCommunication()2411 ExceptionBuffer->ExceptionContent.ExceptionNum = (UINT8) Vector; in InterruptProcess()
304 UINT8 ExceptionNum; member