Searched refs:totalphysmem (Results 1 – 3 of 3) sorted by relevance
68 extern int totalphysmem;
238 int totalphysmem; /* # pages in system */ variable515 totalphysmem = atop(avail_end); in hppa_init()919 if (totalphysmem > physmem) { in cpu_startup()920 format_bytes(pbuf[0], sizeof(pbuf[0]), ptoa(totalphysmem - physmem)); in cpu_startup()
153 int totalphysmem; /* total amount of physical memory in system */ variable542 totalphysmem += memc->mddt_pg_cnt; in alpha_init()658 if (totalphysmem == 0) in alpha_init()662 printf("totalphysmem = %d\n", totalphysmem); in alpha_init()904 format_bytes(pbuf, sizeof(pbuf), ptoa(totalphysmem)); in cpu_startup()