Searched refs:edx_flags (Results 1 – 1 of 1) sorted by relevance
4627 unsigned int fms, family, model, stepping, ecx_flags, edx_flags; in process_cpuid() local4654 edx_flags = edx; in process_cpuid()4673 edx_flags & (1 << 4) ? "TSC" : "-", in process_cpuid()4674 edx_flags & (1 << 5) ? "MSR" : "-", in process_cpuid()4675 edx_flags & (1 << 22) ? "ACPI-TM" : "-", in process_cpuid()4676 edx_flags & (1 << 28) ? "HT" : "-", in process_cpuid()4677 edx_flags & (1 << 29) ? "TM" : "-"); in process_cpuid()4682 if (!(edx_flags & (1 << 5))) in process_cpuid()