Searched refs:setup_sects (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | kexec-bzimage64.c | 334 int setup_sects, kern16_size, ret = 0; in bzImage64_load() local 348 setup_sects = header->setup_sects; in bzImage64_load() 349 if (setup_sects == 0) in bzImage64_load() 350 setup_sects = 4; in bzImage64_load() 352 kern16_size = (setup_sects + 1) * 512; in bzImage64_load()
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | bootparam.h | 49 __u8 setup_sects; member
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 161 01F1/1 ALL(1 setup_sects The size of the setup in sectors 201 (1) For backwards compatibility, if the setup_sects field contains 0, the 238 Field name: setup_sects 342 should be less than (0x200*setup_sects). 346 This is a valid value if and only if the "setup_sects" field 842 if ( setup_sects == 0 ) { 843 setup_sects = 4; 885 memcpy(0x90000, base_ptr, (setup_sects+1)*512); 892 memset(0x90000 + (setup_sects+1)*512, 0, 893 (64-(setup_sects+1))*512); [all …]
|
/linux-4.4.14/arch/x86/boot/ |
D | header.S | 282 setup_sects: .byte 0 /* Filled in by build.c */ label
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 506 lseek(fd, (boot.hdr.setup_sects+1) * 512, SEEK_SET); in load_bzimage()
|