Home | History | Annotate | Download | only in ArmExceptionLib

Lines Matching refs:VectorBase

99   UINTN             VectorBase;

106 VectorBase = PcdGet64(PcdCpuVectorBaseAddress);
107 Status = CopyExceptionHandlers(VectorBase);
123 VectorBase = (UINTN)ExceptionHandlersStart;
131 ArchVectorConfig(VectorBase);
133 ArmWriteVBar(VectorBase);
164 UINT32 *VectorBase;
174 VectorBase = (UINT32 *)(UINTN)BaseAddress;
178 CopyMem((VOID *)gDebuggerExceptionHandlers, (VOID *)VectorBase, sizeof (EFI_EXCEPTION_CALLBACK)* (gMaxExceptionNumber+1));
182 CopyMem((VOID *)VectorBase, (VOID *)ExceptionHandlersStart, Length);
196 VectorBase[Index] = (UINT32)(UINTN)gDebuggerExceptionHandlers[Index];