Searched refs:ecclog (Results 1 – 1 of 1) sorted by relevance
181 u64 ecclog; member543 struct mem_ctl_info *mci, u64 ecclog) in igen6_output_error() argument545 enum hw_event_mc_err_type type = ecclog & ECC_ERROR_LOG_UE ? in igen6_output_error()552 ECC_ERROR_LOG_SYND(ecclog), in igen6_output_error()573 static int ecclog_gen_pool_add(int mc, u64 ecclog) in ecclog_gen_pool_add() argument582 node->ecclog = ecclog; in ecclog_gen_pool_add()597 u64 ecclog = readq(imc->window + ECC_ERROR_LOG_OFFSET); in ecclog_read_and_clear() local599 if (ecclog & (ECC_ERROR_LOG_CE | ECC_ERROR_LOG_UE)) { in ecclog_read_and_clear()601 writeq(ecclog, imc->window + ECC_ERROR_LOG_OFFSET); in ecclog_read_and_clear()602 return ecclog; in ecclog_read_and_clear()[all …]