Lines Matching defs:xmap
75 /* or -1 if xmap is out of sync */
277 * Skip mappings with no resident pages. If the xmap does not
283 prxmap_t *xmap = &pcp->pr_xmap[i];
285 if (pcp->pr_addr == xmap->pr_vaddr && xmap->pr_size ==
287 pcp->pr_rss = xmap->pr_rss;
291 if ((xmap->pr_mflags & MA_SHARED) == 0)
292 pcp->pr_pg_rss = xmap->pr_anon;
332 prxmap_t *xmap, int nxmap)
338 pcp->pr_xmap = xmap;
351 prxmap_t *xmap, int nxmap, void *naddr)
353 void *addr = set_prpageheader_cur(pcp, php, xmap, nxmap);
743 st_debug(STDL_NORMAL, lcol, "process %d: xmap"
1002 debug("revoking xmap for process %d\n", (int)lpc->lpc_pid);
1008 * Retrieve the process's current xmap , which is used to determine the size of
1024 (void) snprintf(pathbuf, sizeof (pathbuf), "/proc/%d/xmap",
1034 debug("cannot stat xmap\n");
1041 debug("xmap wrong size\n");
1049 debug("cannot malloc() %ld bytes for xmap", st.st_size);
1060 debug("xmap changed size, retrying\n");
1063 debug("cannot read xmap");