Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/dev/i386/
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()
495 tp->ftt_code = instr[start]; in fasttrap_tracepoint_init()
504 tp->ftt_code = instr[start]; in fasttrap_tracepoint_init()
520 tp->ftt_code = 0; in fasttrap_tracepoint_init()
1177 switch (tp->ftt_code) { in fasttrap_pid_probe32()
1250 switch (tp->ftt_code) { in fasttrap_pid_probe32()
1306 if (tp->ftt_code == 0) { in fasttrap_pid_probe32()
1317 if (tp->ftt_code == 1) { in fasttrap_pid_probe32()
[all …]
/xnu-8796.121.2/bsd/i386/
H A Dfasttrap_isa.h68 #define ftt_code ftt_mtp.ftmt_code macro