Lines Matching refs:mcis
24 static struct mem_ctl_info **mcis; variable
973 pvt = mcis[mce_nid]->pvt_info; in get_error_address()
1422 mci = mcis[nid]; in f1x_lookup_addr_in_dct()
1996 __amd64_decode_bus_error(mcis[node_id], m); in amd64_decode_bus_error()
2600 mcis[nid] = mci; in amd64_init_one_instance()
2696 mcis[nid] = NULL; in amd64_remove_one_instance()
2752 mci = mcis[0]; in setup_pci_device()
2781 mcis = kzalloc(amd_nb_num() * sizeof(mcis[0]), GFP_KERNEL); in amd64_edac_init()
2783 if (!(mcis && ecc_stngs)) in amd64_edac_init()
2809 kfree(mcis); in amd64_edac_init()
2810 mcis = NULL; in amd64_edac_init()
2829 kfree(mcis); in amd64_edac_exit()
2830 mcis = NULL; in amd64_edac_exit()