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

/xnu-2782.1.97/bsd/i386/
H A Dfasttrap_isa.h69 #define ftt_index ftt_mtp.ftmt_index macro
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c434 tp->ftt_index = (index == 4) ?
463 tp->ftt_index = FASTTRAP_NOREG;
1301 if (tp->ftt_index != FASTTRAP_NOREG)
1302 addr += fasttrap_getreg(regs, tp->ftt_index) <<
1843 if (tp->ftt_index != FASTTRAP_NOREG)
1844 addr += fasttrap_getreg(regs, tp->ftt_index) <<

Completed in 14 milliseconds