Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmca.c76 struct cmc_state { struct
191 static struct cmc_state **cmc_state; /* Indexed by cpuid, bank. */ variable
696 struct cmc_state *cc; in cmci_update()
799 if (cmc_state != NULL) in mca_scan()
982 cmc_state = malloc((mp_maxid + 1) * sizeof(struct cmc_state *), M_MCA, in cmci_setup()
985 cmc_state[i] = malloc(sizeof(struct cmc_state) * mca_banks, in cmci_setup()
1068 struct cmc_state *cc; in cmci_monitor()
1077 if (cmc_state == NULL) { in cmci_monitor()
1101 cc = &cmc_state[PCPU_GET(cpuid)][i]; in cmci_monitor()
1126 struct cmc_state *cc; in cmci_resume()
[all …]