Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/edac/
De7xxx_edac.c183 static unsigned long ctl_page_to_phys(struct mem_ctl_info *mci, in ctl_page_to_phys() function
480 mci->ctl_page_to_phys = ctl_page_to_phys; in e7xxx_probe1()
Dpasemi_edac.c239 mci->ctl_page_to_phys = NULL; in pasemi_edac_probe()
Damd76x_edac.c270 mci->ctl_page_to_phys = NULL; in amd76x_probe1()
Dr82600_edac.c323 mci->ctl_page_to_phys = NULL; in r82600_probe1()
Di82860_edac.c223 mci->ctl_page_to_phys = NULL; in i82860_probe1()
De752x_edac.c305 static unsigned long ctl_page_to_phys(struct mem_ctl_info *mci, in ctl_page_to_phys() function
1323 mci->ctl_page_to_phys = ctl_page_to_phys; in e752x_probe1()
Di82443bxgx_edac.c327 mci->ctl_page_to_phys = NULL; in i82443bxgx_edacmc_probe1()
Dsynopsys_edac.c420 mci->ctl_page_to_phys = NULL; in synps_edac_mc_init()
Di3200_edac.c382 mci->ctl_page_to_phys = NULL; in i3200_probe1()
Dx38_edac.c364 mci->ctl_page_to_phys = NULL; in x38_probe1()
Di3000_edac.c382 mci->ctl_page_to_phys = NULL; in i3000_probe1()
Di82875p_edac.c430 mci->ctl_page_to_phys = NULL; in i82875p_probe1()
Die31200_edac.c374 mci->ctl_page_to_phys = NULL; in ie31200_probe1()
Di82975x_edac.c567 mci->ctl_page_to_phys = NULL; in i82975x_probe1()
Dedac_mc.c1024 remapped_page = mci->ctl_page_to_phys ? in edac_ce_error()
1025 mci->ctl_page_to_phys(mci, page_frame_number) : in edac_ce_error()
Dppc4xx_edac.c1074 mci->ctl_page_to_phys = NULL; in ppc4xx_edac_mc_init()
Dmv64x60_edac.c780 mci->ctl_page_to_phys = NULL; in mv64x60_mc_err_probe()
Di7300_edac.c1083 mci->ctl_page_to_phys = NULL; in i7300_init_one()
Dcpc925_edac.c1009 mci->ctl_page_to_phys = NULL; in cpc925_probe()
Di5100_edac.c1116 mci->ctl_page_to_phys = NULL; in i5100_init_one()
Di5400_edac.c1320 mci->ctl_page_to_phys = NULL; in i5400_probe1()
Di5000_edac.c1436 mci->ctl_page_to_phys = NULL; in i5000_probe1()
Dmpc85xx_edac.c1080 mci->ctl_page_to_phys = NULL; in mpc85xx_mc_err_probe()
Di7core_edac.c2234 mci->ctl_page_to_phys = NULL; in i7core_register_mci()
Dsb_edac.c2307 mci->ctl_page_to_phys = NULL; in sbridge_register_mci()
Damd64_edac.c2688 mci->ctl_page_to_phys = NULL; in setup_mci_misc_attrs()
/linux-4.1.27/include/linux/
Dedac.h700 unsigned long (*ctl_page_to_phys) (struct mem_ctl_info * mci, member