Searched defs:mc_offmap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c51 struct mc_offmap { struct
229 static const struct mc_offmap mcamd_mc_offmap[] = {
246 static const struct mc_offmap mcamd_cs_offmap[] = {
260 static const struct mc_offmap mcamd_dimm_offmap[] = {
266 const struct mc_offmap *omp;
278 const struct mc_offmap *omp;
303 sizeof (mcamd_mc_offmap) / sizeof (struct mc_offmap) },
305 sizeof (mcamd_cs_offmap) / sizeof (struct mc_offmap) },
307 sizeof (mcamd_dimm_offmap) / sizeof (struct mc_offmap) }
338 static const struct mc_offmap mcreg_offma
[all...]

Completed in 58 milliseconds