Home
last modified time | relevance | path

Searched refs:suword32_nowatch (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dwatchpoint.h88 extern int suword32_nowatch(void *, uint32_t);
/titanic_41/usr/src/uts/sparc/v9/os/
H A Dsimulator.c1287 if (suword32_nowatch(addr, res) != 0) { in putreg()
/titanic_41/usr/src/uts/common/os/
H A Dwatchpoint.c1717 suword32_nowatch(void *addr, uint32_t value) in suword32_nowatch() function