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

/xnu-2782.1.97/bsd/i386/
H A Dfasttrap_isa.h79 #define FASTTRAP_T_CALL 0x05 /* near call (and link) */ macro
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c411 tp->ftt_type = FASTTRAP_T_CALL;
526 tp->ftt_type = FASTTRAP_T_CALL;
1293 case FASTTRAP_T_CALL:
1338 if (tp->ftt_type == FASTTRAP_T_CALL) {
1835 case FASTTRAP_T_CALL:
1878 if (tp->ftt_type == FASTTRAP_T_CALL) {

Completed in 23 milliseconds