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

/darwin-on-arm/xnu/bsd/i386/
H A Dfasttrap_isa.h72 #define ftt_base ftt_mtp.ftmt_base macro
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c441 tp->ftt_base = (mod == 0 && base == 5) ?
457 tp->ftt_base = REG_RIP;
460 tp->ftt_base = FASTTRAP_NOREG;
466 tp->ftt_base = regmap[base];
1309 if (tp->ftt_base != FASTTRAP_NOREG)
1310 addr += fasttrap_getreg(regs, tp->ftt_base);
1851 if (tp->ftt_base != FASTTRAP_NOREG)
1852 addr += fasttrap_getreg(regs, tp->ftt_base);

Completed in 22 milliseconds