Lines Matching refs:ebx
308 u32 eax, ebx, ecx, edx; in amd_get_topology() local
310 cpuid(0x8000001e, &eax, &ebx, &ecx, &edx); in amd_get_topology()
315 smp_num_siblings = ((ebx >> 8) & 3) + 1; in amd_get_topology()
316 c->compute_unit_id = ebx & 0xff; in amd_get_topology()
317 cores_per_cu += ((ebx >> 8) & 3); in amd_get_topology()
785 u32 ebx, eax, ecx, edx; in cpu_detect_tlb_amd() local
794 cpuid(0x80000006, &eax, &ebx, &ecx, &edx); in cpu_detect_tlb_amd()
796 tlb_lld_4k[ENTRIES] = (ebx >> 16) & mask; in cpu_detect_tlb_amd()
797 tlb_lli_4k[ENTRIES] = ebx & mask; in cpu_detect_tlb_amd()
804 cpuid(0x80000005, &eax, &ebx, &ecx, &edx); in cpu_detect_tlb_amd()
823 cpuid(0x80000005, &eax, &ebx, &ecx, &edx); in cpu_detect_tlb_amd()