Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/edac/
Dghes_edac.c20 struct ghes_pvt { struct
35 static struct ghes_pvt *ghes_pvt; variable
275 struct ghes_pvt *pvt; in ghes_edac_report_mem_error()
289 pvt = ghes_pvt; in ghes_edac_report_mem_error()
391 struct ghes_pvt *pvt; in ghes_edac_register()
428 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(struct ghes_pvt)); in ghes_edac_register()
503 ghes_pvt = pvt; in ghes_edac_register()
540 mci = ghes_pvt ? ghes_pvt->mci : NULL; in ghes_edac_unregister()
541 ghes_pvt = NULL; in ghes_edac_unregister()