Searched refs:g_physinfo (Results 1 – 1 of 1) sorted by relevance
57 static struct mcinfo_logical_cpu *g_physinfo; variable241 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 m.mcgcap = g_physinfo[i].mc_msrvalues[__MC_MSR_MCGCAP].value; in convert_log()360 set_xen_guest_handle(mc_op.u.mc_physcpuinfo.info, g_physinfo); in bind_virq_for_mce()369 g_physinfo = kcalloc(ncpus, sizeof(struct mcinfo_logical_cpu), in bind_virq_for_mce()371 if (!g_physinfo) in bind_virq_for_mce()373 set_xen_guest_handle(mc_op.u.mc_physcpuinfo.info, g_physinfo); in bind_virq_for_mce()[all …]