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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c2593 } hex_data, masked_data[8]; local
2595 hex_data.hi = high_bytes;
2596 hex_data.lo = low_bytes;
2600 masked_data[i].hi = hex_data.hi & ecc_code[i].hi;
2601 masked_data[i].lo = hex_data.lo & ecc_code[i].lo;

Completed in 69 milliseconds