Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/efi/libstub/
H A Dkaslr.c120 EFI_LOADER_CODE, 0, EFI_ALLOC_LIMIT); in efi_kaslr_relocate_kernel()
131 (unsigned long)_end < EFI_ALLOC_LIMIT) { in efi_kaslr_relocate_kernel()
H A Dalignedmem.c33 max = min(max, EFI_ALLOC_LIMIT); in efi_allocate_pages_aligned()
H A Dzboot.c87 seed, EFI_LOADER_CODE, 0, EFI_ALLOC_LIMIT); in efi_zboot_entry()
H A Dmem.c88 max = min(max, EFI_ALLOC_LIMIT); in efi_allocate_pages()
H A Defistub.h33 #ifndef EFI_ALLOC_LIMIT
34 #define EFI_ALLOC_LIMIT ULONG_MAX macro
/linux-6.15/arch/arm64/include/asm/
H A Defi.h104 #define EFI_ALLOC_LIMIT ((1UL << 48) - 1) macro
/linux-6.15/arch/x86/include/asm/
H A Defi.h95 #define EFI_X86_KERNEL_ALLOC_LIMIT EFI_ALLOC_LIMIT
185 #define EFI_ALLOC_LIMIT (efi_is_64bit() ? ULONG_MAX : U32_MAX) macro