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

  /src/sys/arch/evbmips/loongson/
machdep.c 261 psize_t memlo, memhi; local in function:mach_init
462 memhi = 0;
464 memhi = strtoul(env, NULL, 10); /* size in MB */
465 if (memhi < 0 || memhi > (64 * 1024) - 256) {
472 memhi = 0;
474 DPRINTF(("memhi %" PRIdPSIZE "\n", memhi));
476 memhi = memhi * 1024 * 1024
    [all...]
machdep.c 261 psize_t memlo, memhi; local in function:mach_init
462 memhi = 0;
464 memhi = strtoul(env, NULL, 10); /* size in MB */
465 if (memhi < 0 || memhi > (64 * 1024) - 256) {
472 memhi = 0;
474 DPRINTF(("memhi %" PRIdPSIZE "\n", memhi));
476 memhi = memhi * 1024 * 1024
    [all...]

Completed in 23 milliseconds