Searched refs:cmc_state (Results 1 – 1 of 1) sorted by relevance
74 struct cmc_state { struct193 static struct cmc_state **cmc_state; /* Indexed by cpuid, bank. */ variable837 struct cmc_state *cc; in cmci_update()843 cc = &cmc_state[PCPU_GET(cpuid)][bank]; in cmci_update()928 if (cmc_state != NULL) in mca_scan()1090 cmc_state = malloc((mp_maxid + 1) * sizeof(struct cmc_state *), M_MCA, in cmci_setup()1093 cmc_state[i] = malloc(sizeof(struct cmc_state) * mca_banks, in cmci_setup()1177 struct cmc_state *cc; in cmci_monitor()1186 if (cmc_state == NULL) { in cmci_monitor()1210 cc = &cmc_state[PCPU_GET(cpuid)][i]; in cmci_monitor()[all …]