Home
last modified time | relevance | path

Searched refs:wp_oprot (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dwatchpoint.h64 uchar_t wp_oprot; /* original protection bits */ member
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c3422 if (pwp->wp_oprot != 0 || /* already set up */ in as_setwatch()
3427 pwp->wp_oprot = prot; in as_setwatch()
3434 if (!(pwp->wp_flags & WP_NOWATCH) && prot != pwp->wp_oprot) { in as_setwatch()
3437 pwp->wp_oprot = 0; in as_setwatch()
3469 if (pwp->wp_oprot == 0 || /* not set up */ in as_clearwatch()
3473 if ((prot = pwp->wp_oprot) != pwp->wp_prot) { in as_clearwatch()
3481 pwp->wp_oprot = 0; in as_clearwatch()
3521 if (!(pwp->wp_flags & WP_NOWATCH) && wprot != pwp->wp_oprot) { in as_setwatchprot()
3535 pwp->wp_oprot = prot; in as_setwatchprot()
3567 if ((prot = pwp->wp_oprot) != 0) { in as_clearwatchprot()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h145 uint8_t wp_oprot; member
/illumos-gate/usr/src/uts/common/os/
H A Dwatchpoint.c214 if ((prot = pwp->wp_oprot) != 0) { in pr_do_mappage()
291 if (pwp->wp_oprot != 0) { /* if page exists */ in pr_do_mappage()
448 if (pwp->wp_oprot != 0) { in pr_is_watchpage_as()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c4105 if ((prot = pwp->wp_oprot) != 0) { in pr_free_watched_pages()
4217 if (pwp->wp_oprot == 0 && in set_watched_page()
4220 pwp->wp_oprot = (uchar_t)prot; in set_watched_page()
4223 if (pwp->wp_oprot != 0) { in set_watched_page()
4224 prot = pwp->wp_oprot; in set_watched_page()
4303 if (pwp->wp_oprot != 0) { in clear_watched_page()
4304 uint_t prot = pwp->wp_oprot; in clear_watched_page()
4328 if (pwp->wp_oprot != 0) { in clear_watched_page()
4329 pwp->wp_prot = pwp->wp_oprot; in clear_watched_page()
4357 *prot = pwp->wp_oprot; in getwatchprot()
H A Dprcontrol.c2643 pwp->wp_prot = pwp->wp_oprot; in pr_cancel_watch()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c611 *prot = cbarg.wp.wp_oprot; in gcore_getwatchprot()