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

/xnu-2782.1.97/bsd/i386/
H A Dfasttrap_isa.h81 #define FASTTRAP_T_RET16 0x07 /* ret <imm16> */ macro
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c483 tp->ftt_type = FASTTRAP_T_RET16;
717 tp->ftt_type != FASTTRAP_T_RET16 &&
1131 case FASTTRAP_T_RET16:
1153 if (tp->ftt_type == FASTTRAP_T_RET16)
1675 case FASTTRAP_T_RET16:
1695 if (tp->ftt_type == FASTTRAP_T_RET16)

Completed in 23 milliseconds