Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpage_64.h38 #define __KERNEL_ALIGN 0x200000 macro
45 #if (CONFIG_PHYSICAL_START % __KERNEL_ALIGN) != 0
/arch/x86/boot/compressed/
Dmisc.c418 if ((unsigned long)output & (__KERNEL_ALIGN - 1)) in decompress_kernel()