Searched refs:ebx (Results 1 - 4 of 4) sorted by relevance
/k10sensor/src/ |
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;
|
H A D | common.c | 52 #define AMD_BRANDING(ebx) ((ebx) & 0x0000ffff) 248 * @param v cpu vars: requires xfamilyModel, modelStepping, ebx 252 uint32_t pkgType = BITS(v->ebx, 31, 28); 290 * @param v cpu vars: requires xfamilyModel, modelStepping, revision, ebx 318 && (BITS(v->ebx,15,6) == 0x24 && BITS(v->ebx,5,0) == (55-24))) 346 uint32_t brandIdx = BITS(v->ebx, 13, 9); 347 uint32_t pwrLmt = BITS(v->ebx, 3, 0); 376 if ((BITS(v->ebx, 1 [all...] |
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.c | 230 v->ebx = cp.cp_ebx;
|
Completed in 11 milliseconds