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

  /src/sys/arch/hppa/hppa/
machdep.c 238 int totalphysmem; /* # pages in system */ variable in typeref:typename:int
515 totalphysmem = atop(avail_end);
919 if (totalphysmem > physmem) {
920 format_bytes(pbuf[0], sizeof(pbuf[0]), ptoa(totalphysmem - physmem));
  /src/sys/arch/alpha/alpha/
machdep.c 153 int totalphysmem; /* total amount of physical memory in system */ variable in typeref:typename:int
542 totalphysmem += memc->mddt_pg_cnt;
658 if (totalphysmem == 0)
662 printf("totalphysmem = %d\n", totalphysmem);
903 format_bytes(pbuf, sizeof(pbuf), ptoa(totalphysmem));

Completed in 15 milliseconds