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

/k10sensor/src/
H A Dk10sensor_info.c59 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 Dcommon.c52 #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 Dk10sensor.h92 * 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 Dk10sensor.c230 v->ebx = cp.cp_ebx;

Completed in 12 milliseconds