Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dboot.h20 #define MIN_KERNEL_ALIGN (_AC(1, UL) << MIN_KERNEL_ALIGN_LG2) macro
23 (CONFIG_PHYSICAL_ALIGN < MIN_KERNEL_ALIGN)
/linux-6.3-rc2/arch/x86/boot/compressed/
A Dmisc.c417 needed_size = ALIGN(needed_size, MIN_KERNEL_ALIGN); in extract_kernel()
439 if ((unsigned long)output & (MIN_KERNEL_ALIGN - 1)) in extract_kernel()
441 if (virt_addr & (MIN_KERNEL_ALIGN - 1)) in extract_kernel()

Completed in 3 milliseconds