Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/sys/
H A Dfasttrap_isa.h69 #define ftt_base ftt_mtp.ftmt_base macro
/titanic_50/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c400 tp->ftt_base = (mod == 0 && base == 5) ? in fasttrap_tracepoint_init()
416 tp->ftt_base = REG_RIP; in fasttrap_tracepoint_init()
419 tp->ftt_base = FASTTRAP_NOREG; in fasttrap_tracepoint_init()
425 tp->ftt_base = regmap[base]; in fasttrap_tracepoint_init()
1293 if (tp->ftt_base != FASTTRAP_NOREG) in fasttrap_pid_probe()
1294 addr += fasttrap_getreg(rp, tp->ftt_base); in fasttrap_pid_probe()