Home
last modified time | relevance | path

Searched refs:phys_pages (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dac_stat.c147 if (memq.phys_pages != npgs) { in ac_mem_stat()
154 (u_long)memq.phys_pages, (u_long)npgs); in ac_mem_stat()
159 statp->phys_pages = memq.phys_pages; in ac_mem_stat()
162 statp->nonrelocatable = memq.phys_pages; in ac_mem_stat()
168 statp->phys_pages = npgs; in ac_mem_stat()
191 stat32p->phys_pages = statp->phys_pages; in ac_mem_stat()
241 all_pop = (mqp->phys_pages == npgs); in query_checker()
242 memq.phys_pages = 0; in query_checker()
254 if (all_pop && amemq.phys_pages != 1) { in query_checker()
256 abase, amemq.phys_pages); in query_checker()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dmem_config.h56 pgcnt_t phys_pages; /* total physical pages */ member
64 pgcnt_t phys_pages; /* total physical pages */ member
/titanic_50/usr/src/uts/sun4v/io/
H A Ddr_mem.c732 if (!mq.phys_pages) in dr_mem_query()
736 mqp->mq.phys_pages = ptob(mq.phys_pages); in dr_mem_query()
968 stat->phys_pages = ptob(del_stat.phys_pages); in dr_mem_del_stat()
/titanic_50/usr/src/uts/sun4u/sunfire/sys/
H A Dac.h339 uint64_t phys_pages; member
362 uint64_t phys_pages; member
/titanic_50/usr/src/uts/sun4u/ngdr/io/
H A Ddr_mem.c665 mp->phys_pages = 0; in dr_del_span_query()
679 mp->phys_pages += mq.phys_pages; in dr_del_span_query()
806 mdst.phys_pages - mdst.managed); in dr_mem_status()
2200 if (s_mq.phys_pages == 0) { in dr_select_mem_target()
2221 s_mq.phys_pages = 0; in dr_select_mem_target()
2227 ASSERT(s_mq.phys_pages != 0); in dr_select_mem_target()
2416 ASSERT(s_mq.phys_pages != 0); in dr_select_mem_target()
/titanic_50/usr/src/uts/common/os/
H A Dmem_config.c1093 pgcnt_t phys_pages, vm_pages; in kphysm_del_span() local
1159 phys_pages = 0; in kphysm_del_span()
1244 phys_pages += (seg->pages_end - mseg_start); in kphysm_del_span()
1256 mhp->mh_phys_pages += phys_pages; in kphysm_del_span()
1278 mqp->phys_pages = 0; in kphysm_del_span_query()
1293 mqp->phys_pages += mdsp->mds_npgs; in kphysm_del_span_query()
1538 mdstp->phys_pages = mhp->mh_phys_pages; in kphysm_del_status()
/titanic_50/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c654 mp->phys_pages = 0; in dr_del_mlist_query()
668 mp->phys_pages += mq.phys_pages; in dr_del_mlist_query()
791 mdst.phys_pages - mdst.managed); in dr_mem_status()
2176 ASSERT(s_mq.phys_pages != 0); in dr_select_mem_target()
/titanic_50/usr/src/uts/i86pc/io/dr/
H A Ddr_mem_acpi.c263 mp->phys_pages = 0; in dr_del_mlist_query()
/titanic_50/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1777 tstat->page_size, (longlong_t)tstat->phys_pages, in dump_ioctl_res()
/titanic_50/usr/src/uts/sun4u/io/
H A Dsbd.c4136 msp->ms_totpages += mdst.phys_pages; in sbd_mem_status()
4143 mdst.phys_pages - in sbd_mem_status()
H A Dsbd_mem.c1803 ASSERT(s_mq.phys_pages != 0); in sbd_select_mem_target()