Lines Matching refs:ebx
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, 11, 0) == 0xC2) && v->t_case_max <= 2000) {
423 * @param v cpu vars: requires xfamilyModel, modelStepping, revision, ebx,
436 uint32_t branding = AMD_BRANDING(v->ebx);
659 sprintf(buf, " (ebx=0x%08x)\n", v->ebx);