Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dpasemi_edac.c227 mci->ctl_page_to_phys = NULL; in pasemi_edac_probe()
H A Dedac_mc.c857 remapped_page = mci->ctl_page_to_phys ? in edac_ce_error()
858 mci->ctl_page_to_phys(mci, e->page_frame_number) : in edac_ce_error()
H A Dnpcm_edac.c393 mci->ctl_page_to_phys = NULL; in edac_probe()
H A Dfsl_ddr_edac.c593 mci->ctl_page_to_phys = NULL; in fsl_mc_err_probe()
H A Dcpc925_edac.c979 mci->ctl_page_to_phys = NULL; in cpc925_probe()
H A Die31200_edac.c510 mci->ctl_page_to_phys = NULL; in ie31200_register_mci()
H A Damd64_edac.c3444 mci->ctl_page_to_phys = NULL; in dct_setup_mci_misc_attrs()
3466 mci->ctl_page_to_phys = NULL; in umc_setup_mci_misc_attrs()
3616 mci->ctl_page_to_phys = NULL; in gpu_setup_mci_misc_attrs()
H A Dsynopsys_edac.c899 mci->ctl_page_to_phys = NULL; in mc_init()
H A Dxgene_edac.c407 mci->ctl_page_to_phys = NULL; in xgene_edac_mc_add()
H A Dsb_edac.c3376 mci->ctl_page_to_phys = NULL; in sbridge_register_mci()
/linux/include/linux/
H A Dedac.h541 unsigned long (*ctl_page_to_phys) (struct mem_ctl_info * mci, member