Searched refs:EFI_ALLOC_LIMIT (Results 1 – 7 of 7) sorted by relevance
122 EFI_LOADER_CODE, 0, EFI_ALLOC_LIMIT); in efi_kaslr_relocate_kernel()133 (unsigned long)_end < EFI_ALLOC_LIMIT) { in efi_kaslr_relocate_kernel()
32 max = min(max, EFI_ALLOC_LIMIT); in efi_allocate_pages_aligned()
92 max = min(max, EFI_ALLOC_LIMIT); in efi_allocate_pages()
122 seed, EFI_LOADER_CODE, 0, EFI_ALLOC_LIMIT); in efi_zboot_entry()
32 #ifndef EFI_ALLOC_LIMIT33 #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_LIMIT194 #define EFI_ALLOC_LIMIT (efi_is_64bit() ? ULONG_MAX : U32_MAX) macro