Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dsetup.h83 !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/arch/x86/include/uapi/asm/
Dbootparam.h26 #define KASLR_FLAG (1<<1) macro
/arch/x86/boot/compressed/
Dmisc.c355 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
Dkaslr.c843 boot_params->hdr.loadflags |= KASLR_FLAG; in choose_random_location()