Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/i386/
H A Dfasttrap_isa.h70 #define ftt_index ftt_mtp.ftmt_index macro
/xnu-12377.81.4/bsd/dev/i386/
H A Dfasttrap_isa.c423 tp->ftt_index = (index == 4) ? in fasttrap_tracepoint_init()
452 tp->ftt_index = FASTTRAP_NOREG; in fasttrap_tracepoint_init()
1312 if (tp->ftt_index != FASTTRAP_NOREG) in fasttrap_pid_probe32()
1313 addr += fasttrap_getreg(regs, tp->ftt_index) << in fasttrap_pid_probe32()
1858 if (tp->ftt_index != FASTTRAP_NOREG) in fasttrap_pid_probe64()
1859 addr += fasttrap_getreg(regs, tp->ftt_index) << in fasttrap_pid_probe64()