Home
last modified time | relevance | path

Searched refs:ecclog (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/edac/
Digen6_edac.c181 u64 ecclog; member
543 struct mem_ctl_info *mci, u64 ecclog) in igen6_output_error() argument
545 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() argument
582 node->ecclog = ecclog; in ecclog_gen_pool_add()
597 u64 ecclog = readq(imc->window + ECC_ERROR_LOG_OFFSET); in ecclog_read_and_clear() local
599 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 …]