Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dstartup.c254 BUILD_BUG_ON(__NO_KASLR_END_KERNEL > _REGION1_SIZE); in setup_kernel_memory_layout()
256 if (IS_ENABLED(CONFIG_KASAN) || __NO_KASLR_END_KERNEL > _REGION2_SIZE || in setup_kernel_memory_layout()
259 if (__NO_KASLR_END_KERNEL > _REGION2_SIZE) { in setup_kernel_memory_layout()
280 BUILD_BUG_ON(__NO_KASLR_END_KERNEL > KASAN_SHADOW_START); in setup_kernel_memory_layout()
294 } else if (vmax < __NO_KASLR_END_KERNEL || vsize > __NO_KASLR_END_KERNEL) { in setup_kernel_memory_layout()
/linux/arch/s390/include/asm/
H A Dpage.h281 #define __NO_KASLR_END_KERNEL (__NO_KASLR_START_KERNEL + KERNEL_IMAGE_SIZE) macro