Searched refs:KERNEL_MEM_ALIGN (Results 1 – 1 of 1) sorted by relevance
270 const u64 KERNEL_MEM_ALIGN = 1 << 21; // 2MB in efi_allocate_kernel_memory() local294 if (min_paddr & (KERNEL_MEM_ALIGN - 1)) { in efi_allocate_kernel_memory()296 KERNEL_MEM_ALIGN, min_paddr); in efi_allocate_kernel_memory()299 u64 mem_size = ALIGN_UP(max_paddr - min_paddr, KERNEL_MEM_ALIGN); in efi_allocate_kernel_memory()302 KERNEL_MEM_ALIGN, EfiLoaderData); in efi_allocate_kernel_memory()306 status, KERNEL_MEM_ALIGN, ret_paddr, max_paddr, in efi_allocate_kernel_memory()