Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c403 tp->ftt_code = (instr[start + 1] & 0x0f) | FASTTRAP_JO; in fasttrap_tracepoint_init()
423 tp->ftt_code = 2; in fasttrap_tracepoint_init()
425 tp->ftt_code = 1; in fasttrap_tracepoint_init()
514 tp->ftt_code = instr[start]; in fasttrap_tracepoint_init()
523 tp->ftt_code = instr[start]; in fasttrap_tracepoint_init()
539 tp->ftt_code = 0; in fasttrap_tracepoint_init()
1255 switch (tp->ftt_code) {
1331 switch (tp->ftt_code) {
1399 if (tp->ftt_code == 0) {
1410 if (tp->ftt_code == 1) {
/netbsd-src/external/cddl/osnet/dist/uts/arm/sys/
H A Dfasttrap_isa.h61 #define ftt_code ftt_mtp.ftmt_code macro
/netbsd-src/external/cddl/osnet/dist/uts/intel/sys/
H A Dfasttrap_isa.h68 #define ftt_code ftt_mtp.ftmt_code macro