Home
last modified time | relevance | path

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

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