Lines Matching refs:ebx
300 u32 eax, ebx, ecx, edx; in amd_get_topology() local
302 cpuid(0x8000001e, &eax, &ebx, &ecx, &edx); in amd_get_topology()
307 smp_num_siblings = ((ebx >> 8) & 3) + 1; in amd_get_topology()
308 c->compute_unit_id = ebx & 0xff; in amd_get_topology()
309 cores_per_cu += ((ebx >> 8) & 3); in amd_get_topology()
747 u32 ebx, eax, ecx, edx; in cpu_detect_tlb_amd() local
756 cpuid(0x80000006, &eax, &ebx, &ecx, &edx); in cpu_detect_tlb_amd()
758 tlb_lld_4k[ENTRIES] = (ebx >> 16) & mask; in cpu_detect_tlb_amd()
759 tlb_lli_4k[ENTRIES] = ebx & mask; in cpu_detect_tlb_amd()
766 cpuid(0x80000005, &eax, &ebx, &ecx, &edx); in cpu_detect_tlb_amd()
785 cpuid(0x80000005, &eax, &ebx, &ecx, &edx); in cpu_detect_tlb_amd()