Searched defs:ebx (Results 1 - 2 of 2) sorted by relevance
/k10sensor/src/ |
H A D | k10sensor.h | 92 * eax and ebx refer to the corresponding values of the so named registers 103 /* CPUID ebx (we are interested in [31:27,15:0],only) */ 104 uint32_t ebx; member in struct:cpu_vars 126 * v->{xfamilyModel, modelStepping, ebx} */ 129 * Thermtrip register based on v->{xfamilyModel, modelStepping, revision, ebx} 136 * v->{xfamilyModel, modelStepping, revision, ebx} */
|
H A D | k10sensor_info.c | 59 getCPUid(uint32_t *eax, uint32_t *ebx) { argument 71 *ebx = regs[1]; 85 uint32_t eax, ebx; local 92 if (!getCPUid(&eax, &ebx)) { 99 cv->ebx = ebx;
|
Completed in 5 milliseconds