Home
last modified time | relevance | path

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

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