Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dsetup.h83 !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/linux/arch/x86/include/uapi/asm/
A Dbootparam.h26 #define KASLR_FLAG (1<<1) macro
/linux/arch/x86/boot/compressed/
A Dmisc.c358 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
A Dkaslr.c839 boot_params->hdr.loadflags |= KASLR_FLAG; in choose_random_location()
/linux/Documentation/x86/
A Dboot.rst476 Bit 1 (kernel internal): KASLR_FLAG

Completed in 10 milliseconds