Searched refs:FASTTRAP_INSTR (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/i386/
H A Dfasttrap_isa.h42 #define FASTTRAP_INSTR 0xcc macro
/xnu-2782.1.97/bsd/dev/i386/
H A Ddtrace_subr_x86.c192 if (fuword8(pc - 1, &instr) == 0 && instr != FASTTRAP_INSTR && // neither single-byte INT3 (0xCC)
H A Dfasttrap_isa.c568 ASSERT(instr[start] == FASTTRAP_INSTR);
638 fasttrap_instr_t instr = FASTTRAP_INSTR;
657 if (instr != FASTTRAP_INSTR)

Completed in 24 milliseconds