Searched defs:FUNCTION_ENTRY_POINT (Results 1 - 7 of 7) sorted by relevance

/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/Ebc/
H A DProcessorBind.h133 #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/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/MdePkg/Include/Ipf/
H A DProcessorBind.h300 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(((EFI_PLABEL *)(FunctionPointer))->EntryPoint) macro

Completed in 327 milliseconds