Home
last modified time | relevance | path

Searched refs:loadflags (Results 1 – 9 of 9) sorted by relevance

/linux/arch/x86/include/asm/
A Dsetup.h83 !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/linux/arch/x86/boot/
A Dmain.c119 if (boot_params.hdr.loadflags & CAN_USE_HEAP) { in init_heap()
A Dedd.c57 if (!(boot_params.hdr.loadflags & CAN_USE_HEAP)) in read_mbr_sig()
/linux/arch/x86/kernel/
A Dasm-offsets.c74 OFFSET(BP_loadflags, boot_params, hdr.loadflags); in common()
A Dkexec-bzimage64.c288 if (!(header->loadflags & LOADED_HIGH)) { in bzImage64_probe()
467 params->hdr.loadflags = 0; in bzImage64_load()
/linux/arch/x86/include/uapi/asm/
A Dbootparam.h80 __u8 loadflags; member
/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.rst203 0211/1 2.00+ loadflags Boot protocol option flags
463 Field name: loadflags
1087 - When loading a zImage kernel ((loadflags & 0x01) == 0).
1144 if ( protocol >= 0x0202 && loadflags & 0x01 )
1151 loadflags |= 0x80; /* CAN_USE_HEAP */
1197 bit (LOAD_HIGH) in the loadflags field is set::
1199 is_bzImage = (protocol >= 0x0200) && (loadflags & 0x01);

Completed in 13 milliseconds