Home
last modified time | relevance | path

Searched defs:EFI_ALLOC_LIMIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Defi.h104 #define EFI_ALLOC_LIMIT ((1UL << 48) - 1) macro
/openbmc/linux/arch/x86/include/asm/
H A Defi.h194 #define EFI_ALLOC_LIMIT (efi_is_64bit() ? ULONG_MAX : U32_MAX) macro
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h33 #define EFI_ALLOC_LIMIT ULONG_MAX macro