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

/xnu-2782.1.97/bsd/i386/
H A Dfasttrap_isa.h68 #define ftt_base ftt_mtp.ftmt_base macro
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c437 tp->ftt_base = (mod == 0 && base == 5) ?
452 tp->ftt_base = REG_RIP;
454 tp->ftt_base = FASTTRAP_NOREG;
460 tp->ftt_base = regmap[base];
1299 if (tp->ftt_base != FASTTRAP_NOREG)
1300 addr += fasttrap_getreg(regs, tp->ftt_base);
1841 if (tp->ftt_base != FASTTRAP_NOREG)
1842 addr += fasttrap_getreg(regs, tp->ftt_base);

Completed in 15 milliseconds