Searched defs:eax (Results 1 - 1 of 1) sorted by relevance

/k10sensor/src/
H A Dk10sensor_info.c59 getCPUid(uint32_t *eax, uint32_t *ebx) { argument
70 *eax = regs[0];
85 uint32_t eax, ebx; local
92 if (!getCPUid(&eax, &ebx)) {
97 cv->xfamilyModel = AMD_XFAMILY_MODEL(eax);
98 cv->modelStepping = AMD_MODEL_STEPPING(eax);
133 eax = 0;
145 eax++;
150 return (eax);

Completed in 5 milliseconds