Searched refs:EntryPoint (Results 26 - 50 of 101) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DPeCoffLib.h56 PHYSICAL_ADDRESS EntryPoint; member in struct:__anon9962
142 OUT VOID **EntryPoint,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DDisablePaging64.S31 # IN UINT32 EntryPoint,
69 mov %edx,%ebx # save EntryPoint to ebx, for rdmsr will overwrite edx
79 callq *%rbx # transfer control to EntryPoint
H A DDisablePaging64.asm31 ; IN UINT32 EntryPoint,
68 mov ebx, edx ; save EntryPoint to rbx, for rdmsr will overwrite rdx
78 call rbx ; transfer control to EntryPoint
H A DSwitchStack.asm29 ; (rcx) EntryPoint - Entry point with new stack.
H A DSwitchStack.S28 # (rcx) EntryPoint - Entry point with new stack.
52 jmp *%rax // call EntryPoint ()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py31 for ArchList, EntryPoint, UnloadImage, Constructor, Destructor, FFE, HelpStringList in ExternList:
33 if EntryPoint:
34 Statement = '%s = %s' % (DT.TAB_INF_DEFINES_ENTRY_POINT, EntryPoint)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DBaseLibInternals.h310 Transfers control to the function specified by EntryPoint using the
313 be NULL. The function EntryPoint must never return.
318 If EntryPoint is NULL, then ASSERT().
321 @param EntryPoint A pointer to function to call with the new stack.
322 @param Context1 A pointer to the context to pass into the EntryPoint
324 @param Context2 A pointer to the context to pass into the EntryPoint
326 @param NewStack A pointer to the new stack to use for the EntryPoint
334 IN SWITCH_STACK_ENTRY_POINT EntryPoint,
584 transferred to the function specified by EntryPoint using the new stack
587 EntryPoint mus
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptInternalFormat.h125 EFI_PHYSICAL_ADDRESS EntryPoint; member in struct:__anon11099
131 EFI_PHYSICAL_ADDRESS EntryPoint; member in struct:__anon11100
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c41 NULL, // EntryPoint
158 DxeCoreEntryPoint = (VOID *) (UINTN) DxeCoreHob.MemoryAllocationModule->EntryPoint;
166 Image->EntryPoint = (EFI_IMAGE_ENTRY_POINT)(UINTN)DxeCoreEntryPoint;
434 @param EntryPoint A pointer to the entry point
451 OUT EFI_PHYSICAL_ADDRESS *EntryPoint OPTIONAL,
653 Image->EntryPoint = (EFI_IMAGE_ENTRY_POINT)(UINTN)Image->ImageContext.EntryPoint;
680 (VOID *)(UINTN) Image->ImageContext.EntryPoint,
681 (VOID **) &Image->EntryPoint
716 if (EntryPoint !
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/
H A DEbcVmTest.h61 VOID *EntryPoint; ///< entry point of EBC image member in struct:__anon11079
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DSwitchStack.asm22 ; @param EntryPoint The pointer to the location to enter
33 ; SWITCH_STACK_ENTRY_POINT EntryPoint,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffGetEntryPointLib/
H A DPeCoffGetEntryPoint.c30 point in EntryPoint. If the entry point could not be retrieved from the PE/COFF image, then
33 If EntryPoint is NULL, then ASSERT().
36 @param EntryPoint The pointer to entry point to the PE/COFF image to return.
38 @retval RETURN_SUCCESS EntryPoint was returned.
46 OUT VOID **EntryPoint
53 ASSERT (EntryPoint != NULL);
73 *EntryPoint = (VOID *)((UINTN)Pe32Data + (UINTN)(Hdr.Te->AddressOfEntryPoint & 0x0ffffffff) + sizeof(EFI_TE_IMAGE_HEADER) - Hdr.Te->StrippedSize);
76 *EntryPoint = (VOID *)((UINTN)Pe32Data + (UINTN)(Hdr.Pe32->OptionalHeader.AddressOfEntryPoint & 0x0ffffffff));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DEnablePaging32.asm32 ; IN SWITCH_STACK_ENTRY_POINT EntryPoint,
H A DEnablePaging32.S30 # IN SWITCH_STACK_ENTRY_POINT EntryPoint,
H A DInternalSwitchStack.S29 # IN SWITCH_STACK_ENTRY_POINT EntryPoint,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ia32/
H A DEbcSupport.c186 @param EntryPoint The entrypoint of EBC code.
210 IN UINTN EntryPoint,
240 Addr = EntryPoint;
348 @param EntryPoint The entrypoint of EBC code.
359 IN UINTN EntryPoint,
375 Addr = EntryPoint;
209 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
358 ExecuteEbcImageEntryPoint( IN UINTN EntryPoint, IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) argument
/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/Include/Library/
H A DPeCoffLib.h98 /// PeCoffLoaderLoadImage() sets EntryPoint to to the entry point of the PE/COFF image.
100 PHYSICAL_ADDRESS EntryPoint; member in struct:__anon11948
251 DebugDirectoryEntryRva, EntryPoint, FixupDataSize, CodeView, PdbPointer, and FixupData of
283 The EntryPoint, FixupDataSize, CodeView, PdbPointer and HiiResourceData fields of ImageContext are computed.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeExtendedSalLib/
H A DExtendedSalLib.c30 @param EntryPoint Physical address of ESAL entrypoint
39 IN UINT64 EntryPoint,
100 mPlabel.EntryPoint = Plabel->EntryPoint;
105 SetEsalPhysicalEntryPoint (mPlabel.EntryPoint, mPlabel.GP);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/PeiMain/
H A DPeiMain.c80 EFI_PHYSICAL_ADDRESS EntryPoint; local
104 &EntryPoint,
113 return (PEICORE_FUNCTION_POINTER)((UINTN) EntryPoint + (UINTN) PeiCore - (UINTN) _ModuleEntryPoint);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DPlDebugSupport.c140 @param EntryPoint IFT Entrypoint
146 VOID **EntryPoint
168 *EntryPoint = (VOID *) TempPtr;
438 (BUNDLE *) ((EFI_PLABEL *) HookStub)->EntryPoint,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/
H A DModuleObject.py376 self.EntryPoint = ''
383 def SetEntryPoint(self, EntryPoint):
384 self.EntryPoint = EntryPoint
387 return self.EntryPoint
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DS3SaveState.c321 VOID *EntryPoint; local
323 EntryPoint = (VOID*)(UINTN)VA_ARG (Marker, EFI_PHYSICAL_ADDRESS);
324 return S3BootScriptSaveDispatch (EntryPoint);
376 VOID *EntryPoint; local
379 EntryPoint = (VOID*)(UINTN)VA_ARG (Marker, EFI_PHYSICAL_ADDRESS);
382 return S3BootScriptSaveDispatch2 (EntryPoint, Context);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DSmmS3SaveState.c320 VOID *EntryPoint; local
322 EntryPoint = (VOID*)(UINTN)VA_ARG (Marker, EFI_PHYSICAL_ADDRESS);
323 return S3BootScriptSaveDispatch (EntryPoint);
375 VOID *EntryPoint; local
378 EntryPoint = (VOID*)(UINTN)VA_ARG (Marker, EFI_PHYSICAL_ADDRESS);
381 return S3BootScriptSaveDispatch2 (EntryPoint, Context);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/PeiHobLibFramework/
H A DHobLib.c271 @param EntryPoint The 64 bit physical address of the module entry point.
280 IN EFI_PHYSICAL_ADDRESS EntryPoint
304 Hob->EntryPoint = EntryPoint;

Completed in 71 milliseconds

12345