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

/xnu-2782.1.97/bsd/i386/
H A Dfasttrap_isa.h71 #define ftt_segment ftt_mtp.ftmt_segment macro
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c315 tp->ftt_segment = FASTTRAP_SEG_NONE;
353 if (tp->ftt_segment != FASTTRAP_SEG_NONE)
356 tp->ftt_segment = seg;
827 switch (tp->ftt_segment) {
892 if (tp->ftt_segment == FASTTRAP_SEG_CS) {
1312 if (tp->ftt_segment != FASTTRAP_SEG_NONE &&
1854 if (tp->ftt_segment != FASTTRAP_SEG_NONE &&

Completed in 31 milliseconds