Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/dev/i386/
H A Dfasttrap_isa.c385 tp->ftt_code = (instr[start + 1] & 0x0f) | FASTTRAP_JO; in fasttrap_tracepoint_init()
405 tp->ftt_code = 2; in fasttrap_tracepoint_init()
407 tp->ftt_code = 1; in fasttrap_tracepoint_init()
494 tp->ftt_code = instr[start]; in fasttrap_tracepoint_init()
503 tp->ftt_code = instr[start]; in fasttrap_tracepoint_init()
519 tp->ftt_code = 0; in fasttrap_tracepoint_init()
1176 switch (tp->ftt_code) { in fasttrap_pid_probe32()
1249 switch (tp->ftt_code) { in fasttrap_pid_probe32()
1305 if (tp->ftt_code == 0) { in fasttrap_pid_probe32()
1316 if (tp->ftt_code == 1) { in fasttrap_pid_probe32()
[all …]
/xnu-11215.81.4/bsd/i386/
H A Dfasttrap_isa.h68 #define ftt_code ftt_mtp.ftmt_code macro