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

/darwin-on-arm/xnu/bsd/i386/
H A Dfasttrap_isa.h75 #define ftt_segment ftt_mtp.ftmt_segment macro
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c317 tp->ftt_segment = FASTTRAP_SEG_NONE;
355 if (tp->ftt_segment != FASTTRAP_SEG_NONE)
358 tp->ftt_segment = seg;
837 switch (tp->ftt_segment) {
902 if (tp->ftt_segment == FASTTRAP_SEG_CS) {
1322 if (tp->ftt_segment != FASTTRAP_SEG_NONE &&
1864 if (tp->ftt_segment != FASTTRAP_SEG_NONE &&

Completed in 23 milliseconds