Searched refs:ecclog (Results 1 – 1 of 1) sorted by relevance
248 u64 ecclog; member1162 struct mem_ctl_info *mci, u64 ecclog) in igen6_output_error() argument1164 enum hw_event_mc_err_type type = ecclog & ECC_ERROR_LOG_UE ? in igen6_output_error()1171 ECC_ERROR_LOG_SYND(ecclog), in igen6_output_error()1192 static int ecclog_gen_pool_add(int mc, u64 ecclog) in ecclog_gen_pool_add() argument1201 node->ecclog = ecclog; in ecclog_gen_pool_add()1216 u64 ecclog = readq(imc->window + ECC_ERROR_LOG_OFFSET); in ecclog_read_and_clear() local1223 if (ecclog == ~0) in ecclog_read_and_clear()1227 if (!(ecclog & (ECC_ERROR_LOG_CE | ECC_ERROR_LOG_UE))) in ecclog_read_and_clear()1231 writeq(ecclog, imc->window + ECC_ERROR_LOG_OFFSET); in ecclog_read_and_clear()[all …]