Home
last modified time | relevance | path

Searched refs:ich_tad_offsets (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/imc/
H A Dimc_test_tad.c89 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
114 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
189 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
214 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
289 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
314 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
424 .ich_tad_offsets = { 0, 0, 0x30000000, 0, 0,
449 .ich_tad_offsets = { 0, 0x10000000, 0, 0, 0, 0,
541 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
566 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
[all …]
H A Dimc_test_sad.c91 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
157 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
232 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
298 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
364 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
1740 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0,
1772 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0,
1885 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0,
1917 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0,
2030 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0,
[all …]
H A Dimc_test_fail.c98 .ich_tad_offsets = { 0, 0x80000000, 0, 0, 0, 0,
462 .ich_tad_offsets = { 0, 0x80000000, 0, 0, 0, 0,
550 .ich_tad_offsets = { 0, 0x80000000, 0, 0, 0, 0,
638 .ich_tad_offsets = { 0, 0x80000000, 0, 0, 0, 0,
726 .ich_tad_offsets = { 0, 0x80000000, 0, 0, 0, 0,
812 .ich_tad_offsets = { 0, 0x80000000, 0, 0, 0, 0,
893 .ich_tad_offsets = { 0, 0x80000000, 0, 0, 0, 0,
981 .ich_tad_offsets = { 0, 0x80000000, 0, 0, 0, 0,
1069 .ich_tad_offsets = { 0x1000000000ULL,
1168 .ich_tad_offsets = { 0, 0x80000000, 0, 0, 0, 0,
H A Dimc_test_rir.c93 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
170 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
253 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
350 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
H A Dimc_test_basic.c77 .ich_tad_offsets = { 0, 0, 0, 0, 0, 0, 0, 0, 0,
H A Dimc_test_badaddr.c103 .ich_tad_offsets = { 0, 0x80000000, 0, 0, 0, 0,
/illumos-gate/usr/src/common/mc/imc/
H A Dimc_dump.c155 fnvlist_add_uint64_array(nvl, "ich_tad_offsets", chan->ich_tad_offsets, in imc_dump_channel()
439 bcopy(tadoff, chan->ich_tad_offsets, chan->ich_ntad_offsets * in imc_restore_channel()
H A Dimc_decode.c584 off = chan->ich_tad_offsets[tadruleno]; in imc_decode_tad()
/illumos-gate/usr/src/uts/intel/io/imc/
H A Dimc.h574 uint64_t ich_tad_offsets[IMC_MAX_TAD_RULES]; member
H A Dimc.c2004 chan->ich_tad_offsets[i] = offset << IMC_TADCHAN_OFFSET_SHIFT; in imc_tad_read_interleave()