OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalphysmem
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hppa/hppa/
machdep.h
68
extern int
totalphysmem
;
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 160 milliseconds
Indexes created Fri Oct 17 22:10:11 GMT 2025