Home
last modified time | relevance | path

Searched refs:VectorBase (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/
DArmExceptionLib.c99 UINTN VectorBase; in InitializeCpuExceptionHandlers() local
106 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() local
174 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 …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
DProcessor.c484 UINT64 VectorBase = PcdGet64 (PcdCpuVectorBaseAddress); in InFiqCrack() local
487 if ((PC >= VectorBase) && (PC <= (VectorBase + Length))) { in InFiqCrack()
629 UINT64 *VectorBase; in InitializeDebugAgent() local
647 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()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
DX86Thunk.c384 UINT32 *VectorBase; in AsmThunk16Int86() local
390 VectorBase = 0; in AsmThunk16Int86()
391 RegisterSet->E.EIP = (UINT16)(VectorBase)[IntNumber]; in AsmThunk16Int86()
392 RegisterSet->E.CS = (UINT16)((VectorBase)[IntNumber] >> 16); in AsmThunk16Int86()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DThunk.c60 UINT32 *VectorBase; in LegacyBiosInt86() local
75 VectorBase = 0; in LegacyBiosInt86()
79 (UINT16) ((VectorBase)[BiosInt] >> 16), in LegacyBiosInt86()
80 (UINT16) (VectorBase)[BiosInt], in LegacyBiosInt86()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
DVirtualMemory.h205 VOID *VectorBase,
/device/linaro/bootloader/edk2/ArmPkg/Include/Library/
DArmLib.h425 IN UINTN VectorBase