Lines Matching refs:ecx
300 u32 eax, ebx, ecx, edx; in amd_get_topology() local
302 cpuid(0x8000001e, &eax, &ebx, &ecx, &edx); in amd_get_topology()
303 nodes = ((ecx >> 8) & 7) + 1; in amd_get_topology()
304 node_id = ecx & 7; in amd_get_topology()
424 unsigned bits, ecx; in early_init_amd_mc() local
430 ecx = cpuid_ecx(0x80000008); in early_init_amd_mc()
432 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_amd_mc()
435 bits = (ecx >> 12) & 0xF; in early_init_amd_mc()
747 u32 ebx, eax, ecx, edx; in cpu_detect_tlb_amd() local
756 cpuid(0x80000006, &eax, &ebx, &ecx, &edx); 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()