Searched defs:UINTN (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Arm/
H A DProcessorBind.h68 typedef UINT32 UINTN; typedef
153 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ebc/
H A DProcessorBind.h88 typedef unsigned long UINTN; typedef
104 #define MAX_ADDRESS ((UINTN) ~0)
109 #define CPU_STACK_ALIGNMENT sizeof(UINTN)
133 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ia32/
H A DProcessorBind.h204 typedef UINT32 UINTN; typedef
232 #define CPU_STACK_ALIGNMENT sizeof(UINTN)
279 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/X64/
H A DProcessorBind.h204 typedef UINT64 UINTN; typedef
285 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Ia32/
H A DProcessorBind.h126 typedef UINT32 UINTN; typedef
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/X64/
H A DProcessorBind.h147 typedef UINT64 UINTN; typedef
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Ia32/
H A DProcessorBind.h206 typedef UINT32 UINTN; typedef
234 #define CPU_STACK_ALIGNMENT sizeof(UINTN)
277 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/X64/
H A DProcessorBind.h206 typedef UINT64 UINTN; typedef
287 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ipf/
H A DProcessorBind.h213 typedef UINT64 UINTN; typedef
300 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(((EFI_PLABEL *)(FunctionPointer))->EntryPoint)

Completed in 48 milliseconds