Home
last modified time | relevance | path

Searched refs:nhm_dimms (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_init.c52 nhm_dimm_t **nhm_dimms; variable
75 end = &nhm_dimms[MAX_MEMORY_CONTROLLERS * in check_serial_number()
77 for (dimmpp = nhm_dimms; dimmpp < end; dimmpp++) { in check_serial_number()
146 dimmp = nhm_dimms[slot]; in dimm_label()
163 dimmp = nhm_dimms[slot]; in dimm_label()
179 dimmp = nhm_dimms[slot]; in dimm_label()
285 nhm_dimms = (nhm_dimm_t **)kmem_zalloc(sizeof (nhm_dimm_t *) * in init_dimms()
288 dimmpp = nhm_dimms; in init_dimms()
H A Dnhm_log.h50 extern nhm_dimm_t **nhm_dimms;
H A Ddimm_topo.c208 dimmpp = &nhm_dimms[node * CHANNELS_PER_MEMORY_CONTROLLER * in inhm_dimmlist()