Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/i386/
H A Dfasttrap_isa.h69 #define ftt_base ftt_mtp.ftmt_base macro
/xnu-10002.41.9/bsd/dev/i386/
H A Dfasttrap_isa.c427 tp->ftt_base = (mod == 0 && base == 5) ? in fasttrap_tracepoint_init()
442 tp->ftt_base = REG_RIP; in fasttrap_tracepoint_init()
444 tp->ftt_base = FASTTRAP_NOREG; in fasttrap_tracepoint_init()
450 tp->ftt_base = regmap[base]; in fasttrap_tracepoint_init()
1311 if (tp->ftt_base != FASTTRAP_NOREG) in fasttrap_pid_probe32()
1312 addr += fasttrap_getreg(regs, tp->ftt_base); in fasttrap_pid_probe32()
1857 if (tp->ftt_base != FASTTRAP_NOREG) in fasttrap_pid_probe64()
1858 addr += fasttrap_getreg(regs, tp->ftt_base); in fasttrap_pid_probe64()