Home
last modified time | relevance | path

Searched refs:idimm_width (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/imc/
H A Dimc_test_tad.c81 .idimm_width = 8,
106 .idimm_width = 8,
181 .idimm_width = 8,
206 .idimm_width = 8,
281 .idimm_width = 8,
306 .idimm_width = 8,
416 .idimm_width = 8,
441 .idimm_width = 8,
533 .idimm_width = 8,
558 .idimm_width = 8,
[all …]
H A Dimc_test_sad.c83 .idimm_width = 8,
149 .idimm_width = 8,
224 .idimm_width = 8,
290 .idimm_width = 8,
356 .idimm_width = 8,
422 .idimm_width = 8,
496 .idimm_width = 8,
562 .idimm_width = 8,
634 .idimm_width = 8,
701 .idimm_width = 8,
[all …]
H A Dimc_test_rir.c85 .idimm_width = 8,
162 .idimm_width = 8,
235 .idimm_width = 8,
245 .idimm_width = 8,
322 .idimm_width = 8,
332 .idimm_width = 8,
342 .idimm_width = 8,
H A Dimc_test_fail.c90 .idimm_width = 8,
454 .idimm_width = 8,
542 .idimm_width = 8,
630 .idimm_width = 8,
718 .idimm_width = 8,
804 .idimm_width = 8,
973 .idimm_width = 8,
1061 .idimm_width = 8,
1160 .idimm_width = 8,
H A Dimc_test_basic.c69 .idimm_width = 8,
H A Dimc_test_badaddr.c95 .idimm_width = 8,
/illumos-gate/usr/src/common/mc/imc/
H A Dimc_dump.c142 fnvlist_add_uint8(d, "idimm_width", dimm->idimm_width); in imc_dump_channel()
426 &d->idimm_width) != 0 || in imc_restore_channel()
/illumos-gate/usr/src/uts/intel/io/imc/
H A Dimc.c1103 dimm->idimm_width = 4; in imc_decode_mtr()
1106 dimm->idimm_width = 8; in imc_decode_mtr()
1109 dimm->idimm_width = 16; in imc_decode_mtr()
1112 dimm->idimm_width = 0; in imc_decode_mtr()
1117 dimm->idimm_width = 0; in imc_decode_mtr()
1305 dimm->idimm_width); in imc_nvl_create_dimm()
H A Dimc.h537 uint8_t idimm_width; member