Searched refs:_mi (Results 1 – 1 of 1) sorted by relevance
295 #define x86_mcinfo_nentries(_mi) \ argument296 (_mi)->mi_nentries300 #define x86_mcinfo_first(_mi) \ argument301 ((struct mcinfo_common *)(_mi)->mi_data)311 #define x86_mcinfo_lookup(_ret, _mi, _type) \ argument318 if (_mi == NULL) break; \319 _mic = x86_mcinfo_first(_mi); \320 for (i = 0; i < x86_mcinfo_nentries(_mi); i++) { \
Completed in 3 milliseconds