Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c677 if (tp->ftt_cc != 0) in fasttrap_pid_probe()
750 if (tp->ftt_cc == 0) { in fasttrap_pid_probe()
754 ASSERT(tp->ftt_cc <= 3); in fasttrap_pid_probe()
755 shift = 30 + tp->ftt_cc * 2; in fasttrap_pid_probe()
1157 tp->ftt_cc = CC(instr); in fasttrap_tracepoint_init()
1175 tp->ftt_cc = 0; in fasttrap_tracepoint_init()
1224 tp->ftt_cc = CC(instr); in fasttrap_tracepoint_init()
1242 tp->ftt_cc = 0; in fasttrap_tracepoint_init()
/illumos-gate/usr/src/uts/sparc/sys/
H A Dfasttrap_isa.h60 #define ftt_cc ftt_mtp.ftmt_cc macro