Searched refs:PeiVectorTable (Results 1 – 5 of 5) sorted by relevance
38 VECTOR_BASE(PeiVectorTable)40 VECTOR_ENTRY(PeiVectorTable, ARM_VECTOR_CUR_SP0_SYNC)45 VECTOR_ENTRY(PeiVectorTable, ARM_VECTOR_CUR_SP0_IRQ)50 VECTOR_ENTRY(PeiVectorTable, ARM_VECTOR_CUR_SP0_FIQ)55 VECTOR_ENTRY(PeiVectorTable, ARM_VECTOR_CUR_SP0_SERR)60 VECTOR_ENTRY(PeiVectorTable, ARM_VECTOR_CUR_SPx_SYNC)65 VECTOR_ENTRY(PeiVectorTable, ARM_VECTOR_CUR_SPx_IRQ)70 VECTOR_ENTRY(PeiVectorTable, ARM_VECTOR_CUR_SPx_FIQ)75 VECTOR_ENTRY(PeiVectorTable, ARM_VECTOR_CUR_SPx_SERR)80 VECTOR_ENTRY(PeiVectorTable, ARM_VECTOR_LOW_A64_SYNC)[all …]
19 EXPORT PeiVectorTable29 PeiVectorTable label
26 GCC_ASM_EXPORT(PeiVectorTable)33 ASM_PFX(PeiVectorTable):
83 ASSERT (((UINTN)PeiVectorTable & ARM_VECTOR_TABLE_ALIGNMENT) == 0); in CEntryPoint()84 ArmWriteVBar ((UINTN)PeiVectorTable); in CEntryPoint()
49 VOID PeiVectorTable (VOID);