Searched refs:_ModuleEntryPoint (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeCoreEntryPoint/
H A DDxeCoreEntryPoint.c42 _ModuleEntryPoint ( function
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);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiCoreEntryPoint/
H A DPeiCoreEntryPoint.c59 _ModuleEntryPoint( function
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);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeimEntryPoint/
H A DPeimEntryPoint.c37 _ModuleEntryPoint ( function
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);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDxeCoreEntryPoint.h38 _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().
H A DPeiCoreEntryPoint.h50 _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
H A DPeimEntryPoint.h39 _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().
H A DUefiApplicationEntryPoint.h43 _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().
H A DUefiDriverEntryPoint.h60 _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().
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiApplicationEntryPoint/
H A DApplicationEntryPoint.c41 _ModuleEntryPoint ( function
103 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
120 return _ModuleEntryPoint (ImageHandle, SystemTable);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/X64/
H A DX64Entry.c30 _ModuleEntryPoint ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDriverEntryPoint/
H A DDriverEntryPoint.c95 _ModuleEntryPoint ( function
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);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/Ia32/
H A DSecEntry.S35 ASM_GLOBAL ASM_PFX(_ModuleEntryPoint)
36 ASM_PFX(_ModuleEntryPoint):
H A DSecEntry.asm38 _ModuleEntryPoint PROC PUBLIC label
55 _ModuleEntryPoint ENDP
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/X64/
H A DSecEntry.S35 ASM_GLOBAL ASM_PFX(_ModuleEntryPoint)
36 ASM_PFX(_ModuleEntryPoint):
H A DSecEntry.asm36 _ModuleEntryPoint PROC PUBLIC label
55 _ModuleEntryPoint ENDP
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
H A DDriverEntryPoint.c159 _ModuleEntryPoint ( function
275 return _ModuleEntryPoint (ImageHandle, SystemTable);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/PeiMain/
H A DPeiMain.c111 // _ModuleEntryPoint is PeiCore main function entry
113 return (PEICORE_FUNCTION_POINTER)((UINTN) EntryPoint + (UINTN) PeiCore - (UINTN) _ModuleEntryPoint);

Completed in 78 milliseconds