Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfasttrap_impl.h159 #define fasttrap_suword32 suword32 macro
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c1221 ret = fasttrap_suword32((void *)addr, in fasttrap_pid_probe()
1308 ret = fasttrap_suword32((void *)addr, in fasttrap_pid_probe()
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c1573 if (fasttrap_suword32(&fr->fr_local[reg - 16], v32) != 0) { in fasttrap_putreg()