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

/xnu-2782.1.97/bsd/i386/
H A Dfasttrap_isa.h63 #define ftt_ripmode ftt_mtp.ftmt_ripmode macro
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c614 tp->ftt_ripmode = FASTTRAP_RIP_1 |
619 tp->ftt_ripmode = FASTTRAP_RIP_2 |
1995 if (tp->ftt_ripmode != 0) {
1998 ASSERT(tp->ftt_ripmode &
2010 if (tp->ftt_ripmode & FASTTRAP_RIP_X)
2015 if (tp->ftt_ripmode & FASTTRAP_RIP_1)
2020 switch (tp->ftt_ripmode) {

Completed in 26 milliseconds