Searched refs:pr_watch_emul (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | prsystm.h | 107 extern int pr_watch_emul(struct regs *, caddr_t, enum seg_rw);
|
/titanic_41/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 495 pr_watch_emul(struct regs *rp, caddr_t addr, enum seg_rw rw) in pr_watch_emul() function
|
/titanic_41/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 1034 pr_watch_emul(struct regs *rp, caddr_t addr, enum seg_rw rw) in pr_watch_emul() function
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | trap.c | 600 pr_watch_emul(rp, vaddr, rw)) in trap()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | trap.c | 844 if (rw != S_EXEC && pr_watch_emul(rp, vaddr, rw)) in trap()
|