Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dwatchpoint.h85 extern int fuword32_nowatch(const void *, uint32_t *);
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dsimulator.c1222 if (fuword32_nowatch(addr, &res) == -1) { in getreg()
1583 if (fuword32_nowatch(vaddr, (uint32_t *)&instr) == -1) in fetch_user_instr()
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c777 if (fuword32_nowatch((void *)pc, (uint32_t *)&instr) != 0) in prdostep()
/illumos-gate/usr/src/uts/common/os/
H A Dwatchpoint.c1665 fuword32_nowatch(const void *addr, uint32_t *value) in fuword32_nowatch() function