Lines Matching refs:pvt
275 struct ghes_pvt *pvt; in ghes_edac_report_mem_error() local
289 pvt = ghes_pvt; in ghes_edac_report_mem_error()
290 if (!pvt) in ghes_edac_report_mem_error()
293 mci = pvt->mci; in ghes_edac_report_mem_error()
300 e->msg = pvt->msg; in ghes_edac_report_mem_error()
301 e->other_detail = pvt->other_detail; in ghes_edac_report_mem_error()
305 *pvt->other_detail = '\0'; in ghes_edac_report_mem_error()
306 *pvt->msg = '\0'; in ghes_edac_report_mem_error()
330 p = pvt->msg; in ghes_edac_report_mem_error()
331 p += snprintf(p, sizeof(pvt->msg), "%s", cper_mem_err_type_str(etype)); in ghes_edac_report_mem_error()
333 strcpy(pvt->msg, "unknown error"); in ghes_edac_report_mem_error()
368 p = pvt->other_detail; in ghes_edac_report_mem_error()
370 if (p > pvt->other_detail) in ghes_edac_report_mem_error()
391 struct ghes_pvt *pvt; in ghes_edac_register() local
435 pvt = mci->pvt_info; in ghes_edac_register()
436 pvt->mci = mci; in ghes_edac_register()
503 ghes_pvt = pvt; in ghes_edac_register()