Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c386 tp->ftt_code = (instr[start + 1] & 0x0f) | FASTTRAP_JO; in fasttrap_tracepoint_init()
406 tp->ftt_code = 2; in fasttrap_tracepoint_init()
408 tp->ftt_code = 1; in fasttrap_tracepoint_init()
497 tp->ftt_code = instr[start]; in fasttrap_tracepoint_init()
506 tp->ftt_code = instr[start]; in fasttrap_tracepoint_init()
522 tp->ftt_code = 0; in fasttrap_tracepoint_init()
1227 switch (tp->ftt_code) { in fasttrap_pid_probe()
1303 switch (tp->ftt_code) { in fasttrap_pid_probe()
1371 if (tp->ftt_code == 0) { in fasttrap_pid_probe()
1382 if (tp->ftt_code in fasttrap_pid_probe()
[all...]
/freebsd/sys/cddl/contrib/opensolaris/uts/arm/sys/
H A Dfasttrap_isa.h61 #define ftt_code ftt_mtp.ftmt_code macro
/freebsd/sys/cddl/contrib/opensolaris/uts/intel/sys/
H A Dfasttrap_isa.h68 #define ftt_code ftt_mtp.ftmt_code macro