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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c1532 #define QWORD_SIZE 144 macro
1533 static uint8_t qwordmap[QWORD_SIZE] =
1563 * code from 0..QWORD_SIZE-1 or -1 (multi-bit error).
1565 if (qwlayout < -1 || qwlayout >= QWORD_SIZE)
1607 if ((qwlayout >= 0) && (qwlayout < QWORD_SIZE)) {
1690 if (synd_code < -1 || synd_code >= QWORD_SIZE)
H A Dmc-us3.c172 #define QWORD_SIZE 144 macro
173 #define QWORD_SIZE_BYTES (QWORD_SIZE / 8)
1117 * code from 0..QWORD_SIZE-1 or -1 (multi-bit error).
1119 if (qwlayout < -1 || qwlayout >= QWORD_SIZE)
1160 if ((qwlayout >= 0) && (qwlayout < QWORD_SIZE)) {
1173 pos_cacheline = ((3 - quadword) * QWORD_SIZE) +
1419 if (synd_code < -1 || synd_code >= QWORD_SIZE)

Completed in 65 milliseconds