OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:phys_installed_size
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/sparc64/sparc64/
pmap.c
232
int
phys_installed_size
; /* Installed physical memory */
variable in typeref:typename:int
809
phys_installed_size
= prom_memlist_size / sizeof(*phys_installed);
814
for (i = 0; i <
phys_installed_size
; i++) {
822
for (i = 0; i <
phys_installed_size
; i++)
2364
sz +=
phys_installed_size
* sizeof(phys_ram_seg_t);
2379
* phys_ram_seg_t[
phys_installed_size
] physical memory segments
2449
kcpu->nmemseg =
phys_installed_size
;
2468
for (i = 0; i <
phys_installed_size
; i++) {
2489
for (i = 0; i <
phys_installed_size
; i++) {
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025