Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/asm-x86/
H A Dbootparam.h14 #define KASLR_FLAG (1<<1) macro
/openbmc/linux/arch/x86/include/asm/
H A Dsetup.h83 !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h28 #define KASLR_FLAG (1<<1) macro
/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.c402 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
H A Dkaslr.c855 boot_params->hdr.loadflags |= KASLR_FLAG; in choose_random_location()
/openbmc/linux/Documentation/arch/x86/
H A Dboot.rst477 Bit 1 (kernel internal): KASLR_FLAG