Searched refs:WP_SETPROT (Results 1 – 4 of 4) sorted by relevance
77 #define WP_SETPROT 0x02 /* SEGOP_SETPROT() needed on this page */ macro
403 ASSERT(pwp->wp_flags & WP_SETPROT); in setallwatch()425 pwp->wp_flags &= ~WP_SETPROT; in setallwatch()
3451 (pwp->wp_flags & WP_SETPROT) == 0) { in set_watched_page()3452 pwp->wp_flags |= WP_SETPROT; in set_watched_page()3534 (pwp->wp_flags & WP_SETPROT) == 0) { in clear_watched_page()3535 pwp->wp_flags |= WP_SETPROT; in clear_watched_page()3548 if ((pwp->wp_flags & WP_SETPROT) == 0) { in clear_watched_page()3549 pwp->wp_flags |= WP_SETPROT; in clear_watched_page()
2523 if ((pwp->wp_flags & WP_SETPROT) == 0) { in pr_cancel_watch()2524 pwp->wp_flags |= WP_SETPROT; in pr_cancel_watch()