Searched refs:VectorBase (Results 1 – 6 of 6) sorted by relevance
130 UINT32 *VectorBase; in InitializeExceptions() local166 VectorBase = (UINT32 *)(UINTN)Base; in InitializeExceptions()177 …CopyMem ((VOID *)gDebuggerExceptionHandlers, (VOID *)VectorBase, sizeof (gDebuggerExceptionHandler… in InitializeExceptions()181 CopyMem ((VOID *)VectorBase, (VOID *)ExceptionHandlersStart, Length); in InitializeExceptions()201 VectorBase[Index] = (UINT32)(UINTN)gDebuggerExceptionHandlers[Index]; in InitializeExceptions()
484 UINT32 VectorBase = PcdGet32 (PcdCpuVectorBaseAddress); in InFiqCrack() local487 if ((PC >= VectorBase) && (PC <= (VectorBase + Length))) { in InFiqCrack()629 UINT32 *VectorBase; in InitializeDebugAgent() local647 VectorBase = (UINT32 *)(UINTN)PcdGet32 (PcdCpuVectorBaseAddress); in InitializeDebugAgent()651 CopyMem ((VOID *)VectorBase, (VOID *)ExceptionHandlersStart, Length); in InitializeDebugAgent()657 *(UINTN *) (((UINT8 *)VectorBase) + Offset) = (UINTN)AsmCommonExceptionEntry; in InitializeDebugAgent()
384 UINT32 *VectorBase; in AsmThunk16Int86() local390 VectorBase = 0; in AsmThunk16Int86()391 RegisterSet->E.EIP = (UINT16)(VectorBase)[IntNumber]; in AsmThunk16Int86()392 RegisterSet->E.CS = (UINT16)((VectorBase)[IntNumber] >> 16); in AsmThunk16Int86()
60 UINT32 *VectorBase; in LegacyBiosInt86() local75 VectorBase = 0; in LegacyBiosInt86()79 (UINT16) ((VectorBase)[BiosInt] >> 16), in LegacyBiosInt86()80 (UINT16) (VectorBase)[BiosInt], in LegacyBiosInt86()
205 VOID *VectorBase,
421 IN UINTN VectorBase