Searched refs:mic_index (Results 1 – 1 of 1) sorted by relevance
827 struct mcinfo_common *mic_base, *mic_index; in x86_mcinfo_reserve() local829 mic_index = mic_base = x86_mcinfo_first(mi); in x86_mcinfo_reserve()833 mic_index = x86_mcinfo_next(mic_index); in x86_mcinfo_reserve()837 end2 = (unsigned long)((uint8_t *)mic_index + size); in x86_mcinfo_reserve()849 memset(mic_index, 0, size); in x86_mcinfo_reserve()850 mic_index->size = size; in x86_mcinfo_reserve()851 mic_index->type = type; in x86_mcinfo_reserve()853 return mic_index; in x86_mcinfo_reserve()
Completed in 4 milliseconds