Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dsetup.h78 return !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/Linux-v5.4/arch/x86/include/uapi/asm/
Dbootparam.h21 #define KASLR_FLAG (1<<1) macro
/Linux-v5.4/arch/x86/boot/compressed/
Dmisc.c354 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
Dkaslr.c869 boot_params->hdr.loadflags |= KASLR_FLAG; in choose_random_location()
/Linux-v5.4/Documentation/x86/
Dboot.rst457 Bit 1 (kernel internal): KASLR_FLAG