Searched refs:EFI_ALLOC_LIMIT (Results 1 – 5 of 5) sorted by relevance
33 max = min(max, EFI_ALLOC_LIMIT); in efi_allocate_pages_aligned()
88 max = min(max, EFI_ALLOC_LIMIT); in efi_allocate_pages()
33 #ifndef EFI_ALLOC_LIMIT34 #define EFI_ALLOC_LIMIT ULONG_MAX macro
104 #define EFI_ALLOC_LIMIT ((1UL << 48) - 1) macro
95 #define EFI_X86_KERNEL_ALLOC_LIMIT EFI_ALLOC_LIMIT186 #define EFI_ALLOC_LIMIT (efi_is_64bit() ? ULONG_MAX : U32_MAX) macro