Home
last modified time | relevance | path

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

/xen/xen/arch/x86/cpu/mcheck/
A Dmce.c893 m.cpu = mc_global->mc_coreid; in x86_mcinfo_apei_save()
896 m.socketid = mc_global->mc_socketid; in x86_mcinfo_apei_save()
897 m.apicid = mc_global->mc_apicid; in x86_mcinfo_apei_save()
899 m.mcgstatus = mc_global->mc_gstatus; in x86_mcinfo_apei_save()
916 struct mcinfo_global *mc_global; in x86_mcinfo_dump() local
923 mc_global = (struct mcinfo_global *)mic; in x86_mcinfo_dump()
924 if ( mc_global->mc_flags & MC_FLAG_MCE ) in x86_mcinfo_dump()
927 mc_global->mc_coreid, mc_global->mc_gstatus); in x86_mcinfo_dump()
928 else if ( mc_global->mc_flags & MC_FLAG_CMCI ) in x86_mcinfo_dump()
930 mc_global->mc_coreid); in x86_mcinfo_dump()
[all …]

Completed in 5 milliseconds