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

/freebsd-11-stable/sys/x86/x86/
H A Dmca.c74 struct cmc_state { struct
126 static struct cmc_state **cmc_state; /* Indexed by cpuid, bank. */ variable in typeref:struct:cmc_state
593 struct cmc_state *cc;
599 cc = &cmc_state[PCPU_GET(cpuid)][bank];
698 if (cmc_state != NULL)
806 cmc_state = malloc((mp_maxid + 1) * sizeof(struct cmc_state *), M_MCA,
809 cmc_state[i] = malloc(sizeof(struct cmc_state) * mca_bank
[all...]

Completed in 64 milliseconds