Home
last modified time | relevance | path

Searched refs:KASLR_FLAG (Results 1 – 6 of 6) 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.h14 #define KASLR_FLAG (1<<1) macro
/linux/arch/x86/boot/compressed/
A Dmisc.c416 boot_params_ptr->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
A Dkaslr.c830 boot_params_ptr->hdr.loadflags |= KASLR_FLAG; in choose_random_location()
/linux/drivers/firmware/efi/libstub/
A Dx86-stub.c905 boot_params_ptr->hdr.loadflags |= KASLR_FLAG; in efi_decompress_kernel()
/linux/Documentation/arch/x86/
A Dboot.rst477 Bit 1 (kernel internal): KASLR_FLAG

Completed in 12 milliseconds