Searched refs:FUNCTION_ENTRY_POINT (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ebc/
H A DProcessorBind.h133 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer) macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Arm/
H A DProcessorBind.h153 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer) macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ia32/
H A DProcessorBind.h279 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer) macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ipf/
H A DProcessorBind.h300 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(((EFI_PLABEL *)(FunctionPointer))->EntryPoint) macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/X64/
H A DProcessorBind.h285 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer) macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Ia32/
H A DProcessorBind.h277 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer) macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/X64/
H A DProcessorBind.h287 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer) macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/
H A DDxeLoad.c276 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "Loading DXE CORE at 0x%11p EntryPoint=0x%11p\n", (VOID *)(UINTN)DxeCoreAddress, FUNCTION_ENTRY_POINT (DxeCoreEntryPoint)));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c734 FUNCTION_ENTRY_POINT (Image->ImageContext.EntryPoint)));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c601 FUNCTION_ENTRY_POINT (ImageContext.EntryPoint)));

Completed in 273 milliseconds