Home
last modified time | relevance | path

Searched refs:totalphysmem (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hppa/hppa/
H A Dmachdep.h68 extern int totalphysmem;
H A Dmachdep.c238 int totalphysmem; /* # pages in system */ variable
515 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()
/netbsd-src/sys/arch/alpha/alpha/
H A Dmachdep.c153 int totalphysmem; /* total amount of physical memory in system */ variable
542 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()