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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddtrace_isa.c55 * APPLE NOTE: The regmap is used to decode which 64bit uregs[] register
62 static const uint8_t regmap[19] = { variable
188 reg = regmap[reg];
H A Dfasttrap_isa.c194 * APPLE NOTE: We are cheating here. The regmap is used to decode which register
206 static const uint8_t regmap[16] = { variable
211 static const uint8_t regmap[8] = { variable
440 regmap[index | (FASTTRAP_REX_X(rex) << 3)];
443 regmap[base | (FASTTRAP_REX_B(rex) << 3)];
466 tp->ftt_base = regmap[base];
2231 * APPLE NOTE: See comments by regmap array definition. We are cheating

Completed in 22 milliseconds