Home
last modified time | relevance | path

Searched refs:isad_tohm (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/imc/
H A Dimc_test_skx_loop.c38 .isad_tohm = 0,
60 .isad_tohm = 0,
90 .isad_tohm = 0,
120 .isad_tohm = 0,
H A Dimc_test_fail.c36 .isad_tohm = 0x280000000ULL, /* 10 GiB */
124 .isad_tohm = 0x280000000ULL, /* 10 GiB */
153 .isad_tohm = 0x280000000ULL, /* 10 GiB */
182 .isad_tohm = 0x280000000ULL, /* 10 GiB */
209 .isad_tohm = 0x280000000ULL, /* 10 GiB */
238 .isad_tohm = 0x280000000ULL, /* 10 GiB */
292 .isad_tohm = 0x280000000ULL, /* 10 GiB */
346 .isad_tohm = 0x280000000ULL, /* 10 GiB */
400 .isad_tohm = 0x280000000ULL, /* 10 GiB */
488 .isad_tohm = 0x280000000ULL, /* 10 GiB */
[all …]
H A Dimc_test_sad.c46 .isad_tohm = 0,
112 .isad_tohm = 0,
187 .isad_tohm = 0,
253 .isad_tohm = 0,
319 .isad_tohm = 0,
385 .isad_tohm = 0,
459 .isad_tohm = 0,
525 .isad_tohm = 0,
596 .isad_tohm = 0,
663 .isad_tohm = 0,
[all …]
H A Dimc_test_rir.c48 .isad_tohm = 0,
125 .isad_tohm = 0,
198 .isad_tohm = 0,
285 .isad_tohm = 0,
H A Dimc_test_tad.c44 .isad_tohm = 0,
143 .isad_tohm = 0,
244 .isad_tohm = 0,
349 .isad_tohm = 0,
482 .isad_tohm = 0x200000000ULL,
644 .isad_tohm = 0,
816 .isad_tohm = 0,
921 .isad_tohm = 0,
1025 .isad_tohm = 0,
1129 .isad_tohm = 0,
[all …]
H A Dimc_test_basic.c32 .isad_tohm = 0,
H A Dimc_test_badaddr.c41 .isad_tohm = 0x280000000ULL, /* 10 GiB */
/illumos-gate/usr/src/common/mc/imc/
H A Dimc_dump.c42 fnvlist_add_uint64(nvl, "isad_tohm", sad->isad_tohm); in imc_dump_sad()
289 nvlist_lookup_uint64(nvl, "isad_tohm", &sad->isad_tohm) != 0 || in imc_restore_sad()
H A Dimc_decode.c126 dec->ids_pa < sad->isad_tohm) { in imc_decode_addr_resvd()
/illumos-gate/usr/src/uts/intel/io/imc/
H A Dimc.h670 uint64_t isad_tohm; member
H A Dimc.c1508 sad->isad_tohm = ((uint64_t)tohm_low & IMC_TOHM_SNB_IVY_MASK) << in imc_sad_read_tohm()
1515 sad->isad_tohm = ((uint64_t)tohm_low & in imc_sad_read_tohm()
1522 sad->isad_tohm += IMC_TOHM_HAS_SKY_EXCL; in imc_sad_read_tohm()