Searched refs:_mi (Results 1 – 2 of 2) sorted by relevance
218 #define x86_mcinfo_nentries(_mi) \ argument219 ((_mi)->mi_nentries)224 #define x86_mcinfo_first(_mi) \ argument225 ((struct mcinfo_common *)(_mi)->mi_data)
58 #define SAMPLE_TBL(_mi, _idx, _col) \ argument59 _mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col]