Lines Matching refs:ecx
308 u32 eax, ebx, ecx, edx; in amd_get_topology() local
310 cpuid(0x8000001e, &eax, &ebx, &ecx, &edx); in amd_get_topology()
311 nodes_per_socket = ((ecx >> 8) & 7) + 1; in amd_get_topology()
312 node_id = ecx & 7; in amd_get_topology()
451 unsigned bits, ecx; in early_init_amd_mc() local
457 ecx = cpuid_ecx(0x80000008); in early_init_amd_mc()
459 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_amd_mc()
462 bits = (ecx >> 12) & 0xF; in early_init_amd_mc()
785 u32 ebx, eax, ecx, edx; in cpu_detect_tlb_amd() local
794 cpuid(0x80000006, &eax, &ebx, &ecx, &edx); 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()