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

/linux-master/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)
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c470 needed_size = ALIGN(needed_size, MIN_KERNEL_ALIGN);
492 if ((unsigned long)output & (MIN_KERNEL_ALIGN - 1))
494 if (virt_addr & (MIN_KERNEL_ALIGN - 1))
/linux-master/drivers/firmware/efi/libstub/
H A Dx86-stub.c788 MIN_KERNEL_ALIGN);

Completed in 218 milliseconds