Searched refs:EntryPoint (Results 51 - 75 of 101) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiHobLib/
H A DHobLib.c267 @param EntryPoint The 64 bit physical address of the module entry point.
276 IN EFI_PHYSICAL_ADDRESS EntryPoint
300 Hob->EntryPoint = EntryPoint;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfBootSupport.c265 Status = ((EFI_IMAGE_ENTRY_POINT)(UINTN)(ImageContext.EntryPoint)) (NewImageHandle, SystemTable);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DPlDebugSupport.h315 @param EntryPoint IFT Entrypoint
321 VOID **EntryPoint
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcInt.h266 VOID *EntryPoint; member in struct:__anon11172
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DHobLib.h175 @param EntryPoint The 64 bit physical address of the module entry point.
184 IN EFI_PHYSICAL_ADDRESS EntryPoint
H A DS3BootScriptLib.h286 @param[in] EntryPoint The entry point of the code to be dispatched.
287 @param[in] Context The argument to be passed into the EntryPoint of the code
297 IN VOID *EntryPoint,
304 @param[in] EntryPoint The entry point of the code to be dispatched.
313 IN VOID *EntryPoint
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DEnablePaging64.S31 # IN UINT64 EntryPoint,
H A DEnablePaging64.asm33 ; IN UINT64 EntryPoint,
/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/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/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/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/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ia32/
H A DEbcLowLevel.asm110 ; |EntryPoint | (EAX)
179 ; |EntryPoint | (EAX)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcLowLevel.asm94 ; |EntryPoint | (R10)
187 ; |EntryPoint | (R10)
/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/EFI/Firmware/MdePkg/Library/DxeCoreHobLib/
H A DHobLib.c224 @param EntryPoint The 64 bit physical address of the module entry point.
233 IN EFI_PHYSICAL_ADDRESS EntryPoint
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeHobLib/
H A DHobLib.c257 @param EntryPoint The 64 bit physical address of the module entry point.
266 IN EFI_PHYSICAL_ADDRESS EntryPoint
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.h327 OUT UINT32 *EntryPoint,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/SocketDxe/
H A DEntryUnload.c154 // Remove the protocols installed by the EntryPoint routine.
211 EntryPoint ( function
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/
H A DSearchForSecEntry.asm178 ; *EntryPoint = (VOID *)((UINTN)Pe32Data +
190 ; *EntryPoint = (VOID *)((UINTN)Pe32Data +
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dpsapi.h36 LPVOID EntryPoint; member in struct:_MODULEINFO
/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/Additions/WINNT/Graphics/Wine/include/
H A Dpsapi.h36 LPVOID EntryPoint; member in struct:_MODULEINFO
/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/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfDefineObject.py196 self.EntryPoint = []
518 def SetEntryPoint(self, EntryPoint, Comments):
524 TokenList = GetSplitValueList(EntryPoint, DT.TAB_VALUE_SPLIT)
549 ErrorInInf(ST.ERR_INF_PARSER_DEFINE_FROMAT_INVALID%(EntryPoint),
553 self.EntryPoint.append(InfDefineEntryPointItemObj)
556 return self.EntryPoint

Completed in 89 milliseconds

12345