Searched refs:EFI_ALLOC_LIMIT (Results 1 – 7 of 7) sorted by relevance
120 EFI_LOADER_CODE, 0, EFI_ALLOC_LIMIT); in efi_kaslr_relocate_kernel()131 (unsigned long)_end < EFI_ALLOC_LIMIT) { in efi_kaslr_relocate_kernel()
33 max = min(max, EFI_ALLOC_LIMIT); in efi_allocate_pages_aligned()
87 seed, EFI_LOADER_CODE, 0, EFI_ALLOC_LIMIT); in efi_zboot_entry()
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_LIMIT185 #define EFI_ALLOC_LIMIT (efi_is_64bit() ? ULONG_MAX : U32_MAX) macro