Home
last modified time | relevance | path

Searched refs:MIN_KERNEL_ALIGN (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dboot.h20 #define MIN_KERNEL_ALIGN (_AC(1, UL) << MIN_KERNEL_ALIGN_LG2) macro
23 (CONFIG_PHYSICAL_ALIGN < MIN_KERNEL_ALIGN)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dboot.h20 #define MIN_KERNEL_ALIGN (_AC(1, UL) << MIN_KERNEL_ALIGN_LG2) macro
23 (CONFIG_PHYSICAL_ALIGN < MIN_KERNEL_ALIGN)
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dmisc.c397 needed_size = ALIGN(needed_size, MIN_KERNEL_ALIGN); in extract_kernel()
419 if ((unsigned long)output & (MIN_KERNEL_ALIGN - 1)) in extract_kernel()
421 if (virt_addr & (MIN_KERNEL_ALIGN - 1)) in extract_kernel()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dmisc.c440 needed_size = ALIGN(needed_size, MIN_KERNEL_ALIGN); in extract_kernel()
462 if ((unsigned long)output & (MIN_KERNEL_ALIGN - 1)) in extract_kernel()
464 if (virt_addr & (MIN_KERNEL_ALIGN - 1)) in extract_kernel()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dx86-stub.c778 MIN_KERNEL_ALIGN); in efi_decompress_kernel()

Completed in 4 milliseconds