Searched refs:VectorBase (Results 1 – 6 of 6) sorted by relevance
99 UINTN VectorBase; in InitializeCpuExceptionHandlers() local106 VectorBase = PcdGet64(PcdCpuVectorBaseAddress); in InitializeCpuExceptionHandlers()107 Status = CopyExceptionHandlers(VectorBase); in InitializeCpuExceptionHandlers()123 VectorBase = (UINTN)ExceptionHandlersStart; in InitializeCpuExceptionHandlers()131 ArchVectorConfig(VectorBase); in InitializeCpuExceptionHandlers()133 ArmWriteVBar(VectorBase); in InitializeCpuExceptionHandlers()164 UINT32 *VectorBase; in CopyExceptionHandlers() local174 VectorBase = (UINT32 *)(UINTN)BaseAddress; in CopyExceptionHandlers()178 …CopyMem((VOID *)gDebuggerExceptionHandlers, (VOID *)VectorBase, sizeof (EFI_EXCEPTION_CALLBACK)* (… in CopyExceptionHandlers()182 CopyMem((VOID *)VectorBase, (VOID *)ExceptionHandlersStart, Length); in CopyExceptionHandlers()[all …]
484 UINT64 VectorBase = PcdGet64 (PcdCpuVectorBaseAddress); in InFiqCrack() local487 if ((PC >= VectorBase) && (PC <= (VectorBase + Length))) { in InFiqCrack()629 UINT64 *VectorBase; in InitializeDebugAgent() local647 VectorBase = (UINT64 *)(UINTN)PcdGet64 (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,
425 IN UINTN VectorBase