Home
last modified time | relevance | path

Searched refs:MIN_KERNEL_ALIGN (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
A Dboot.h15 #define MIN_KERNEL_ALIGN (_AC(1, UL) << MIN_KERNEL_ALIGN_LG2) macro
18 (CONFIG_PHYSICAL_ALIGN < MIN_KERNEL_ALIGN)
/arch/x86/boot/compressed/
A Dmisc.c472 needed_size = ALIGN(needed_size, MIN_KERNEL_ALIGN); in extract_kernel()
494 if ((unsigned long)output & (MIN_KERNEL_ALIGN - 1)) in extract_kernel()
496 if (virt_addr & (MIN_KERNEL_ALIGN - 1)) in extract_kernel()

Completed in 8 milliseconds