Home
last modified time | relevance | path

Searched refs:EFI_BITS_PER_LONG (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Defi.h54 #define EFI_BITS_PER_LONG (sizeof(long) * 8) macro
57 #define EFI_ERROR_MASK (1UL << (EFI_BITS_PER_LONG - 1))
/openbmc/u-boot/lib/efi/
H A Defi_stub.c303 printhex2(EFI_BITS_PER_LONG); in efi_main()