Searched refs:_mi (Results 1 – 1 of 1) sorted by relevance
292 #define x86_mcinfo_nentries(_mi) \ argument293 (_mi)->mi_nentries297 #define x86_mcinfo_first(_mi) \ argument298 ((struct mcinfo_common *)(_mi)->mi_data)308 #define x86_mcinfo_lookup(_ret, _mi, _type) \ argument315 if (_mi == NULL) break; \316 _mic = x86_mcinfo_first(_mi); \317 for (i = 0; i < x86_mcinfo_nentries(_mi); i++) { \