Searched defs:EntryPoint (Results 26 - 42 of 42) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcSupport.c131 @param EntryPoint The entrypoint of EBC code.
155 IN UINTN EntryPoint,
185 Addr = EntryPoint;
294 @param EntryPoint The entrypoint of EBC code.
305 IN UINTN EntryPoint,
321 Addr = EntryPoint;
154 EbcInterpret( IN UINTN EntryPoint, IN UINTN Arg1, IN UINTN Arg2, IN UINTN Arg3, IN UINTN Arg4, IN UINTN Arg5, IN UINTN Arg6, IN UINTN Arg7, IN UINTN Arg8, IN UINTN Arg9, IN UINTN Arg10, IN UINTN Arg11, IN UINTN Arg12, IN UINTN Arg13, IN UINTN Arg14, IN UINTN Arg15, IN UINTN Arg16 ) argument
304 ExecuteEbcImageEntryPoint( IN UINTN EntryPoint, IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/
H A DBootScriptLib.c246 @param EntryPoint Entry point of the code to be dispatched.
254 IN VOID *EntryPoint
262 @param EntryPoint Entry point of the code to be dispatched.
263 @param Context Argument to be passed into the EntryPoint of the code to be dispatched.
271 IN VOID *EntryPoint,
270 S3BootScriptSaveDispatch2( IN VOID *EntryPoint, IN VOID *Context ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DBasePeCoff.c1050 ImageContext->EntryPoint = (PHYSICAL_ADDRESS) (UINTN) PeCoffLoaderImageAddress (
1055 ImageContext->EntryPoint = (PHYSICAL_ADDRESS) (
1408 OUT VOID **EntryPoint,
1434 *EntryPoint = (VOID *)((UINTN)*BaseOfImage + (Hdr.Te->AddressOfEntryPoint & 0x0ffffffff) + sizeof(EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize);
1437 *EntryPoint = (VOID *)(UINTN)Hdr.Pe32->OptionalHeader.AddressOfEntryPoint;
1443 *EntryPoint = (VOID *)(UINTN)((UINTN)*EntryPoint + (UINTN)*BaseOfImage);
1406 PeCoffLoaderGetEntryPoint( IN VOID *Pe32Data, OUT VOID **EntryPoint, OUT VOID **BaseOfImage ) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dpsapi.h36 LPVOID EntryPoint; member in struct:_MODULEINFO
H A Dwinternl.h1797 PVOID EntryPoint; member in struct:_SECTION_IMAGE_INFORMATION
1957 void* EntryPoint; member in struct:_LDR_MODULE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dpsapi.h36 LPVOID EntryPoint; member in struct:_MODULEINFO
H A Dwinternl.h1767 PVOID EntryPoint; member in struct:_SECTION_IMAGE_INFORMATION
1913 void* EntryPoint; member in struct:_LDR_MODULE
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c632 EFI_PHYSICAL_ADDRESS EntryPoint; local
654 EntryPoint = 0;
673 &EntryPoint,
687 PeimEntryPoint = (EFI_PEIM_ENTRY_POINT2)(UINTN)EntryPoint;
777 &EntryPoint,
809 PeimEntryPoint = (EFI_PEIM_ENTRY_POINT2)(UINTN)EntryPoint;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmIpl.c866 EFI_IMAGE_ENTRY_POINT EntryPoint; local
974 DEBUG ((DEBUG_INFO, "SMM IPL calling SMM Core at SMRAM address %p\n", (VOID *)(UINTN)ImageContext.EntryPoint));
979 EntryPoint = (EFI_IMAGE_ENTRY_POINT)(UINTN)ImageContext.EntryPoint;
980 Status = EntryPoint ((EFI_HANDLE)Context, gST);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c1273 @param EntryPoint Entry point of the code to be dispatched.
1274 @param Context Argument to be passed into the EntryPoint of the code to be dispatched.
1282 IN VOID *EntryPoint,
1300 ScriptDispatch2.EntryPoint = (EFI_PHYSICAL_ADDRESS)(UINTN)EntryPoint;
1454 @param EntryPoint Entry point of the code to be dispatched.
1462 IN VOID *EntryPoint
1480 ScriptDispatch.EntryPoint = (EFI_PHYSICAL_ADDRESS)(UINTN)EntryPoint;
1281 S3BootScriptSaveDispatch2( IN VOID *EntryPoint, IN VOID *Context ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiHob.h224 EFI_PHYSICAL_ADDRESS EntryPoint; member in struct:__anon11987
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiHob.h226 EFI_PHYSICAL_ADDRESS EntryPoint; member in struct:__anon15589
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c817 fprintf (FvMapFile, "EntryPoint=0x%010llx", (unsigned long long) (*(UINT64 *)((UINTN) pImageContext->Handle + (UINTN) AddressOfEntryPoint)));
819 fprintf (FvMapFile, "EntryPoint=0x%010llx", (unsigned long long) (ImageBaseAddress + AddressOfEntryPoint));
1281 UINT32 EntryPoint; local
1363 &EntryPoint,
1391 SecCorePhysicalAddress += EntryPoint;
1417 &EntryPoint,
1431 PeiCorePhysicalAddress += EntryPoint;
1662 UINT32 EntryPoint; local
1713 &EntryPoint,
1727 PeiCorePhysicalAddress += EntryPoint;
1861 GetPe32Info( IN UINT8 *Pe32, OUT UINT32 *EntryPoint, OUT UINT32 *BaseOfCode, OUT UINT16 *MachineType ) argument
[all...]
/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp56 uint32_t EntryPoint; member in struct:NTMTE32
88 uint64_t EntryPoint; /**< 0x38 */ member in struct:NTMTE64
867 || WINNT_UNION(pThis, &Mte, EntryPoint) - WINNT_UNION(pThis, &Mte, DllBase) > WINNT_UNION(pThis, &Mte, SizeOfImage) )
869 Log(("DigWinNt: Bad Mte at %RGv - EntryPoint=%llx SizeOfImage=%x DllBase=%llx\n",
870 Addr.FlatPtr, WINNT_UNION(pThis, &Mte, EntryPoint), WINNT_UNION(pThis, &Mte, SizeOfImage), WINNT_UNION(pThis, &Mte, DllBase)));
991 uMte.v32.EntryPoint = KernelAddr.FlatPtr + pHdrs->OptionalHeader.AddressOfEntryPoint;
1004 && uMte2.v32.EntryPoint == uMte.v32.EntryPoint
1071 uMte.v64.EntryPoint = KernelAddr.FlatPtr + pHdrs->OptionalHeader.AddressOfEntryPoint;
1085 && uMte2.v64.EntryPoint
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp457 RTPOINT EntryPoint = {0}; local
556 EntryPoint.x = CrVrScrCompositorEntryRectGet(pEntry)->xLeft + pPos->x;
557 EntryPoint.y = CrVrScrCompositorEntryRectGet(pEntry)->yTop + pPos->y;
569 CrMBltImgRect(pSrcImg, &EntryPoint, fInvert, &Intersection, pDst);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiPxe.h823 PXE_UINT64 EntryPoint; ///< API entry point. member in struct:s_pxe_sw_undi
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiPxe.h825 PXE_UINT64 EntryPoint; ///< API entry point. member in struct:s_pxe_sw_undi

Completed in 186 milliseconds

12