Home
last modified time | relevance | path

Searched refs:FASTTRAP_F_ANNUL (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c728 } else if (tp->ftt_flags & FASTTRAP_F_ANNUL) { in fasttrap_pid_probe()
802 } else if (tp->ftt_flags & FASTTRAP_F_ANNUL) { in fasttrap_pid_probe()
855 } else if (tp->ftt_flags & FASTTRAP_F_ANNUL) { in fasttrap_pid_probe()
874 if (tp->ftt_flags & FASTTRAP_F_ANNUL) { in fasttrap_pid_probe()
1162 tp->ftt_flags |= FASTTRAP_F_ANNUL; in fasttrap_tracepoint_init()
1180 tp->ftt_flags |= FASTTRAP_F_ANNUL; in fasttrap_tracepoint_init()
1207 tp->ftt_flags |= FASTTRAP_F_ANNUL; in fasttrap_tracepoint_init()
1229 tp->ftt_flags |= FASTTRAP_F_ANNUL; in fasttrap_tracepoint_init()
1247 tp->ftt_flags |= FASTTRAP_F_ANNUL; in fasttrap_tracepoint_init()
/titanic_41/usr/src/uts/sparc/sys/
H A Dfasttrap_isa.h81 #define FASTTRAP_F_ANNUL 0x01 /* branch is annulled */ macro