Lines Matching defs:gcpu_mca
155 typedef struct gcpu_mca { struct
156 gcpu_logout_t *gcpu_mca_logout[GCPU_MCA_LOGOUT_NUM]; argument
157 uint32_t gcpu_mca_nextpoll_idx; /* logout area for next poll */ argument
158 struct gcpu_bios_cfg gcpu_mca_bioscfg; argument
159 uint_t gcpu_mca_nbanks; argument
160 size_t gcpu_mca_lgsz; /* size of gcpu_mca_logout structs */ argument
161 uint_t gcpu_mca_flags; /* GCPU_MCA_F_* */ argument
162 hrtime_t gcpu_mca_lastpoll; argument
164 uint32_t gcpu_mca_first_poll_cmci_enabled; /* cmci on in first poll */ argument
165 gcpu_mca_cmci_t *gcpu_bank_cmci; argument
196 gcpu_mca_t gcpu_mca; /* MCA state for this CPU */ member