Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
DException.c130 UINT32 *VectorBase; in InitializeExceptions() local
166 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()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
DProcessor.c484 UINT32 VectorBase = PcdGet32 (PcdCpuVectorBaseAddress); in InFiqCrack() local
487 if ((PC >= VectorBase) && (PC <= (VectorBase + Length))) { in InFiqCrack()
629 UINT32 *VectorBase; in InitializeDebugAgent() local
647 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()
/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.h421 IN UINTN VectorBase