Lines Matching refs:eax
300 u32 eax, ebx, ecx, edx; in amd_get_topology() local
302 cpuid(0x8000001e, &eax, &ebx, &ecx, &edx); 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()
766 cpuid(0x80000005, &eax, &ebx, &ecx, &edx); in cpu_detect_tlb_amd()
771 if (!((eax >> 16) & mask)) in cpu_detect_tlb_amd()
774 tlb_lld_2m[ENTRIES] = (eax >> 16) & mask; in cpu_detect_tlb_amd()
780 if (!(eax & mask)) { in cpu_detect_tlb_amd()
785 cpuid(0x80000005, &eax, &ebx, &ecx, &edx); in cpu_detect_tlb_amd()
786 tlb_lli_2m[ENTRIES] = eax & 0xff; in cpu_detect_tlb_amd()
789 tlb_lli_2m[ENTRIES] = eax & mask; in cpu_detect_tlb_amd()