Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmce.c885 struct mcinfo_common *mic = NULL; in x86_mcinfo_dump() local
891 if ( mic == NULL ) in x86_mcinfo_dump()
908 if ( mic == NULL ) in x86_mcinfo_dump()
910 if ( mic->type != MC_TYPE_BANK ) in x86_mcinfo_dump()
928 mic = x86_mcinfo_next(mic); /* next entry */ in x86_mcinfo_dump()
929 if ( (mic == NULL) || (mic->size == 0) ) in x86_mcinfo_dump()
1683 struct mcinfo_common *mic = NULL; in mce_action() local
1697 if ( mic == NULL ) in mce_action()
1710 for ( ; bank_result != MCER_RESET && mic && mic->size; in mce_action()
1711 mic = x86_mcinfo_next(mic) ) in mce_action()
[all …]

Completed in 4 milliseconds