Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dsetup.h73 return !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dbootparam.h18 #define KASLR_FLAG (1<<1) macro
/linux-4.4.14/arch/x86/boot/compressed/
Dmisc.c398 real_mode->hdr.loadflags &= ~KASLR_FLAG; in decompress_kernel()
Daslr.c319 boot_params->hdr.loadflags |= KASLR_FLAG; in choose_kernel_location()
/linux-4.4.14/Documentation/x86/
Dboot.txt409 Bit 1 (kernel internal): KASLR_FLAG