ghes_pvt
struct ghes_pvt *pvt;
pvt = ghes_pvt;
static struct ghes_pvt *ghes_pvt;
struct ghes_pvt *pvt;
mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(struct ghes_pvt));
ghes_pvt = pvt;
mci = ghes_pvt ? ghes_pvt->mci : NULL;
ghes_pvt = NULL;