Searched refs:SEGOP_GETPROT (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | urw.c | 209 SEGOP_GETPROT(seg, page, 0, &prot); in urw()
|
H A D | watchpoint.c | 312 SEGOP_GETPROT(seg, addr, 0, &oprot); in pr_do_mappage()
|
H A D | exec.c | 1279 SEGOP_GETPROT(seg, (caddr_t)end, zfoddiff - 1, in execmap()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | seg.h | 228 #define SEGOP_GETPROT(s, a, l, p) (*(s)->s_ops->getprot)((s), (a), (l), (p)) macro
|
H A D | vm_as.c | 3480 SEGOP_GETPROT(seg, vaddr, 0, &prot) != 0) in as_setwatch()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 3437 SEGOP_GETPROT(seg, vaddr, 0, &prot); in set_watched_page() 3671 SEGOP_GETPROT(seg, saddr, len - 1, pagev->pg_protv); in pr_pagev_fill()
|