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

/darwin-on-arm/xnu/bsd/i386/
H A Dfasttrap_isa.h71 #define ftt_code ftt_mtp.ftmt_code macro
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c400 tp->ftt_code = (instr[start + 1] & 0x0f) | FASTTRAP_JO;
420 tp->ftt_code = 2;
422 tp->ftt_code = 1;
511 tp->ftt_code = instr[start];
520 tp->ftt_code = instr[start];
536 tp->ftt_code = 0;
1175 switch (tp->ftt_code) {
1248 switch (tp->ftt_code) {
1304 if (tp->ftt_code == 0) {
1315 if (tp->ftt_code
[all...]

Completed in 21 milliseconds