Lines Matching defs:ghes_pvt
18 struct ghes_pvt {
29 * Access to ghes_pvt must be protected by ghes_lock. The spinlock
33 static struct ghes_pvt *ghes_pvt;
247 struct ghes_pvt *pvt;
261 pvt = ghes_pvt;
517 struct ghes_pvt *pvt;
554 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(struct ghes_pvt));
629 ghes_pvt = pvt;
666 mci = ghes_pvt ? ghes_pvt->mci : NULL;
667 ghes_pvt = NULL;