Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dwatchpoint.c496 pr_is_watchpoint(caddr_t *paddr, int *pta, size_t size, size_t *plen, in pr_is_watchpoint() function
779 watchcode = pr_is_watchpoint(&vaddr, &ta, in watch_xcopyin()
870 watchcode = pr_is_watchpoint(&vaddr, &ta, in watch_xcopyout()
974 watchcode = pr_is_watchpoint(&vaddr, &ta, in watch_copyinstr()
1088 watchcode = pr_is_watchpoint(&vaddr, &ta, in watch_copyoutstr()
1182 watchcode = pr_is_watchpoint(&vaddr, &ta, size, NULL, S_READ); in watch_fuword()
1252 watchcode = pr_is_watchpoint(&vaddr, &ta, sizeof (value), NULL, in watch_suword8()
1294 watchcode = pr_is_watchpoint(&vaddr, &ta, sizeof (value), NULL, in watch_suword16()
1336 watchcode = pr_is_watchpoint(&vaddr, &ta, sizeof (value), NULL, in watch_suword32()
1379 watchcode = pr_is_watchpoint(&vaddr, &ta, sizeof (value), NULL, in watch_suword64()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dwatchpoint.h113 extern int pr_is_watchpoint(caddr_t *, int *, size_t, size_t *,
/titanic_50/usr/src/uts/i86pc/os/
H A Dtrap.c826 else if ((watchcode = pr_is_watchpoint(&vaddr, &ta, in trap()
/titanic_50/usr/src/uts/sun4/os/
H A Dtrap.c582 else if ((watchcode = pr_is_watchpoint(&vaddr, &ta, in trap()