Lines Matching refs:pmd_csr
514 void __iomem *pmd_csr;
526 pg_f = ctx->pmd_csr + cpu_idx * CPU_CSR_STRIDE + CPU_MEMERR_CPU_PAGE;
669 pg_e = ctx->pmd_csr + CPU_MEMERR_L2C_PAGE;
722 pg_d = ctx->pmd_csr + CPU_L2C_PAGE;
756 void __iomem *pg_f = ctx->pmd_csr + cpu * CPU_CSR_STRIDE +
771 void __iomem *pg_d = ctx->pmd_csr + CPU_L2C_PAGE;
772 void __iomem *pg_e = ctx->pmd_csr + CPU_MEMERR_L2C_PAGE;
816 cpux_pg_f = ctx->pmd_csr + i * CPU_CSR_STRIDE +
838 void __iomem *pg_e = ctx->pmd_csr + CPU_MEMERR_L2C_PAGE;
940 ctx->pmd_csr = devm_ioremap_resource(edac->dev, &res);
941 if (IS_ERR(ctx->pmd_csr)) {
944 rc = PTR_ERR(ctx->pmd_csr);