Searched refs:gExceptionVectorAlignmentMask (Results 1 – 3 of 3) sorted by relevance
60 extern PHYSICAL_ADDRESS gExceptionVectorAlignmentMask;119 ASSERT(((UINTN)ExceptionHandlersStart & gExceptionVectorAlignmentMask) == 0); in InitializeCpuExceptionHandlers()167 ASSERT ((BaseAddress & gExceptionVectorAlignmentMask) == 0); in CopyExceptionHandlers()
29 PHYSICAL_ADDRESS gExceptionVectorAlignmentMask = ARM_VECTOR_TABLE_ALIGNMENT; variable
25 PHYSICAL_ADDRESS gExceptionVectorAlignmentMask = ARM_VECTOR_TABLE_ALIGNMENT; variable