Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c363 if ((tp->ftt_flags & FASTTRAP_F_RETMAYBE) && in fasttrap_return_common()
728 } 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()
[all …]
/illumos-gate/usr/src/uts/sparc/sys/
H A Dfasttrap_isa.h59 #define ftt_flags ftt_mtp.ftmt_flags macro