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

1 2

  /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/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/edk2/MdePkg/Include/Library/
DxeCoreEntryPoint.h 38 _ModuleEntryPoint (
44 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
46 This function is required to call _ModuleEntryPoint() passing in HobStart.
61 This function must be called by _ModuleEntryPoint().
85 This function must be called by _ModuleEntryPoint().
PeiCoreEntryPoint.h 50 _ModuleEntryPoint(
56 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
58 This function is required to call _ModuleEntryPoint() passing in SecCoreData and PpiList.
109 This function must be called by _ModuleEntryPoint().
126 implementation. The implementation of _ModuleEntryPoint() must set
PeimEntryPoint.h 39 _ModuleEntryPoint (
46 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
48 This function is required to call _ModuleEntryPoint() passing in FileHandle and PeiServices.
68 This function must be called by _ModuleEntryPoint().
90 This function must be called by _ModuleEntryPoint().
UefiApplicationEntryPoint.h 43 _ModuleEntryPoint (
50 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
89 This function must be called by _ModuleEntryPoint().
114 This function may be called by _ModuleEntryPoint()or Exit().
135 This function calls the set of module entry points. It must be called by _ModuleEntryPoint().
UefiDriverEntryPoint.h 60 _ModuleEntryPoint (
67 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
69 This function is required to call _ModuleEntryPoint() passing in ImageHandle, and SystemTable.
108 This function must be called by _ModuleEntryPoint().
133 This function may be called by _ModuleEntryPoint() or ExitDriver().
156 This function must be called by _ModuleEntryPoint().
178 This function must be called from the unload handler registered by _ModuleEntryPoint().
  /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/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGluePeimEntryPoint.h 42 _ModuleEntryPoint (
EdkIIGlueDxeSmmDriverEntryPoint.h 52 _ModuleEntryPoint (
EdkIIGlueUefiDriverEntryPoint.h 63 _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/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.s 26 # Procedure: _ModuleEntryPoint
47 ASM_GLOBAL ASM_PFX(_ModuleEntryPoint)
48 ASM_PFX(_ModuleEntryPoint):
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
PrePeiCoreEntryPoint.S 16 ASM_FUNC(_ModuleEntryPoint)
PrePeiCoreEntryPoint.asm 23 EXPORT _ModuleEntryPoint
30 _ModuleEntryPoint
  /device/linaro/bootloader/edk2/EmbeddedPkg/TemplateSec/
TemplateSec.c 24 _ModuleEntryPoint (
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
SecEntry.S 39 ASM_GLOBAL ASM_PFX(_ModuleEntryPoint)
40 ASM_PFX(_ModuleEntryPoint):
SecEntry.asm 47 _ModuleEntryPoint PROC PUBLIC
76 _ModuleEntryPoint ENDP
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/AArch64/
PrePeiCoreEntryPoint.S 16 ASM_FUNC(_ModuleEntryPoint)
  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/
Sec.c 70 _ModuleEntryPoint (
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
DriverEntryPoint.c 159 _ModuleEntryPoint (
275 return _ModuleEntryPoint (ImageHandle, SystemTable);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/AArch64/
ModuleEntryPoint.S 16 ASM_FUNC(_ModuleEntryPoint)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/Arm/
ModuleEntryPoint.S 18 ASM_FUNC(_ModuleEntryPoint)

Completed in 604 milliseconds

1 2