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

/darwin-on-arm/xnu/bsd/i386/
H A Dfasttrap_isa.h73 #define ftt_index ftt_mtp.ftmt_index macro
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c438 tp->ftt_index = (index == 4) ?
469 tp->ftt_index = FASTTRAP_NOREG;
1311 if (tp->ftt_index != FASTTRAP_NOREG)
1312 addr += fasttrap_getreg(regs, tp->ftt_index) <<
1853 if (tp->ftt_index != FASTTRAP_NOREG)
1854 addr += fasttrap_getreg(regs, tp->ftt_index) <<

Completed in 23 milliseconds