1 #ifndef _IPXE_EFI_PROCESSOR_BIND_H 2 #define _IPXE_EFI_PROCESSOR_BIND_H 15 #if defined ( __i386__ ) 18 #if defined ( __x86_64__ ) 21 #if defined ( __arm__ ) 24 #if defined ( __aarch64__ ) 25 #define EFIARCH AArch64 27 #if defined ( __loongarch__ ) 28 #define EFIARCH LoongArch64 30 #if defined ( __riscv ) && ( _riscv_xlen == 64 ) 31 #define EFIARCH RiscV64 35 #define PROCESSORBIND(_arch) <ipxe/efi/_arch/ProcessorBind.h> 45 #if defined ( EFIARCH ) 48 #include PROCESSORBIND(EFIARCH) 75 #define EFI_REMOVABLE_MEDIA_FILE_NAME L"\\EFI\\BOOT\\BOOTNONE.EFI" 78 #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)