Home
last modified time | relevance | path

Searched refs:WP_SETPROT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dwatchpoint.h75 #define WP_SETPROT 0x02 /* SEGOP_SETPROT() needed on this page */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dwatchpoint.c387 ASSERT(pwp->wp_flags & WP_SETPROT); in setallwatch()
409 pwp->wp_flags &= ~WP_SETPROT; in setallwatch()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c4233 (pwp->wp_flags & WP_SETPROT) == 0) { in set_watched_page()
4234 pwp->wp_flags |= WP_SETPROT; in set_watched_page()
4316 (pwp->wp_flags & WP_SETPROT) == 0) { in clear_watched_page()
4317 pwp->wp_flags |= WP_SETPROT; in clear_watched_page()
4330 if ((pwp->wp_flags & WP_SETPROT) == 0) { in clear_watched_page()
4331 pwp->wp_flags |= WP_SETPROT; in clear_watched_page()
H A Dprcontrol.c2641 if ((pwp->wp_flags & WP_SETPROT) == 0) { in pr_cancel_watch()
2642 pwp->wp_flags |= WP_SETPROT; in pr_cancel_watch()