Home
last modified time | relevance | path

Searched refs:gExceptionVectorAlignmentMask (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/
DArmExceptionLib.c60 extern PHYSICAL_ADDRESS gExceptionVectorAlignmentMask;
119 ASSERT(((UINTN)ExceptionHandlersStart & gExceptionVectorAlignmentMask) == 0); in InitializeCpuExceptionHandlers()
167 ASSERT ((BaseAddress & gExceptionVectorAlignmentMask) == 0); in CopyExceptionHandlers()
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/
DArmException.c29 PHYSICAL_ADDRESS gExceptionVectorAlignmentMask = ARM_VECTOR_TABLE_ALIGNMENT; variable
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/AArch64/
DAArch64Exception.c25 PHYSICAL_ADDRESS gExceptionVectorAlignmentMask = ARM_VECTOR_TABLE_ALIGNMENT; variable