HomeSort by: relevance | last modified time | path
    Searched defs:boot_segs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/atari/
pmap_bootstrap.c 80 struct memseg boot_segs[NMEM_SEGS]; variable in typeref:struct:memseg[]
126 if (boot_segs[i].start == boot_segs[i].end)
128 mem_size += boot_segs[i].end - boot_segs[i].start;
pmap_bootstrap.c 80 struct memseg boot_segs[NMEM_SEGS]; variable in typeref:struct:memseg[]
126 if (boot_segs[i].start == boot_segs[i].end)
128 mem_size += boot_segs[i].end - boot_segs[i].start;

Completed in 21 milliseconds