Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c345 tp->ftt_code = (instr[start + 1] & 0x0f) | FASTTRAP_JO; in fasttrap_tracepoint_init()
365 tp->ftt_code = 2; in fasttrap_tracepoint_init()
367 tp->ftt_code = 1; in fasttrap_tracepoint_init()
454 tp->ftt_code = instr[start]; in fasttrap_tracepoint_init()
463 tp->ftt_code = instr[start]; in fasttrap_tracepoint_init()
479 tp->ftt_code = 0; in fasttrap_tracepoint_init()
1108 switch (tp->ftt_code) { in fasttrap_pid_probe()
1180 switch (tp->ftt_code) { in fasttrap_pid_probe()
1242 if (tp->ftt_code == 0) { in fasttrap_pid_probe()
1253 if (tp->ftt_code == 1) { in fasttrap_pid_probe()
/illumos-gate/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()
/illumos-gate/usr/src/uts/sparc/sys/
H A Dfasttrap_isa.h61 #define ftt_code ftt_mtp.ftmt_code macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dfasttrap_isa.h66 #define ftt_code ftt_mtp.ftmt_code macro