Searched refs:mic (Results 1 – 1 of 1) sorted by relevance
885 struct mcinfo_common *mic = NULL; in x86_mcinfo_dump() local891 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() local1697 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