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

/darwin-on-arm/xnu/bsd/i386/
H A Dfasttrap_isa.h85 #define FASTTRAP_T_RET16 0x07 /* ret <imm16> */ macro
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c489 tp->ftt_type = FASTTRAP_T_RET16;
727 tp->ftt_type != FASTTRAP_T_RET16 &&
1141 case FASTTRAP_T_RET16:
1163 if (tp->ftt_type == FASTTRAP_T_RET16)
1685 case FASTTRAP_T_RET16:
1705 if (tp->ftt_type == FASTTRAP_T_RET16)

Completed in 36 milliseconds