Lines Matching refs:ghes_pvt
21 struct ghes_pvt {
32 * Access to ghes_pvt must be protected by ghes_lock. The spinlock
36 static struct ghes_pvt *ghes_pvt;
277 struct ghes_pvt *pvt;
291 pvt = ghes_pvt;
392 struct ghes_pvt *pvt;
418 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(struct ghes_pvt));
488 ghes_pvt = pvt;
524 mci = ghes_pvt ? ghes_pvt->mci : NULL;
525 ghes_pvt = NULL;