HomeSort by relevance Sort by last modified time
    Searched defs:_ModuleEntryPoint (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
SecEntry.asm 47 _ModuleEntryPoint PROC PUBLIC
76 _ModuleEntryPoint ENDP
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiCoreEntryPoint/
PeiCoreEntryPoint.c 59 _ModuleEntryPoint(
75 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
77 This function is required to call _ModuleEntryPoint() passing in SecCoreData and PpiList.
100 _ModuleEntryPoint (SecCoreData, PpiList);
  /device/linaro/bootloader/edk2/MdePkg/Library/PeimEntryPoint/
PeimEntryPoint.c 37 _ModuleEntryPoint (
62 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
64 This function is required to call _ModuleEntryPoint() passing in FileHandle and PeiServices.
80 return _ModuleEntryPoint (FileHandle, PeiServices);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Sec/Arm/
ModuleEntryPoint.asm 21 EXPORT _ModuleEntryPoint
27 _ModuleEntryPoint
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/Arm/
ModuleEntryPoint.asm 21 EXPORT _ModuleEntryPoint
27 _ModuleEntryPoint
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeCoreEntryPoint/
DxeCoreEntryPoint.c 42 _ModuleEntryPoint (
65 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
67 This function is required to call _ModuleEntryPoint() passing in HobStart.
78 _ModuleEntryPoint (HobStart);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiApplicationEntryPoint/
ApplicationEntryPoint.c 41 _ModuleEntryPoint (
103 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
120 return _ModuleEntryPoint (ImageHandle, SystemTable);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/PlatformSecLibNull/
PlatformSecLibNull.c 85 _ModuleEntryPoint (
  /device/linaro/bootloader/edk2/EmbeddedPkg/TemplateSec/
TemplateSec.c 24 _ModuleEntryPoint (
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDriverEntryPoint/
DriverEntryPoint.c 95 _ModuleEntryPoint (
150 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
152 This function is required to call _ModuleEntryPoint() passing in ImageHandle,
172 return _ModuleEntryPoint (ImageHandle, SystemTable);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
PrePeiCoreEntryPoint.asm 26 EXPORT _ModuleEntryPoint
33 _ModuleEntryPoint
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/Arm/
SecEntryPoint.asm 29 EXPORT _ModuleEntryPoint
36 _ModuleEntryPoint FUNCTION
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DxeInit.c 272 _ModuleEntryPoint (
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/Arm/
ModuleEntryPoint.asm 29 EXPORT _ModuleEntryPoint
38 _ModuleEntryPoint
  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/
Sec.c 70 _ModuleEntryPoint (
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.asm 33 ; Procedure: _ModuleEntryPoint
55 _ModuleEntryPoint PROC C PUBLIC
88 _ModuleEntryPoint ENDP
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
EfiLoader.c 285 _ModuleEntryPoint (
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
DriverEntryPoint.c 159 _ModuleEntryPoint (
275 return _ModuleEntryPoint (ImageHandle, SystemTable);
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.asm 41 ; Procedure: _ModuleEntryPoint
69 _ModuleEntryPoint PROC NEAR C PUBLIC
120 _ModuleEntryPoint ENDP
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
SecEntry.asm 40 ; Procedure: _ModuleEntryPoint
68 _ModuleEntryPoint PROC NEAR C PUBLIC
119 _ModuleEntryPoint ENDP
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
X64Entry.c 213 _ModuleEntryPoint (
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 63 ; Procedure: _ModuleEntryPoint
85 _ModuleEntryPoint PROC C PUBLIC
136 _ModuleEntryPoint ENDP
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/
EdkIIGlueDxeDriverEntryPoint.c 540 EFI_DRIVER_ENTRY_POINT (_ModuleEntryPoint);
566 _ModuleEntryPoint (
677 defines: /D IMAGE_ENTRY_POINT=_ModuleEntryPoint, so _ModuleEntryPoint will be replaced with
689 return _ModuleEntryPoint (ImageHandle, SystemTable);
EdkIIGluePeimEntryPoint.c 58 EFI_PEIM_ENTRY_POINT (_ModuleEntryPoint);
78 _ModuleEntryPoint (
118 return _ModuleEntryPoint (FfsHeader, PeiServices);
EdkIIGlueSmmDriverEntryPoint.c 284 EFI_DRIVER_ENTRY_POINT (_ModuleEntryPoint);
310 _ModuleEntryPoint (
437 return _ModuleEntryPoint (ImageHandle, SystemTable);

Completed in 300 milliseconds

1 2