Lines Matching defs:eax
2004 unsigned int eax, ebx, ecx, edx;
2007 eax = ebx = ecx = edx = 0;
2008 __cpuid(1, eax, ebx, ecx, edx);
2022 eax = ebx = ecx = edx = 0;
2023 __cpuid(0x80000001, eax, ebx, ecx, edx);
2029 eax = ebx = ecx = edx = 0;
2030 __cpuid(0x8000001e, eax, ebx, ecx, edx);
2032 t->x2apic_id = eax;
2043 __cpuid(0xb, eax, ebx, ecx, edx);
4747 unsigned int eax, ebx, ecx, edx;
4754 __cpuid(0x80000007, eax, ebx, ecx, edx);
5222 unsigned int eax, ebx, ecx, edx;
5238 __cpuid(0x1a, eax, ebx, ecx, edx);
5239 eax = (eax >> 24) & 0xFF;
5240 if (eax == 0x20)
5515 unsigned int eax, ebx, ecx, edx;
5519 eax = ebx = ecx = edx = 0;
5586 __cpuid(0x80000007, eax, ebx, ecx, edx);
5595 __cpuid(0x6, eax, ebx, ecx, edx);
5602 do_dts = eax & (1 << 0);
5605 has_turbo = eax & (1 << 1);
5606 do_ptm = eax & (1 << 6);
5609 has_hwp = eax & (1 << 7);
5610 has_hwp_notify = eax & (1 << 8);
5611 has_hwp_activity_window = eax & (1 << 9);
5612 has_hwp_epp = eax & (1 << 10);
5613 has_hwp_pkg = eax & (1 << 11);
5636 __cpuid_count(0x7, 0, eax, ebx, ecx, edx);