Home | History | Annotate | Download | only in stage2

Lines Matching defs:cont

110   int cont;
115 for (cont = 0, addr = mbi.mmap_addr;
126 cont++;
130 while (cont);
145 unsigned long cont, memtmp, addr;
179 cont = 0;
183 cont = get_mmap_entry ((void *) addr, cont);
192 while (cont);
223 cont = memtmp & ~0xFFFF;
226 if (cont != 0)
227 extended_memory = (cont >> 10) + 0x3c00;
231 if (!cont || (memtmp == 0x3c00))
232 memtmp += (cont >> 10);
241 fakemap[2].Length = cont;