Searched refs:_mic (Results 1 – 1 of 1) sorted by relevance
310 #define x86_mcinfo_next(_mic) \ argument311 ((struct mcinfo_common *)((uint8_t *)(_mic) + (_mic)->size))319 struct mcinfo_common *_mic; \324 _mic = x86_mcinfo_first(_mi); \326 if (_mic->type == (_type)) { \330 _mic = x86_mcinfo_next(_mic); \332 (_ret) = found ? _mic : NULL; \