Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmca.c76 struct cmc_state { struct
247 static struct cmc_state **cmc_state; /* Indexed by cpuid, bank. */ variable
1006 struct cmc_state *cc; in cmci_update()
1012 cc = &cmc_state[PCPU_GET(cpuid)][bank]; in cmci_update()
1097 if (cmc_state != NULL) in mca_scan()
1294 cmc_state = malloc((mp_maxid + 1) * sizeof(struct cmc_state *), M_MCA, in cmci_setup()
1297 cmc_state[i] = malloc(sizeof(struct cmc_state) * mca_banks, in cmci_setup()
1383 struct cmc_state *cc; in cmci_monitor()
1392 if (cmc_state == NULL) { in cmci_monitor()
1416 cc = &cmc_state[PCPU_GET(cpuid)][i]; in cmci_monitor()
[all …]