Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmce.c863 m.cpu = mc_global->mc_coreid; in x86_mcinfo_apei_save()
866 m.socketid = mc_global->mc_socketid; in x86_mcinfo_apei_save()
867 m.apicid = mc_global->mc_apicid; in x86_mcinfo_apei_save()
869 m.mcgstatus = mc_global->mc_gstatus; in x86_mcinfo_apei_save()
886 struct mcinfo_global *mc_global; in x86_mcinfo_dump() local
893 mc_global = (struct mcinfo_global *)mic; in x86_mcinfo_dump()
894 if ( mc_global->mc_flags & MC_FLAG_MCE ) in x86_mcinfo_dump()
897 mc_global->mc_coreid, mc_global->mc_gstatus); in x86_mcinfo_dump()
898 else if ( mc_global->mc_flags & MC_FLAG_CMCI ) in x86_mcinfo_dump()
900 mc_global->mc_coreid); in x86_mcinfo_dump()
[all …]

Completed in 4 milliseconds