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

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

Completed in 102 milliseconds