Searched refs:CMI_CHIPID_ARR_SZ (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c90 #define CMI_CHIPID_ARR_SZ (1 << CMI_MAX_CHIPID_NBITS) macro
94 cmi_hdl_ent_t *chip_tab[CMI_CHIPID_ARR_SZ];
202 for (i = 0; i < CMI_CHIPID_ARR_SZ; i++) {
259 for (i = 0; i < CMI_CHIPID_ARR_SZ; i++) {
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c164 * CMI_CHIPID_ARR_SZ indexed by the chip id. If the chip is not present, the
187 #define CMI_CHIPID_ARR_SZ (1 << CMI_MAX_CHIPID_NBITS) macro
194 static cmi_hdl_ent_t *cmi_chip_tab[CMI_CHIPID_ARR_SZ];
1525 for (i = 0; i < CMI_CHIPID_ARR_SZ; i++) {
1547 for (i = 0; i < CMI_CHIPID_ARR_SZ; i++) {

Completed in 65 milliseconds