Home
last modified time | relevance | path

Searched refs:KASLR_FLAG (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dsetup.h71 return !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dbootparam.h18 #define KASLR_FLAG (1<<1) macro
/linux-4.1.27/arch/x86/boot/compressed/
Dmisc.c381 real_mode->hdr.loadflags &= ~KASLR_FLAG; in decompress_kernel()
Daslr.c319 boot_params->hdr.loadflags |= KASLR_FLAG; in choose_kernel_location()