Home
last modified time | relevance | path

Searched refs:endimage (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/chain/
Dchain.c150 addr_t endimage; in do_boot() local
162 endimage = 0; in do_boot()
164 if (data[i].base + data[i].size > endimage) in do_boot()
165 endimage = data[i].base + data[i].size; in do_boot()
167 if (endimage > dosmax) in do_boot()
218 endimage = (endimage + 1023u) & ~1023u; in do_boot()
240 opt.regs.ds = opt.regs.cs = endimage >> 4; in do_boot()
246 if (syslinux_add_movelist(&mlist, endimage, (addr_t) swapstub, in do_boot()
250 endimage += sizeof swapstub; in do_boot()
254 syslinux_add_memmap(&mmap, endimage, 0xa0000 - endimage, SMT_RESERVED); in do_boot()
/external/syslinux/com32/modules/
Dpxechn.c150 addr_t endimage; in do_boot() local
160 endimage = 0; in do_boot()
162 if (data[i].base + data[i].size > endimage) in do_boot()
163 endimage = data[i].base + data[i].size; in do_boot()
165 if (endimage > dosmem) in do_boot()
176 syslinux_add_memmap(&mmap, endimage, 0xa0000 - endimage, SMT_RESERVED); in do_boot()