Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
DException.c25 EFI_VECTOR_HANDOFF_INFO *VectorInfoList; in InitializeExceptions() local
31 Status = EfiGetSystemConfigurationTable(&gEfiVectorHandoffTableGuid, (VOID **)&VectorInfoList); in InitializeExceptions()
32 if (Status == EFI_SUCCESS && VectorInfoList != NULL) { in InitializeExceptions()
33 VectorInfo = VectorInfoList; in InitializeExceptions()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DDxeMain.c249 EFI_VECTOR_HANDOFF_INFO *VectorInfoList; in DxeMain() local
256 VectorInfoList = NULL; in DxeMain()
259 VectorInfoList = (EFI_VECTOR_HANDOFF_INFO *) (GET_GUID_HOB_DATA(GuidHob)); in DxeMain()
261 Status = InitializeCpuExceptionHandlers (VectorInfoList); in DxeMain()
408 VectorInfoList = (EFI_VECTOR_HANDOFF_INFO *) (GET_GUID_HOB_DATA(GuidHob)); in DxeMain()
409 VectorInfo = VectorInfoList; in DxeMain()
415 … VectorInfo = AllocateCopyPool (sizeof (EFI_VECTOR_HANDOFF_INFO) * Index, (VOID *) VectorInfoList); in DxeMain()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuDxe.c839 EFI_VECTOR_HANDOFF_INFO *VectorInfoList; in InitInterruptDescriptorTable() local
843 Status = EfiGetSystemConfigurationTable (&gEfiVectorHandoffTableGuid, (VOID **) &VectorInfoList); in InitInterruptDescriptorTable()
844 if (Status == EFI_SUCCESS && VectorInfoList != NULL) { in InitInterruptDescriptorTable()
845 VectorInfo = VectorInfoList; in InitInterruptDescriptorTable()