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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c1553 int qwlayout = synd_code; local
1565 if (qwlayout < -1 || qwlayout >= QWORD_SIZE)
1570 DPRINTF(MC_GUNUM_DEBUG, ("mc_get_mem_unum:qwlayout %d phyaddr 0x%lx\n",
1571 qwlayout, paddr));
1607 if ((qwlayout >= 0) && (qwlayout < QWORD_SIZE)) {
1615 pos_cacheline = qwordmap[qwlayout];
H A Dmc-us3.c1108 int qwlayout = synd_code; local
1119 if (qwlayout < -1 || qwlayout >= QWORD_SIZE)
1127 DPRINTF(MC_GUNUM_DEBUG, ("qwlayout %d\n", qwlayout));
1160 if ((qwlayout >= 0) && (qwlayout < QWORD_SIZE)) {
1174 qwordmap[qwlayout];

Completed in 50 milliseconds