Home
last modified time | relevance | path

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

/drivers/edac/
Dedac_mc.c748 void edac_mc_handle_ue(struct mem_ctl_info *mci, in edac_mc_handle_ue() function
799 EXPORT_SYMBOL_GPL(edac_mc_handle_ue);
Damd76x_edac.c149 edac_mc_handle_ue(mci, mci->csrows[row].first_page, 0, in amd76x_process_error_info()
Dpasemi_edac.c113 edac_mc_handle_ue(mci, mci->csrows[cs].first_page, 0, in pasemi_edac_process_error_info()
Di82860_edac.c119 edac_mc_handle_ue(mci, info->eap, 0, row, "i82860 UE"); in i82860_process_error_info()
Dcell_edac.c72 edac_mc_handle_ue(mci, csrow->first_page + pfn, offset, 0, ""); in cell_edac_count_ue()
Dr82600_edac.c193 edac_mc_handle_ue(mci, page, 0, in r82600_process_error_info()
Dedac_core.h477 extern void edac_mc_handle_ue(struct mem_ctl_info *mci,
Di3000_edac.c259 edac_mc_handle_ue(mci, pfn, offset, row, "i3000 UE"); in i3000_process_error_info()
Di82443bxgx_edac.c169 edac_mc_handle_ue(mci, page, pageoffset, in i82443bxgx_edacmc_process_error_info()
Dx38_edac.c225 edac_mc_handle_ue(mci, 0, 0, in x38_process_error_info()
Di82875p_edac.c246 edac_mc_handle_ue(mci, info->eap, 0, row, "i82875p UE"); in i82875p_process_error_info()
Di3200_edac.c227 edac_mc_handle_ue(mci, 0, 0, in i3200_process_error_info()
Di82975x_edac.c315 edac_mc_handle_ue(mci, page, offst , row, "i82975x UE"); in i82975x_process_error_info()
De7xxx_edac.c239 edac_mc_handle_ue(mci, block_page, 0, row, "e7xxx UE"); in process_ue()
De752x_edac.c388 edac_mc_handle_ue(mci, block_page, in do_process_ue()
404 edac_mc_handle_ue(mci, block_page, in do_process_ue()
Dppc4xx_edac.c758 edac_mc_handle_ue(mci, page, offset, row, message); in ppc4xx_edac_handle_ue()
Dcpc925_edac.c558 edac_mc_handle_ue(mci, pfn, offset, csrow, mci->ctl_name); in cpc925_mc_check()
Dmv64x60_edac.c618 edac_mc_handle_ue(mci, err_addr >> PAGE_SHIFT, in mv64x60_mc_check()
Dmpc85xx_edac.c861 edac_mc_handle_ue(mci, pfn, err_addr & ~PAGE_MASK, in mpc85xx_mc_check()
Damd64_edac.c1969 edac_mc_handle_ue(log_mci, page, offset, csrow, EDAC_MOD_STR); in amd64_handle_ue()