1 #ifndef _IPXE_EFI_PROCESSOR_BIND_H 2 #define _IPXE_EFI_PROCESSOR_BIND_H 14 #if defined ( __i386__ ) 17 #if defined ( __x86_64__ ) 20 #if defined ( __arm__ ) 23 #if defined ( __aarch64__ ) 24 #define EFIARCH AArch64 26 #if defined ( __loongarch__ ) 27 #define EFIARCH LoongArch64 29 #if defined ( __riscv ) && ( _riscv_xlen == 64 ) 30 #define EFIARCH RiscV64 34 #define PROCESSORBIND(_arch) <ipxe/efi/_arch/ProcessorBind.h> 44 #if defined ( EFIARCH ) 47 #include PROCESSORBIND(EFIARCH) 74 #define EFI_REMOVABLE_MEDIA_FILE_NAME L"\\EFI\\BOOT\\BOOTNONE.EFI" 77 #define MAX_BIT ( ( ( UINTN ) 1U ) << ( ( 8 * sizeof ( UINTN ) ) - 1 ) )
INT64 INTN
Signed value of native width.
unsigned long long uint64_t
UINT64 UINTN
Unsigned value of native width.
unsigned long long UINT64
FILE_LICENCE(BSD2_PATENT)