Searched refs:cv (Results 1 - 1 of 1) sorted by relevance

/k10sensor/src/
H A Dk10sensor_info.c84 cpu_vars_t cv[1]; local
96 bzero(cv, sizeof(cv));
97 cv->xfamilyModel = AMD_XFAMILY_MODEL(eax);
98 cv->modelStepping = AMD_MODEL_STEPPING(eax);
99 cv->ebx = ebx;
100 fillCategoryIndex(cv);
105 fillSiliconRevision(cv);
106 fillErratum(cv);
108 if (cv
[all...]

Completed in 8 milliseconds