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

/xnu-2782.1.97/bsd/i386/
H A Dfasttrap_isa.h74 #define FASTTRAP_T_COMMON 0x00 /* common case -- no emulation */ macro
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c78 * FASTTRAP_T_COMMON (under the header: Generic Instruction Tracing).
376 tp->ftt_type = FASTTRAP_T_COMMON;
586 if (p_model == DATAMODEL_LP64 && tp->ftt_type == FASTTRAP_T_COMMON) {
589 * FASTTRAP_T_COMMON -- meaning we're going to copy it out an
593 * FASTTRAP_T_COMMON for how we emulate instructions that
1352 case FASTTRAP_T_COMMON:
1477 if (tp->ftt_type != FASTTRAP_T_COMMON) {
1892 case FASTTRAP_T_COMMON:
2123 if (tp->ftt_type != FASTTRAP_T_COMMON) {

Completed in 12 milliseconds