Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dmcelog.c57 static struct mcinfo_logical_cpu *g_physinfo; variable
241 if (g_physinfo[i].mc_apicid == m.apicid) in convert_log()
248 m.socketid = g_physinfo[i].mc_chipid; in convert_log()
249 m.cpu = m.extcpu = g_physinfo[i].mc_cpunr; in convert_log()
250 m.cpuvendor = (__u8)g_physinfo[i].mc_vendor; in convert_log()
251 for (j = 0; j < g_physinfo[i].mc_nmsrvals; ++j) in convert_log()
252 switch (g_physinfo[i].mc_msrvalues[j].reg) { in convert_log()
259 m.ppin = g_physinfo[i].mc_msrvalues[j].value; in convert_log()
381 if (!g_physinfo) in bind_virq_for_mce()
387 kfree(g_physinfo); in bind_virq_for_mce()
[all …]