Home
last modified time | relevance | path

Searched refs:setup_sects (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkexec-bzimage64.c331 int setup_sects, kern16_size, ret = 0; in bzImage64_load() local
346 setup_sects = header->setup_sects; in bzImage64_load()
347 if (setup_sects == 0) in bzImage64_load()
348 setup_sects = 4; in bzImage64_load()
350 kern16_size = (setup_sects + 1) * 512; in bzImage64_load()
/OK3568_Linux_fs/u-boot/arch/sandbox/lib/
H A Dbootm.c28 uint8_t setup_sects = *(zimage + 0x1f1); in bootz_setup() local
33 *end = (setup_sects + 1) * 512 + syssize * 16; in bootz_setup()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dzimage.c115 if (0 == hdr->setup_sects) { in load_zimage()
119 setup_size = (hdr->setup_sects + 1) * 512; in load_zimage()
134 if (hdr->setup_sects >= 15) { in load_zimage()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0016-relocator-Protect-grub_relocator_alloc_chunk_addr-in.patch66 setup_sects = GRUB_LINUX_DEFAULT_SETUP_SECTS;
68 real_size = setup_sects << GRUB_DISK_SECTOR_BITS;
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dbootparam.h25 __u8 setup_sects; member
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dbootparam.h66 __u8 setup_sects; member
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dboot.rst189 01F1/1 ALL(1) setup_sects The size of the setup in sectors
232 (1) For backwards compatibility, if the setup_sects field contains 0, the
271 Field name: setup_sects
400 should be less than (0x200*setup_sects).
404 This is a valid value if and only if the "setup_sects" field
1133 if ( setup_sects == 0 ) {
1134 setup_sects = 4;
1176 memcpy(0x90000, base_ptr, (setup_sects+1)*512);
1183 memset(0x90000 + (setup_sects+1)*512, 0,
1184 (64-(setup_sects+1))*512);
[all …]
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dheader.S284 setup_sects: .byte 0 /* Filled in by build.c */ label