Searched refs:FASTTRAP_F_ANNUL (Results 1 – 2 of 2) sorted by relevance
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()
81 #define FASTTRAP_F_ANNUL 0x01 /* branch is annulled */ macro