pmap_count
segsz_t pmap_count(pmap_t, int);
#define pmap_resident_count(pmap) (pmap_count((pmap), 0))
#define pmap_wired_count(pmap) (pmap_count((pmap), 1))