Home
last modified time | relevance | path

Searched refs:ftt_code (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c359 tp->ftt_code = (instr[start + 1] & 0x0f) | FASTTRAP_JO; in fasttrap_tracepoint_init()
379 tp->ftt_code = 2; in fasttrap_tracepoint_init()
381 tp->ftt_code = 1; in fasttrap_tracepoint_init()
470 tp->ftt_code = instr[start]; in fasttrap_tracepoint_init()
479 tp->ftt_code = instr[start]; in fasttrap_tracepoint_init()
495 tp->ftt_code = 0; in fasttrap_tracepoint_init()
1142 switch (tp->ftt_code) { in fasttrap_pid_probe()
1218 switch (tp->ftt_code) { in fasttrap_pid_probe()
1288 if (tp->ftt_code == 0) { in fasttrap_pid_probe()
1299 if (tp->ftt_code == 1) { in fasttrap_pid_probe()
/titanic_50/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c685 switch (tp->ftt_code) { in fasttrap_pid_probe()
759 switch (tp->ftt_code) { in fasttrap_pid_probe()
833 switch (tp->ftt_code) { in fasttrap_pid_probe()
1158 tp->ftt_code = COND(instr); in fasttrap_tracepoint_init()
1176 tp->ftt_code = COND(instr); in fasttrap_tracepoint_init()
1212 tp->ftt_code = RCOND(instr); in fasttrap_tracepoint_init()
1225 tp->ftt_code = COND(instr); in fasttrap_tracepoint_init()
1243 tp->ftt_code = COND(instr); in fasttrap_tracepoint_init()
/titanic_50/usr/src/uts/sparc/sys/
H A Dfasttrap_isa.h61 #define ftt_code ftt_mtp.ftmt_code macro
/titanic_50/usr/src/uts/intel/sys/
H A Dfasttrap_isa.h68 #define ftt_code ftt_mtp.ftmt_code macro