Home
last modified time | relevance | path

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

/external/u-boot/arch/sandbox/lib/
Dbootm.c26 uint8_t setup_sects = *(zimage + 0x1f1); in bootz_setup() local
31 *end = (setup_sects + 1) * 512 + syssize * 16; in bootz_setup()
/external/u-boot/arch/x86/lib/
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()
/external/vboot_reference/futility/
Dvb1_helper.c142 kernel32_start = (lh->setup_sects + 1) << 9; in KernelSize()
165 kernel32_start = (lh->setup_sects + 1) << 9; in PickApartVmlinuz()
178 Memcpy(&(params->setup_sects), &(lh->setup_sects), in PickApartVmlinuz()
180 - offsetof(struct linux_kernel_params, setup_sects)); in PickApartVmlinuz()
Dkernel_blob.h41 uint8_t setup_sects; /* 1f1 */ member
/external/u-boot/arch/x86/include/asm/
Dbootparam.h28 __u8 setup_sects; member
/external/kernel-headers/original/uapi/asm-x86/asm/
Dbootparam.h51 __u8 setup_sects; member