Searched refs:loadflags (Results 1 – 8 of 8) sorted by relevance
134 if (hdr->version >= 0x0202 && (hdr->loadflags & LOAD_HIGH)) in calc_cmdline_offset()215 hdr.loadflags = 0; in bios_boot_linux()229 if (hdr.version < 0x0205 || !(hdr.loadflags & LOAD_HIGH)) in bios_boot_linux()241 real_mode_base = (hdr.loadflags & LOAD_HIGH) ? 0x10000 : 0x90000; in bios_boot_linux()242 prot_mode_base = (hdr.loadflags & LOAD_HIGH) ? 0x100000 : 0x10000; in bios_boot_linux()243 prot_mode_max = (hdr.loadflags & LOAD_HIGH) ? (addr_t)-1 : 0x8ffff; in bios_boot_linux()270 if (!(hdr.loadflags & LOAD_HIGH) && prot_mode_size > 512 * 1024) { in bios_boot_linux()287 whdr->loadflags |= CAN_USE_HEAP; in bios_boot_linux()
48 uint8_t loadflags; member
65 uint8_t loadflags; member
66 loadflags db 1 ; Please load high define
131 loadflags: label
153 ( bzimg->bzhdr.loadflags & BZI_LOAD_HIGH ) : 0 ); in bzimage_parse_header()209 bzimg->bzhdr.loadflags |= BZI_CAN_USE_HEAP; in bzimage_update_header()
64 __u8 loadflags; member
96 uint8_t loadflags; member