Lines Matching refs:eax
308 u32 eax, ebx, ecx, edx; in amd_get_topology() local
310 cpuid(0x8000001e, &eax, &ebx, &ecx, &edx); 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()
804 cpuid(0x80000005, &eax, &ebx, &ecx, &edx); in cpu_detect_tlb_amd()
809 if (!((eax >> 16) & mask)) in cpu_detect_tlb_amd()
812 tlb_lld_2m[ENTRIES] = (eax >> 16) & mask; in cpu_detect_tlb_amd()
818 if (!(eax & mask)) { in cpu_detect_tlb_amd()
823 cpuid(0x80000005, &eax, &ebx, &ecx, &edx); in cpu_detect_tlb_amd()
824 tlb_lli_2m[ENTRIES] = eax & 0xff; in cpu_detect_tlb_amd()
827 tlb_lli_2m[ENTRIES] = eax & mask; in cpu_detect_tlb_amd()