Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dwatchpoint.h90 extern int suword64_nowatch(void *, uint64_t);
/titanic_50/usr/src/uts/sparc/v9/os/
H A Dsimulator.c682 if (suword64_nowatch(addr, data) == -1) in simulate_lddstd()
1263 if (suword64_nowatch(addr, res) != 0) { in putreg()
/titanic_50/usr/src/uts/common/os/
H A Dwatchpoint.c1680 suword64_nowatch(void *addr, uint64_t value) in suword64_nowatch() function