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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Ddtrace_isa.c551 int regmap[] = { local
574 if (reg >= sizeof (regmap) / sizeof (int)) {
579 reg = regmap[reg];
H A Dfasttrap_isa.c181 static const uint8_t regmap[16] = { variable
186 static const uint8_t regmap[8] = { variable
399 regmap[index | (FASTTRAP_REX_X(rex) << 3)];
402 regmap[base | (FASTTRAP_REX_B(rex) << 3)];
425 tp->ftt_base = regmap[base];

Completed in 226 milliseconds