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

/darwin-on-arm/xnu/bsd/i386/
H A Dfasttrap_isa.h78 #define FASTTRAP_T_COMMON 0x00 /* common case -- no emulation */ macro
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c78 * FASTTRAP_T_COMMON (under the header: Generic Instruction Tracing).
380 tp->ftt_type = FASTTRAP_T_COMMON;
595 if (p_model == DATAMODEL_LP64 && tp->ftt_type == FASTTRAP_T_COMMON) {
598 * FASTTRAP_T_COMMON -- meaning we're going to copy it out an
602 * FASTTRAP_T_COMMON for how we emulate instructions that
1362 case FASTTRAP_T_COMMON:
1487 if (tp->ftt_type != FASTTRAP_T_COMMON) {
1902 case FASTTRAP_T_COMMON:
2133 if (tp->ftt_type != FASTTRAP_T_COMMON) {

Completed in 22 milliseconds