Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/lib/
H A Dbootm.c26 uint8_t setup_sects = *(zimage + 0x1f1); in bootz_setup() local
31 *end = (setup_sects + 1) * 512 + syssize * 16; in bootz_setup()
/openbmc/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c392 int setup_sects, kern16_size, ret = 0; in bzImage64_load() local
407 setup_sects = header->setup_sects; in bzImage64_load()
408 if (setup_sects == 0) in bzImage64_load()
409 setup_sects = 4; in bzImage64_load()
411 kern16_size = (setup_sects + 1) * 512; in bzImage64_load()
/openbmc/u-boot/arch/x86/lib/
H A Dzimage.c147 if (0 == hdr->setup_sects) { in load_zimage()
151 setup_size = (hdr->setup_sects + 1) * 512; in load_zimage()
166 if (hdr->setup_sects >= 15) { in load_zimage()
/openbmc/linux/arch/x86/boot/
H A Dsetup.ld47 setup_sects = ABSOLUTE(setup_size / 512); symbol
H A Dheader.S226 .byte setup_sects - 1
/openbmc/u-boot/arch/x86/include/asm/
H A Dbootparam.h28 __u8 setup_sects; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h69 __u8 setup_sects; member
/openbmc/linux/Documentation/arch/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
1134 if ( setup_sects == 0 ) {
1135 setup_sects = 4;
1177 memcpy(0x90000, base_ptr, (setup_sects+1)*512);
1184 memset(0x90000 + (setup_sects+1)*512, 0,
1185 (64-(setup_sects+1))*512);
[all …]