Home
last modified time | relevance | path

Searched refs:EFI_ALLOC_LIMIT (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dkaslr.c122 EFI_LOADER_CODE, 0, EFI_ALLOC_LIMIT); in efi_kaslr_relocate_kernel()
133 (unsigned long)_end < EFI_ALLOC_LIMIT) { in efi_kaslr_relocate_kernel()
H A Dalignedmem.c32 max = min(max, EFI_ALLOC_LIMIT); in efi_allocate_pages_aligned()
H A Dmem.c92 max = min(max, EFI_ALLOC_LIMIT); in efi_allocate_pages()
H A Dzboot.c122 seed, EFI_LOADER_CODE, 0, EFI_ALLOC_LIMIT); in efi_zboot_entry()
H A Defistub.h32 #ifndef EFI_ALLOC_LIMIT
33 #define EFI_ALLOC_LIMIT ULONG_MAX macro
/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.h95 #define EFI_X86_KERNEL_ALLOC_LIMIT EFI_ALLOC_LIMIT
194 #define EFI_ALLOC_LIMIT (efi_is_64bit() ? ULONG_MAX : U32_MAX) macro