Lines Matching refs:chipid
61 #define MC_COR_ECC_CNT(chipid, reg) (*pci_getl_func)(SOCKET_BUS(chipid), \ argument
442 nehalem_ep_ereport_add_memory_error_counter(uint_t chipid, in nehalem_ep_ereport_add_memory_error_counter() argument
448 this_err_counter_array[index] = MC_COR_ECC_CNT(chipid, index); in nehalem_ep_ereport_add_memory_error_counter()
474 int chipid; in gintel_ereport_add_logout() local
534 chipid = unum.unum_chip; in gintel_ereport_add_logout()
535 if (chipid < MAX_CPU_NODES) { in gintel_ereport_add_logout()
536 last_index = err_counter_index[chipid]; in gintel_ereport_add_logout()
539 err_counter_index[chipid] = this_index; in gintel_ereport_add_logout()
541 chipid, in gintel_ereport_add_logout()
542 err_counter_array[chipid][this_index]); in gintel_ereport_add_logout()
546 err_counter_array[chipid][this_index], in gintel_ereport_add_logout()
551 err_counter_array[chipid][last_index], in gintel_ereport_add_logout()