Searched defs:xway (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c408 int way, xway; local
559 xway = ((addr >> 4) & 4) |
562 if (((way - xway) & 3) == 3)
563 xway = (way - xway) & 4;
565 xway = way - xway;
566 switch (xway) {
587 xway = (way & 3) -
590 if (xway <
[all...]

Completed in 70 milliseconds