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

/xnu-2782.1.97/bsd/i386/
H A Dfasttrap_isa.h67 #define ftt_code ftt_mtp.ftmt_code macro
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c396 tp->ftt_code = (instr[start + 1] & 0x0f) | FASTTRAP_JO;
416 tp->ftt_code = 2;
418 tp->ftt_code = 1;
505 tp->ftt_code = instr[start];
514 tp->ftt_code = instr[start];
530 tp->ftt_code = 0;
1165 switch (tp->ftt_code) {
1238 switch (tp->ftt_code) {
1294 if (tp->ftt_code == 0) {
1305 if (tp->ftt_code
[all...]

Completed in 25 milliseconds