Home
last modified time | relevance | path

Searched refs:DriverEntry (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DDispatcher.c308 IN OUT EFI_SMM_DRIVER_ENTRY *DriverEntry in SmmLoadImage() argument
335 Fv = DriverEntry->Fv; in SmmLoadImage()
336 NameGuid = &DriverEntry->FileName; in SmmLoadImage()
337 FilePath = DriverEntry->FvFileDevicePath; in SmmLoadImage()
557 DriverEntry->ImageEntryPoint = ImageContext.EntryPoint; in SmmLoadImage()
558 DriverEntry->ImageBuffer = DstBuffer; in SmmLoadImage()
559 DriverEntry->NumberOfPage = PageCount; in SmmLoadImage()
564 …Pool (EfiBootServicesData, sizeof (EFI_LOADED_IMAGE_PROTOCOL), (VOID **)&DriverEntry->LoadedImage); in SmmLoadImage()
573 ZeroMem (DriverEntry->LoadedImage, sizeof (EFI_LOADED_IMAGE_PROTOCOL)); in SmmLoadImage()
578 DriverEntry->LoadedImage->Revision = EFI_LOADED_IMAGE_PROTOCOL_REVISION; in SmmLoadImage()
[all …]
DDependency.c175 IN EFI_SMM_DRIVER_ENTRY *DriverEntry in SmmIsSchedulable() argument
188 if (DriverEntry->After || DriverEntry->Before) { in SmmIsSchedulable()
196 DEBUG ((DEBUG_DISPATCH, "Evaluate SMM DEPEX for FFS(%g)\n", &DriverEntry->FileName)); in SmmIsSchedulable()
198 if (DriverEntry->Depex == NULL) { in SmmIsSchedulable()
215 Iterator = DriverEntry->Depex; in SmmIsSchedulable()
222 if (((UINTN)Iterator - (UINTN)DriverEntry->Depex) >= DriverEntry->DepexSize) { in SmmIsSchedulable()
DSmramProfileRecord.c475 IN EFI_SMM_DRIVER_ENTRY *DriverEntry, in RegisterSmramProfileImage() argument
488 &DriverEntry->FileName, in RegisterSmramProfileImage()
489 DriverEntry->ImageBuffer, in RegisterSmramProfileImage()
490 EFI_PAGES_TO_SIZE (DriverEntry->NumberOfPage), in RegisterSmramProfileImage()
502 &DriverEntry->FileName, in RegisterSmramProfileImage()
503 DriverEntry->ImageBuffer, in RegisterSmramProfileImage()
504 EFI_PAGES_TO_SIZE (DriverEntry->NumberOfPage), in RegisterSmramProfileImage()
505 DriverEntry->ImageEntryPoint, in RegisterSmramProfileImage()
506 InternalPeCoffGetSubsystem ((VOID *) (UINTN) DriverEntry->ImageBuffer), in RegisterSmramProfileImage()
653 IN EFI_SMM_DRIVER_ENTRY *DriverEntry, in UnregisterSmramProfileImage() argument
[all …]
DPiSmmCore.h871 IN EFI_SMM_DRIVER_ENTRY *DriverEntry
899 IN EFI_SMM_DRIVER_ENTRY *DriverEntry,
915 IN EFI_SMM_DRIVER_ENTRY *DriverEntry,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
DDispatcher.c246 IN EFI_CORE_DRIVER_ENTRY *DriverEntry in CoreGetDepexSectionAndPreProccess() argument
255 Fv = DriverEntry->Fv; in CoreGetDepexSectionAndPreProccess()
262 DriverEntry->Fv, in CoreGetDepexSectionAndPreProccess()
263 &DriverEntry->FileName, in CoreGetDepexSectionAndPreProccess()
266 &DriverEntry->Depex, in CoreGetDepexSectionAndPreProccess()
267 (UINTN *)&DriverEntry->DepexSize, in CoreGetDepexSectionAndPreProccess()
275 DriverEntry->DepexProtocolError = TRUE; in CoreGetDepexSectionAndPreProccess()
280 DriverEntry->Depex = NULL; in CoreGetDepexSectionAndPreProccess()
281 DriverEntry->Dependent = TRUE; in CoreGetDepexSectionAndPreProccess()
282 DriverEntry->DepexProtocolError = FALSE; in CoreGetDepexSectionAndPreProccess()
[all …]
DDependency.c171 IN EFI_CORE_DRIVER_ENTRY *DriverEntry in CorePreProcessDepex() argument
176 Iterator = DriverEntry->Depex; in CorePreProcessDepex()
178 DriverEntry->Unrequested = TRUE; in CorePreProcessDepex()
180 DriverEntry->Dependent = TRUE; in CorePreProcessDepex()
184 DriverEntry->Before = TRUE; in CorePreProcessDepex()
186 DriverEntry->After = TRUE; in CorePreProcessDepex()
189 if (DriverEntry->Before || DriverEntry->After) { in CorePreProcessDepex()
190 CopyMem (&DriverEntry->BeforeAfterGuid, Iterator + 1, sizeof (EFI_GUID)); in CorePreProcessDepex()
213 IN EFI_CORE_DRIVER_ENTRY *DriverEntry in CoreIsSchedulable() argument
226 if (DriverEntry->After || DriverEntry->Before) { in CoreIsSchedulable()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c513 IN LOADED_IMAGE_PRIVATE_DATA *DriverEntry, in RegisterMemoryProfileImage() argument
531 GetFileNameFromFilePath (DriverEntry->Info.FilePath), in RegisterMemoryProfileImage()
532 DriverEntry->ImageContext.ImageAddress, in RegisterMemoryProfileImage()
533 DriverEntry->ImageContext.ImageSize, in RegisterMemoryProfileImage()
534 DriverEntry->ImageContext.EntryPoint, in RegisterMemoryProfileImage()
535 DriverEntry->ImageContext.ImageType, in RegisterMemoryProfileImage()
681 IN LOADED_IMAGE_PRIVATE_DATA *DriverEntry in UnregisterMemoryProfileImage() argument
701 FileName = GetFileNameFromFilePath (DriverEntry->Info.FilePath); in UnregisterMemoryProfileImage()
702 ImageAddress = DriverEntry->ImageContext.ImageAddress; in UnregisterMemoryProfileImage()
703 …if ((DriverEntry->ImageContext.EntryPoint < ImageAddress) || (DriverEntry->ImageContext.EntryPoint… in UnregisterMemoryProfileImage()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.inf22 ENTRY_POINT = DriverEntry
DTcgDxe.c1313 DriverEntry ( in DriverEntry() function
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h512 IN EFI_CORE_DRIVER_ENTRY *DriverEntry
530 IN EFI_CORE_DRIVER_ENTRY *DriverEntry
2830 IN LOADED_IMAGE_PRIVATE_DATA *DriverEntry,
2845 IN LOADED_IMAGE_PRIVATE_DATA *DriverEntry
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.inf27 ENTRY_POINT = DriverEntry
DTrEEDxe.c1753 DriverEntry ( in DriverEntry() function
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.inf27 ENTRY_POINT = DriverEntry
DTcg2Dxe.c2334 DriverEntry ( in DriverEntry() function