Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds